##master-page:HomepageReadWritePageTemplate
##master-date:Unknown-Date
#format wiki
#language en
= 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