IDE RAID1 ON UBUNTU
IDE RAID1 ON UBUNTU http://www.howtoforge.com/how-to-install-ubuntu8.04-with-software-raid1 NOTE ON THE DOCUMENT WHERE YOU NEED TO MAKE THE OTHER DISK BOOTABLE USE sudo grub How To Install Ubuntu 8.04 With Software RAID1 This short guide explains how you can configure software RAID1 during the initial installation of an Ubuntu 8.04 ("Hardy Heron") system. During Ubuntu installation: • From the “Partitions Disks” dialog box, select “Manually edit the partition table”. • Select the first disk (”sda”). • Say yes to “Create a new empty partition table on this device?”. • Use the dialog boxes to create one primary partition large enough to hold the root filesystem. • For “How to use this partition” select “physical volume for RAID“, not the default “Ext3 journaling file system”. • Make the partition bootable. • Use the dialogs to create one other primary partition taking up the remaining disk space. Later this will be used for swap. • For “How to use this part...