Re: using mount -f with softdep to alleviate long fscks

2005-10-11 Thread Ted Unangst
On 10/11/05, Joe Advisor <[EMAIL PROTECTED]> wrote: > ... and I've read that if you use softdep, fsck is > only necessary to recover lost disk space ... > > http://marc.theaimsgroup.com/?l=openbsd-misc&m=109668072628188&w=2 > > ... but when I pull out the fsck (basically > commented out lines 87 to

using mount -f with softdep to alleviate long fscks

2005-10-11 Thread Joe Advisor
Hello, I have my filesystems mounted softdep... /dev/wd0a / ffs rw,softdep 1 1 /dev/wd0f /home ffs rw,softdep,nodev,nosuid 1 2 /dev/wd0e /tmp ffs rw,softdep,nodev,nosuid 1 2 /dev/wd0d /usr ffs rw,softdep,nodev 1 2 /dev/wd0g /var ffs rw,softdep,nodev,nosuid 1 2 ... and I've read that if you use s