You are not logged in.
Pages: 1
Hi! I have a server with a NFS folder. Sometimes when I try to read from it it gives me an I/O error; so I checked dmesg and I found this:
sd 3:0:14:0: [sdf] Unhandled sense code
sd 3:0:14:0: [sdf] Result: hostbyte=0x00 driverbyte=0x08
sd 3:0:14:0: [sdf] Sense Key : 0x3 [current]
Info fld=0x5c50046
sd 3:0:14:0: [sdf] ASC=0x11 ASCQ=0x0
sd 3:0:14:0: [sdf] CDB: cdb[0]=0x28: 28 00 05 c5 00 40 00 00 08 00
end_request: I/O error, dev sdf, sector 96796742
sd 3:0:14:0: [sdf] Unhandled sense code
sd 3:0:14:0: [sdf] Result: hostbyte=0x00 driverbyte=0x08
sd 3:0:14:0: [sdf] Sense Key : 0x3 [current]
Info fld=0x5c50046
sd 3:0:14:0: [sdf] ASC=0x11 ASCQ=0x0
sd 3:0:14:0: [sdf] CDB: cdb[0]=0x28: 28 00 05 c5 00 40 00 00 08 00
end_request: I/O error, dev sdf, sector 96796742
sd 3:0:14:0: [sdf] Unhandled sense code
sd 3:0:14:0: [sdf] Result: hostbyte=0x00 driverbyte=0x08
sd 3:0:14:0: [sdf] Sense Key : 0x3 [current]
Info fld=0x5c50046
sd 3:0:14:0: [sdf] ASC=0x11 ASCQ=0x0
sd 3:0:14:0: [sdf] CDB: cdb[0]=0x28: 28 00 05 c5 00 40 00 00 08 00
end_request: I/O error, dev sdf, sector 96796742
Could be this an hd failure? How can I fix this? Or can it be related to the NFS?
How can I eventually cut out broken sectors and keep using the rest of the hd?
Thanks
Offline
Yeah, the kernel is quite good at picking up hard drive errors. IMHO those are indicative of a failing hard drive and unlikely to be anything to do with NFS. If I were you I would burn a copy of the Ultimate Boot CD (ultimatebootcd.com) and use the appropriate hard drive tool there to analyze (and possibly repair) your drive.
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
Might also be a problem with flaky cabling or a loose connection.
However to be on the safe side I would backup everything and give badblocks write test a go and keep an eye on the smart attributes.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Pages: 1