Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 2048 499711 248832 83 Linux
/dev/cciss/c0d0p2 501758 573366271 286432257 5 Extended
/dev/cciss/c0d0p5 501760 573366271 286432256 83 Linux
Okay, we are building a new data server that has 6 disks - we partitioned the first 4 as a RAID 1 and the last 2 as a RAID 0. Our RAID 1 will house the main data server and the RAID 0 we want to use as a NAS/file storage device. My question is which partition is the RAID 0? Is the Extended partition the RAID 0? I want to mount 0 on the 1 as a NAS but I don't want to write the files to the wrong device.
Thanks