Hi,
> I think, that is not the problem, because I had before Slackware and I
have
> md working with full devices and with partitions and it worked properly.
> 
> Sonia
> 
> At 08:06 AM 7/29/99 -0400, [EMAIL PROTECTED] wrote:
> >> Hi, I have got a problem with md. This is, when I do:
> >>    mdadd /dev/md0 /dev/hdc /dev/hdd
> >> 
> >> tells me an error like:
> >> 
> >> /dev/hdc: No such device
> >> /dev/hdd: No such device
> >
> >I hope someone corrects me if I'm wrong, but I believe you can only
> >add partitions into an md device, so you'll have to fdisk hdc and hdd,
> >then after creating them (with type of hex FD to aid autodetection),
> >you can add them to /dev/md0 via mdadd /dev/md0 /dev/hdc1 /dev/hdd1
> >
> >James
> >-- 
> >Miscellaneous Engineer --- IBM Netfinity Performance Development
> >
> >
> 
I know that version 0.36.x of the raid-driver could deal with whole disks.
Maybe that has changed. - Try to make partitions - you won't loose much
diskspace for the partitions (about 1kbyte).

How have you tried to mount the disk /dev/hdc. Do you have a raid-1???

Try:
mdstop /dev/md0
mdadd /dev/md0 /dev/hdc /dev/hdd

Thomas

-- 
Sent through Global Message Exchange - http://www.gmx.net

Reply via email to