Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 1998 05:40:00 -0800 (PST)
From:      Johan Lithander <johan@teligent.se>
To:        freebsd-bugs
Subject:   Re: i386/6111: mount problem at boot
Message-ID:  <199803231340.FAA15485@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/6111; it has been noted by GNATS.

From: Johan Lithander <johan@teligent.se>
To: freebsd-gnats-submit@freebsd.org, johan@teligent.se
Cc:  Subject: Re: i386/6111: mount problem at boot
Date: Mon, 23 Mar 1998 13:30:59 +0000

 Got  a response (and a quick one :-) ) from Steve Price
 <sprice@hiwaay.net> with a working solution:
 
 Date: Mon, 23 Mar 1998 06:59:14 -0600
 From: Steve Price <sprice@hiwaay.net>
 To: johan@teligent.se
 Subject: Re: mount problem at boot
 
 johan@teligent.se wrote:
 >
 > >Description:
 > After having "cvsup'ed" (980323, src-sys only), and rebuild the
 kernel,
 > when booting the new kernel, it fails to mount the root (/).
 > The new kernel loggs `changing root device to sd0s2a' after a few
 lines
 > it loggs `/dev/sd0a on /: Specified device does not match mounted
 device'
 
 It turns out that the message 'changing ... to sd0s2a' should
 really be '... sd0s1a'.  There appears to be an off by one
 error that is difficult to fix.  Try changing your /etc/fstab
 entry for the root partition to
 
 /dev/sd0s1a     /       ufs     rw      1 1
 
 and all should work fine.  Or better yet reboot with the
 new kernel and try 'mount /dev/sd0s1a /' first. :)
 
 Steve
 
 
 
 

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?199803231340.FAA15485>