Re: raid 0 on different size devices?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> How do I setup a linear array?

a raidtab for use with mkraid might look something like this:
raiddev             /dev/md0
raid-level                  linear
nr-raid-disks               2
chunk-size                  32
persistent-superblock       1
    device          /dev/hda1
    raid-disk     0
    device          /dev/hdc1
    raid-disk     1


or you can use mdadm -C -llinear etc etc etc - man mdadm for complete
options.

-sv


-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux