freebsd-dev/sbin/tunefs
Kirk McKusick 1c2665d807 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.
2001-04-13 23:54:49 +00:00
..
Makefile - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:33:27 +00:00
tunefs.8 Add information about the new options to newfs and tunefs which set the 2001-04-10 10:36:44 +00:00
tunefs.c Do not allow the soft updates flag to be set if the filesystem is dirty. 2001-04-13 23:54:49 +00:00