Skip to main content
more descriptive topic
Link
Thomas Nyman
  • 31.5k
  • 10
  • 68
  • 79

Output of What does the errors=continue mount commandoption mean?

edited tags
Link
Gilles 'SO- stop being evil'
  • 865.9k
  • 205
  • 1.8k
  • 2.3k
Source Link
Vombat
  • 13.3k
  • 14
  • 47
  • 58

Output of mount command

On the output of the mount command on my system there are some lines like the following:

/dev/sda2 on /var/log type ext3 (rw,relatime,errors=continue,barrier=1,data=ordered) 

And inside the parenthesis as you can see it says errors=continue. What does this mean? Is there any error on the sda2 partition? Shall i consider this or can I just ignore it?