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

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