Date: Sat, 21 Mar 1998 20:47:37 -0600 From: Steve Price <sprice@hiwaay.net> To: Mike Smith <mike@smith.net.au> Cc: current@FreeBSD.ORG Subject: Filesystem mount failed, startup aborted (was Re: panic: cannot mount root) Message-ID: <35147BC9.167EB0E7@hiwaay.net> References: <199803220213.SAA07284@dingo.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Mike Smith wrote: > > This won't create it. > > # cd /dev > # ./MAKEDEV wd0s1a > > will create wd0s1[a-h]. > > The original plaintiff will also want to update /sbin/mount. Yes, I did this before I rebooted the first time. :) I am back from rebooting and everything works now. Just for everyone else's sake that may come across this in the future. Here's what I did to get up and going after grabbing a fresh -current tree. cd /usr/src/include; make all install cd /usr/src/sbin/mount; make all install cd /usr/src/sys/conf/i386; config mykernel cd ../../compile/mykernel; make depend all install cd /dev cp /usr/src/etc/MAKEDEV.local . cp /usr/src/etc/etc.i386/MAKEDEV . sh ./MAKEDEV all sh ./MAKEDEV wd0s1a Reboot and viola. You will also want to change /etc/fstab as suggested in the boot messages and 'make world' after you come back up. Many thanks to all who responded! Steve > -- > \\ Sometimes you're ahead, \\ Mike Smith > \\ sometimes you're behind. \\ mike@smith.net.au > \\ The race is long, and in the \\ msmith@freebsd.org > \\ end it's only with yourself. \\ msmith@cdrom.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35147BC9.167EB0E7>