From owner-freebsd-current Sat Mar 21 18:14:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15286 for freebsd-current-outgoing; Sat, 21 Mar 1998 18:14:51 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fddi.Simon-Shapiro.ORG [206.190.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA15281 for ; Sat, 21 Mar 1998 18:14:48 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 12187 invoked from network); 22 Mar 1998 02:20:49 -0000 Received: from localhost.simon-shapiro.org (HELO sendero-fxp0.simon-shapiro.org) (@127.0.0.1) by localhost.simon-shapiro.org with SMTP; 22 Mar 1998 02:20:49 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-031798 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <35146B6A.41C67EA6@hiwaay.net> Date: Sat, 21 Mar 1998 18:20:49 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: Steve Price Subject: Re: panic: cannot mount root Cc: current@FreeBSD.ORG, Eivind Eklund Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Mar-98 Steve Price wrote: > Eivind Eklund wrote: >> >> You want /dev/wd0s1a for the above case, I guess. > > Still doesn't work right. Here is a more detailed version > of what I am seeing. > > ... > changing root device to wd0s2a > ... > Filesytem mount failed, startup aborted. > ... ># /sbin/mount /dev/wd0s1 / > /dev/wd0s1 on /: Specified device does not match mounted device. ># /sbin/mount /dev/wd0s1a / > /dev/wd0s1a on /: No such file or directory ># /sbin/mount /dev/wd0s1 /mnt > WARNING: R/W mount of / denied. Filesystem is not clean - run fsck. > /dev/wd0s1 on /mnt: Operation not permitted This is easy. cd /dev;./MAKEDEV wds1a Make sure you have, in /dev: brw-r----- 1 root operator 0, 0x00020002 Mar 21 18:20 /dev/wd0s1 brw-r----- 1 root operator 0, 0x00020000 Mar 21 18:20 /dev/wd0s1a brw-r----- 1 root operator 0, 0x00020001 Mar 21 18:20 /dev/wd0s1b brw-r----- 1 root operator 0, 0x00020002 Mar 21 18:20 /dev/wd0s1c brw-r----- 1 root operator 0, 0x00020003 Mar 21 18:20 /dev/wd0s1d brw-r----- 1 root operator 0, 0x00020004 Mar 21 18:20 /dev/wd0s1e brw-r----- 1 root operator 0, 0x00020005 Mar 21 18:20 /dev/wd0s1f brw-r----- 1 root operator 0, 0x00020006 Mar 21 18:20 /dev/wd0s1g brw-r----- 1 root operator 0, 0x00020007 Mar 21 18:20 /dev/wd0s1h ># > > Yet if I revert to an older kernel everything works > fine. And yes the root_device is clean so running > fsck is not required with this older kernel. > > Steve > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message