Basically, software raid does not require special hardware so this should be easily reproducible on any computer. All that is needed is a LiveCD that has fixed mdadm pre-installed, at least two partitions with raid flag and a command like this one to create the raid device : "mdadm --create /dev/md0 --raid-devices=2 --level=0 /dev/sda1 /dev/sda2" After what it can be formatted (mkfs.ext4 /dev/md0) and appears in ubiquity manual partitionning. As long as /etc/mdadm/mdadm.conf is up to date, raid devices are automatically assembled in initramfs at each reboot, but they can also be assembled manually (mdadm --assemble /dev/md0 /dev/sda1 /dev/sdb1).
-- RAID not implemented (use alternate CD instead) https://bugs.launchpad.net/bugs/44609 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs