Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 1995 16:05:16 +0300
From:      Kai Vorma <vode@snakemail.hut.fi>
To:        current@FreeBSD.org
Subject:   panic: update: rofs mod
Message-ID:  <199504011305.QAA05147@vinkku.hut.fi>

next in thread | raw e-mail | index | archive | help
I upgraded my kernel today to latest level (sources supped at 
Sat Apr  1 12:21:11 EET DST) and rebooted my machine. Because it was
my first kernel using disk slices I decided to play safe and boot into
single-user mode. I got lots of warnings from sd0d

sd0d: start 0, end 2117631, size 2117632
sd0: rejecting partition in BSD label: it isn't entirely within the slice

but otherwise all seemed OK. I run 'disklabel sd0' to see that all
partitions were still there and rebooted again:

# reboot
syncing disks... done
fs = /
panic: update: rofs mod

[ I managed to get system core dump if somebody is interested ]

Then I brought the system to multi-user and used disklabel -e to get
rid of that offending sd0d partition. Then I rebooted again to
singe-user and found out that reboot no longer causes panic.

The only strange thing now is that the slice code prints out my
partitions thrice:

sd0s1: start 32, end = 204799, size 204768: OK
sd0s2: start 204800, end = 2117631, size 1912832: OK
sd0s1: start 32, end = 204799, size 204768: OK
sd0s2: start 204800, end = 2117631, size 1912832: OK
sd0s1: start 32, end = 204799, size 204768: OK
sd0s2: start 204800, end = 2117631, size 1912832: OK

Is that normal?

..vode




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