Mounting a md as a root filesystem.

2000-11-07 Thread Josef Karthauser

I'm having trouble mounting an MD as a root filesystem from 5.0.
Can anyone tell me what I'm doing wrong please?

/boot/loader:
# load /kernel
# load -t md /filesystemfile
# boot

PROBES,etc.

Manual root filesystem specification:
  fstype:device Mount device using filesystem fstype
  etc...

Yes, I do have MD_ROOT compiled into my kernel.

Any help would be very much appreciated.
Thanks,
Joe
-- 
Josef KarthauserFreeBSD: How many times have you booted today?
Technical Manager   Viagra for your server (http://www.uk.freebsd.org)
Pavilion Internet plc.  [[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Mounting a md as a root filesystem.

2000-11-07 Thread Dag-Erling Smorgrav

Josef Karthauser [EMAIL PROTECTED] writes:
 # load -t md /filesystemfile

Shouldn't that be 'load -t md_root'?


DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Mounting a md as a root filesystem.

2000-11-07 Thread Andrzej Bialecki

On 7 Nov 2000, Dag-Erling Smorgrav wrote:

 Josef Karthauser [EMAIL PROTECTED] writes:
  # load -t md /filesystemfile
 
 Shouldn't that be 'load -t md_root'?

Actually, it's md_image or mfs_root (see /sys/dev/md/md.c:446). Both of
these are mentioned in md(4).

Andrzej Bialecki

//  [EMAIL PROTECTED] WebGiro AB, Sweden (http://www.webgiro.com)
// ---
// -- FreeBSD: The Power to Serve. http://www.freebsd.org 
// --- Small  Embedded FreeBSD: http://www.freebsd.org/~picobsd/ 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message