Code: Select all
Personalities : [linear] [raid0] [raid1] [raid5] [multipath]
md2 : active raid5 sdc6[2] sdb6[1] sda6[0]
17233664 blocks level 5, 64k chunk, algorithm 2 [3/3] [UUU]
md0 : active raid1 sdc1[2] sdb1[1] sda1[0]
97152 blocks [3/3] [UUU]
As you will notice I have two array's, /dev/md0 is a RAID0 array for my /boot partition and /dev/md2 is a RAID5 array for everything else, ie '/'.
When I try to use partimage, it will only list /dev/md0 and it will correctly recognize it as using resierfs. However, it does not recognize /dev/md2 at all and further more, it shows the filesystem for the disk partitions that make up /dev/md2 as "unknown".
It makes sense to me why it would say "unknown" for sda6,sdb6 and sdc6 because the data is stripped across those disks and any single one wont resemble a known filesystem, but I have no idea why it wont show /dev/md2? Is it possible that partimage is hardcoded to only look for /dev/md0 and no further device?