DLloyd wrote: > Robin, > > I have: > > /dev/sda1 (boot partition) > /dev/sdb1 (swap) > /dev/sdc1 (swap) > > Using fdisk, which partition type should I create for the MD device on > /dev/sda.../dev/sdc please ? (primary or extended ?)
Make it a primary (doesn't really matter) and label it "fd" (Linux Raid Autodetect) Then use mdadm to create the md device. R. _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
