Date: Sun, 1 Oct 2006 02:45:33 -0700 From: Jeremy Chadwick <freebsd@jdc.parodius.com> To: freebsd-stable@freebsd.org Subject: Re: Drives always come up dirty after shutdown on 6.2-PRERELEASE. Message-ID: <20061001094533.GA93896@icarus.home.lan> In-Reply-To: <1159678037.825.12.camel@predator-ii.buffyverse> References: <20060929131612.GA1473@genius.tao.org.uk> <20060929144407.GA85110@lor.one-eyed-alien.net> <20060929145809.GJ1473@genius.tao.org.uk> <1159678037.825.12.camel@predator-ii.buffyverse>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 01, 2006 at 02:17:17PM +0930, Wayne Sierke wrote: > If you run fsck ("fsck -n" is sufficient) without specifying a file > system so that it reads the list of which file systems to check from > fstab, does it check all those with a non-zero Pass#? Taken from fstab(5) manpage: The sixth field, (fs_passno), is used by the fsck(8) program to determine the order in which file system checks are done at reboot time. The root file system should be specified with a fs_passno of 1, and other file systems should have a fs_passno of 2. File systems within a drive will be checked sequentially, but file systems on different drives will be checked at the same time to utilize parallelism available in the hard- ware. If the sixth field is not present or is zero, a value of zero is returned and fsck(8) will assume that the file system does not need to be checked. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061001094533.GA93896>