_____________________________ > From: Chuck Swiger <[email protected]> > To: Gary Kline <[email protected]> > Cc: FreeBSD Mailing List <[email protected]> > Sent: Wed, June 15, 2011 4:04:23 PM > Subject: Re: how do i fsck my server?
> You can set fsck_y_enable="YES" in /etc/rc.conf, but it shouldn't be > necessary. The system can figure out for itself whether it shutdown > cleanly or whether a fsck is necessary. fsck_y_enable="YES" doesn't mean do an unconditional fsck, it means do an fsck -y if the preen fails. On Wed, 15 Jun 2011 15:25:33 -0700 (PDT) Bill Tillman <[email protected]> wrote: > The correct reply to this IMHO should > have been "HELL YES, your server will check for a clean exit on every > reboot. It will count to 60 seconds and then if the last shutdown was > not clean it will start running fsck all by itself and this will tie > up your system's resources for quite a while You can avoid that with gjournal. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
