Differences between revisions 1 and 2
Revision 1 as of 2013-12-16 20:35:16
Size: 505
Editor: PieterSmit
Comment:
Revision 2 as of 2013-12-16 20:35:32
Size: 526
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
----
CategoryLinux

Hard Drive disk errors

  • 2013 a disk developed errors, being 3TB i did not just want to destroy it.
    • Scan disk with badblocks and record 4k block address in txt file.
    • # badblocks -nsv /dev/sdb1 -o badblocks4k.txt
    • Idea is to partion disk to not use badblocks.
  • Other commands
    • fdisk -lu /dev/hda
    • tune2fs -l /dev/hda3 | grep Block
    • smartctl -a /dev/sdb

...


CategoryLinux

linux/DiskErrors (last edited 2013-12-16 20:35:32 by PieterSmit)