# # # Modified from # http://software.cfht.hawaii.edu/linuxpc/linux_RAID.html # # # Automated fdisk # This is the command used to partition the 100Gb disks with one small 100Mb partition and one large 100Gb partition: # for i in a c e g i do echo -e "x\nc\n12182\nh\n255\ns\n63\nr\nn\np\n1\n\n+100M\nn\np\n2\n\n\nt\n2\nfd\nw\n" | fdisk /dev/hd$i done # # end of file