Re: check disk for bad clusters on disk
Whoa! That's interesting. Tells me right away that the hardware is OK.
Maybe try creating partitions with different file systems - ext4, fat, ntfs, and run the check again & see if that makes a difference.
Also, how are you mounting sdb1?
sudo hdparm -tT /dev/sdb
/dev/sdb:
Timing cached reads: 6190 MB in 2.00 seconds = 3095.92 MB/sec
Timing buffered disk reads: 34 MB in 4.95 seconds = 6.87 MB/sec
linda@linda:~$ sudo hdparm -tT /dev/sdb1
/dev/sdb1:
Timing cached reads: 2 MB in 4.43 seconds = 462.74 kB/sec
Timing buffered disk reads: 28 MB in 4.09 seconds = 6.85 MB/sec
/dev/sdb:
Timing cached reads: 6190 MB in 2.00 seconds = 3095.92 MB/sec
Timing buffered disk reads: 34 MB in 4.95 seconds = 6.87 MB/sec
linda@linda:~$ sudo hdparm -tT /dev/sdb1
/dev/sdb1:
Timing cached reads: 2 MB in 4.43 seconds = 462.74 kB/sec
Timing buffered disk reads: 28 MB in 4.09 seconds = 6.85 MB/sec
Maybe try creating partitions with different file systems - ext4, fat, ntfs, and run the check again & see if that makes a difference.
Also, how are you mounting sdb1?
Comment