Skip to content

Commit

Permalink
ext4: document the "abort" mount option
Browse files Browse the repository at this point in the history
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Theodore Ts'o committed Jun 13, 2009
1 parent 4ab2f15 commit 8a8a205
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/filesystems/ext4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8a8a205

Please sign in to comment.