Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 1998 11:52:48 +0930
From:      Greg Lehey <grog@lemis.com>
To:        Bruce Evans <bde@zeta.org.au>, freebsd-bugs@FreeBSD.ORG, phk@FreeBSD.ORG
Subject:   Re: bin/6794
Message-ID:  <19980603115248.I22406@freebie.lemis.com>
In-Reply-To: <199806030156.LAA15796@godzilla.zeta.org.au>; from Bruce Evans on Wed, Jun 03, 1998 at 11:56:47AM %2B1000
References:  <199806030156.LAA15796@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980603115248.I22406>