|
If this is an mdadm array, then it should be /dev/md* where * is 0, 1, 2, etc. If it's a dmraid (FakeRaid configured by the BIOS) then it will be /dev/mapper/xxx_yyyyyyyy*. xxx would be something like "pdc", yyyyyyy would be some random alphanumeric number, and * would be blank for the array itself, and 1, 2, 3, etc for the partitions on the array. Since you said it was configured by the installer, it should be /dev/md*. You do not want to touch the disks that comprise the array, such as /dev/sda*, /dev/hda*, or whatever.
|