On Saturday August 19, l3mming@xxxxxxxxxxxx wrote: > Hi all, > > I'm having a problem with my RAID5 array, here's the deal: > > System is an AMD Athlon 64 X2 4200+ on a Gigabyte K8NS-939-Ultra > (nForce3 Ultra). Linux 2.6.17.7, x86_64. Debian GNU/Linux Sid, GCC 4.1.1 > (kernel configured and compiled by hand). > > RAID5 array created using mdadm 2.5.2. All drives are 250Gb Seagate > SATAs, spread across three controllers: nForce3 Ultra (motherboard), > Silicon Image 3124 (motherboard) and Promise SATA TX300 (PCI). > > /dev/sda: ST3250624NS > /dev/sdb: ST3250624NS > /dev/sdc: ST3250823AS > /dev/sdd: ST3250624NS > /dev/sde: ST3250823AS > > The array assembles and runs perfectly at boot, and continues to operate > without errors, and has been for a few months. It is using a version > 0.90 superblock. None of the devices were partitioned with fdisk, they > were just passed to mdadm when the array was created. > > Recently (last week or two), I have noticed the following in dmesg: > > SCSI device sde: 488397168 512-byte hdwr sectors (250059 MB) > sde: Write Protect is off > sde: Mode Sense: 00 3a 00 00 > SCSI device sde: drive cache: write back > SCSI device sde: 488397168 512-byte hdwr sectors (250059 MB) > sde: Write Protect is off > sde: Mode Sense: 00 3a 00 00 > SCSI device sde: drive cache: write back > sde: sde1 sde3 This itself shouldn't be a problem. The fact that the kernel imagines there are partitions shouldn't hurt as long as no-one tries to access them. > sd 6:0:0:0: Attached scsi disk sde > > Buffer I/O error on device sde3, logical block 1792 > Buffer I/O error on device sde3, logical block 1793 > Buffer I/O error on device sde3, logical block 1794 > Buffer I/O error on device sde3, logical block 1795 > Buffer I/O error on device sde3, logical block 1796 > Buffer I/O error on device sde3, logical block 1797 > Buffer I/O error on device sde3, logical block 1798 > Buffer I/O error on device sde3, logical block 1799 > Buffer I/O error on device sde3, logical block 1792 > Buffer I/O error on device sde3, logical block 1793 This, on the other hand, might be a problem - though possibly only a small one. Who is trying to access sde3 I wonder. I'm fairly sure the kernel wouldn't do that directly. Maybe some 'udev' related thing is trying to be clever? Apart from these messages, is there any symptoms that cause a problem? It could just be that something is reading from somewhere that doesn't exist, and is complaining. So let them complain. Who cares :-) > > I'm not a software/kernel/RAID developer by any stretch of the > imagination, but my thoughts are that I've just been unlucky with my > array and that the data on there has somehow managed to look like a > partition table, and the kernel is trying to read it, resulting in the > buffer IO errors. But these errors are necessarily a problem (I admit they look scary). > > I believe a solution to this problem would be for me to create proper > partitions on my RAID disks (with type fd I suspect?), and possibly use > a version 1.x superblock rather than 0.90. Creation partitions and then raiding them would remove these messages. Also using a verions 1.1 or 1.2 superblock would (as they put the superblock at the start of the device instead of the end). But is it worth the effort? NeilBrown - 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