If you want to tell FreeBSD to
not run fsck at boot time on a particular partition (maybe you are sharing it with another OS, or maybe it just isn't worth the trouble), you can set the sixth (last) field in
/etc/fstab to be 0 (zero). This field is the order for running fsck, and if it is zero, don't do it at all.
fstab man page
No comments:
Post a Comment