Date: Sun, 02 Mar 2008 10:01:29 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Walker <zflyer@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: 7.0 and fsck question Message-ID: <47CA7AF9.3090401@infracaninophile.co.uk> In-Reply-To: <6293ba970803011829u77bf6191i446a958527e014ea@mail.gmail.com> References: <6293ba970803011829u77bf6191i446a958527e014ea@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Walker wrote: > Today I lost power and my FreeBSD 7.0-R server came up with all > partitions "not properly dismounted". I was watching the fsck reports > to syslog and noticed there wasn't one for the root partition. Why is > this? No syslogd running at the point when fsck runs on /? Two possibilities: i) The root partition wasn't marked dirty at the time your system crashed. This seems unlikely to me unless you're doing things like mounting root read-only. ii) The root partition is fsck'd somewhat earlier in the boot sequence than other partitions. You'ld still see mention of it in the console output. However it is the case that in the default system layout, there's very little that would actually be writing to the root partition, and the partition itself is pretty small, so even if the root does get fsck'd it will be pretty quick and fairly painless. Perhaps you simply missed it in all the text scrolling up the screen? Cheers, Matthew Note: mounting root read-only is guru territory -- unless you understand what stuff is going to break, why and how to get around all that, then it's best not to even contemplate such things. -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47CA7AF9.3090401>