Searched hist:75498 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sbin/tunefs/
H A Dtunefs.cdiff 75498 Fri Apr 13 21:54:49 MDT 2001 mckusick Do not allow the soft updates flag to be set if the filesystem is dirty.
Because the kernel will allow the mounting of unclean filesystems when
the soft updates flag is set, it is important that only soft updates
style inconsistencies (missing blocks and inodes) be present. Otherwise
a panic may ensue. It is also important that the filesystem be in a clean
state when the soft updates flag is set because the background fsck uses
the fact that the flag is set to indicate that it is safe to run. If
background fsck encounters non-soft updates style inconsistencies, it
will exit with unexpected inconsistencies.

Completed in 161 milliseconds