From owner-freebsd-bugs Tue Jun 2 19:23:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01938 for freebsd-bugs-outgoing; Tue, 2 Jun 1998 19:23:01 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01929; Tue, 2 Jun 1998 19:22:56 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.0/8.9.0) id LAA08562; Wed, 3 Jun 1998 11:52:48 +0930 (CST) Message-ID: <19980603115248.I22406@freebie.lemis.com> Date: Wed, 3 Jun 1998 11:52:48 +0930 From: Greg Lehey To: Bruce Evans , freebsd-bugs@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: bin/6794 References: <199806030156.LAA15796@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806030156.LAA15796@godzilla.zeta.org.au>; from Bruce Evans on Wed, Jun 03, 1998 at 11:56:47AM +1000 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 3 June 1998 at 11:56:47 +1000, Bruce Evans wrote: >> Booting 0:sd(0,e)kernel @ 0x100000 >> >> The fsck and mount operations seem to be in agreement about the name >> of the root file system: > > This is not completely clear. I think it's clear, though it may not be correct. >> WARNING: / was not properly dismounted. >> swapon: adding /dev/sd0s1b as swap device >> Automatic reboot in progress... >> /dev/rsd0s1a: clean, 23757 free (589 frags, 2896 blocks, 1.5% fragmentation) >> /dev/rsd0s1e: CLEAN FLAG NOT SET IN SUPERBLOCK (FIXED) >> /dev/rsd0s1e: 1040 files, 16633 used, 22358 free (110 frags, 2781 blocks, 0.3% fragmentation) >> ... >> /dev/rsd0s1g: 60123 files, 577796 used, 344155 free (1715 frags, 42805 blocks, 0.2% fragmentation) >> WARNING: R/W mount of / denied. Filesystem is not clean - run fsck. >> /dev/sd0s1e on /: Operation not permitted >> Filesystem mount failed, startup aborted > > The WARNING line is printed by the kernel. A normal mount(8) would try > 31 slices here and the kernel would print 31 identical WARNING lines. Why that? It knows the slice it's trying to mount: it's /dev/sd0s1e, which fsck has just cleaned. Under what circumstances would mount(8) try to mount every possible slice on the disk? >> # fsck -y /dev/rsd1e >> ** /dev/rsd1e >> ** Last Mounted on /mnt/usr > > This wouldn't affect /dev/rsd0e. Oops. But it doesn't help if it's the correct slice, either. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message