dect
/
linux-2.6
Archived
13
0
Fork 0

ext4: document the "abort" mount option

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o 2009-06-13 10:08:59 -04:00
parent 4ab2f15b7f
commit 8a8a2050c8
1 changed files with 4 additions and 0 deletions

View File

@ -235,6 +235,10 @@ minixdf Make 'df' act like Minix.
debug Extra debugging information is sent to syslog.
abort Simulate the effects of calling ext4_abort() for
debugging purposes. This is normally used while
remounting a filesystem which is already mounted.
errors=remount-ro Remount the filesystem read-only on an error.
errors=continue Keep going on a filesystem error.
errors=panic Panic and halt the machine if an error occurs.