On 26/05/2011 10:59, John Robinson wrote: [...]
[root@beast lsdrv]# python2.6 lsdrv PCI [pata_marvell] 03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II Controller (rev b2) ââscsi 0:0:0:0 HL-DT-ST DVD-RAM GH22NP20 ââsr0: Empty/Unknown 1.00g PCI [ahci] 00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller ââscsi 2:0:0:0 ATA Hitachi HDS72101 â ââsda: Empty/Unknown 931.51g Traceback (most recent call last): File "lsdrv", line 387, in <module> show_blocks(" %s " % branch[0], [phy.block]) File "lsdrv", line 339, in show_blocks show_blocks("%s %s " % (indent, branch[0]), [blockbyname[x] for x in subs]) KeyError: 'sda1' Now, something's not getting picked up about sda. Looking at Mathias' "sweet" output, it's not coping with the (DOS) partition table. Another variation on my kernel's /sys or still to old a Python or ...?
Still seeing this. I added a print command so I can see that dev.partitions is being populated successfully. I'm not entirely sure where dev.ID_ etc are supposed to be coming from, but if it's that `blkid -p -o udev /dev/block/8:0` then I'm afraid CentOS 5's blkid doesn't understand the -p or -o udev options, it doesn't produce any output for whole drives with partition tables, and there isn't a /dev/block directory. It's blkid 1.0.0 from e2fsprogs 1.39-23.el5_5.1.
If that knocks CentOS 5 support on the head then so be it... Cheers, John. -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html