I have a 3TB seagate protable hard drive (SATA), but this hard drive suddenly has really low performance. I guess there are some bad blocks in the hard drive.
So I have done this test:
- Plugin the hard drive directly into a desktop.
- Run Ubuntu 14.04 from a bootable usd stick.
- Create a partition of 100 MB and formatted into ext2.
sudo mkfs.ext2 -c -c /dev/sdc1
- Test the performance of the new partition.
sudo hdparm -t /dev/sdc1
However, the performance is really low for this partition and unstable.
/dev/sdc1
Timing buffered disk reads: 2 MB in 15.86 seconds = 129.16 kB/sec
What should I do to improve the performance of my hard drive?
Thanks for any suggestions.