Re: Mounting a md as a root filesystem.

2000-11-07 Thread Dag-Erling Smorgrav

Andrzej Bialecki <[EMAIL PROTECTED]> writes:
> 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).

In that case, md(4) is wrong:

des@aes ~% current md_root
src/sys/dev/md/md.c: SYSINIT(md_root, SI_SUB_MOUNT_ROOT, SI_ORDER_FIRST, md_takeroot, 
NULL);
src/sys/i386/conf/NOTES: # images of type mfs_root or 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



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



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:
  : Mount  using filesystem 
  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