I have a 750Gib USB Seagate hard disk and when I copy a file to it, sometimes I get errors like this:
Code:
[ 4968.526607] scsi 6:0:0:0: [sdb] Unhandled error code
[ 4968.526612] scsi 6:0:0:0: [sdb] Result: hostbyte=0x00 driverbyte=0x00
[ 4968.526617] scsi 6:0:0:0: [sdb] CDB: cdb[0]=0x28: 28 00 57 54 66 00 00 00
08 00
[ 4968.526630] end_request: I/O error, dev sdb, sector 1465148928
[ 4968.526635] Buffer I/O error on device sdb, logical block 183143616
[ 4968.526671] Buffer I/O error on device sdb, logical block 183143616
[ 4968.526695] Buffer I/O error on device sdb, logical block 183143644
[ 4968.526700] Buffer I/O error on device sdb, logical block 183143644
[ 4968.526710] Buffer I/O error on device sdb, logical block 0
[ 4968.526714] Buffer I/O error on device sdb, logical block 0
[ 4968.526722] Buffer I/O error on device sdb, logical block 1
[ 4968.526732] Buffer I/O error on device sdb, logical block 183143645
[ 4968.526739] Buffer I/O error on device sdb, logical block 183143645
[ 4968.526745] Buffer I/O error on device sdb, logical block 183143645
This happens after a certain time when I list files and dirs on the disk or copy some files. It looks like to me that this HD enters on "standby mode" when no writing is being made to it, because the LED keeps flashing like my laptop's disk LED on hibernation.
I've already run fsck and badblocks on the disk, but no problems were found. Should I be concerned about this?