On Thu, Jul 29, 1999 at 05:12:32PM +0200, Sonia de Diego Atance wrote:
> Hi!
> 
> I have raidtools-0.90-3, which comes with RPMS in RedHat CD.
> I have downloaded md-035-3, because this is the software I worked with when
> I had slackware. When I had it, I only had to do:
> 
>       mdadd /dev/md0 /dev/hdc /dev/hdd
>       mdrun -pl /dev/md0
>       mount /dev/md0 /mnt 
> 
> and it worked. So I have tried to do that and in first step it failed, as I
> told you. After that I have discovered raidtools, but I do not know how it
> works. I have tried to make a /etc/raidtab like this:
> 
> raiddev /dev/md0
>       raid-level 0
>       nr-raid-disks 2
>       nr-spare-disks 0
> 
>       device /dev/hdc
>       raid-disk 0
>       device /dev/hdd
>       raid-disk 1
>       chunk-size 4096
> 

i believe it should look something like this
raiddev /dev/md0
        raid-level linear
        nr-raid-disks 2
        persistent-superblock 0

        device /dev/hdc
        raid-disk 0
        device /dev/hdd
        raid-disk 1

persitent-superblock 0 means you have an array created with
old mdtools which does not have a superblock, changing this
would require destroying the array
spare disk are not an option for linear and raid0
chunk size also does not apply to linear.

Regards,
Luca

-- 
Luca Berra -- [EMAIL PROTECTED]
    Communications Media & Services S.r.l.

Reply via email to