Re: mountroot problem

1999-05-09 Thread Jos Backus
On Sun, May 09, 1999 at 09:52:31AM +0200, Poul-Henning Kamp wrote: > I found it, will commit in a sec. Sorry. No problem, and thanks. Kept me off the streets for an evening at least. Cheers, -- Jos Backus _/ _/_/_/ "Reliability means never

Re: mountroot problem

1999-05-09 Thread Matthew Jacob
Ah- that's why root stuff is broke... good To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: mountroot problem

1999-05-09 Thread Poul-Henning Kamp
I found it, will commit in a sec. Sorry. Poul-Henning In message <19990508231949.a93...@hal.mpn.cp.philips.com>, Jos Backus writes: >Some more information: > >In sys/i386/i386/autoconf I'm seeing the following happen: > >static void >setroot() >{ >int majdev, mindev, unit, slice, part;

Re: mountroot problem

1999-05-08 Thread Jos Backus
Some more information: In sys/i386/i386/autoconf I'm seeing the following happen: static void setroot() { int majdev, mindev, unit, slice, part; dev_t newrootdev; char partname[2]; char *sname; if (boothowto & RB_DFLTROOT || (bootdev & B_MAGICMASK) != B_DE

mountroot problem

1999-05-08 Thread Jos Backus
Fyi: With today's -current I'm unable to remount the root fs during boot. I'm seeing the infamous ``specified device doesn't match mounted device'' as a result of ``mount -u /''. The mounted device is ``root_device'' (as set in sys/kern/vfs_conf.c) according to mount, instead of the usual ``da2s1a