Date: Wed, 15 Dec 2004 11:59:01 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Poul-Henning Kamp <phk@phk.freebsd.dk> Cc: current@FreeBSD.org Subject: Re: Background fsck is broken Message-ID: <20041215095901.GK25967@ip.net.ua> In-Reply-To: <42359.1103103082@critter.freebsd.dk> References: <20041215091747.GG25967@ip.net.ua> <42359.1103103082@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
--KjSGHOmKKB2VUiQn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Here's another fsck(8) buglet. While booting single-user, / is mounted read-only, and "fsck -p /" succeeds as expected. While remounting / read-only (e.g., after shutting down from multi-user to single-user), it doesn't: Script started on Wed Dec 15 11:52:09 2004 hammer# fsck -p / /dev/ad0a: NO WRITE ACCESS /dev/ad0a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. hammer# mount -ru / hammer# mount |grep ' / ' /dev/ad0a on / (ufs, local, read-only) hammer# fsck -p / /dev/ad0a: NO WRITE ACCESS /dev/ad0a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. Script done on Wed Dec 15 11:52:37 2004 Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --KjSGHOmKKB2VUiQn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwArlqRfpzJluFF4RAjBpAJwNPJChSp7ZQHrDOxXTpXH1QRNmKQCfVncQ Wo4m8MUWNS6rkToRoQf2B54= =D867 -----END PGP SIGNATURE----- --KjSGHOmKKB2VUiQn--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041215095901.GK25967>