How to find bad blocks on hard drives

Testing hard drives with bad blocks:

  1. smartctl -a /dev/sdb
  2. badblocks -b 512 -p 1 -t random -s -w /dev/sdb
  3. smartctl -t long /dev/sdb

Typical output for a bad disk will look like this:
# badblocks -b 512 -p 1 -t random -s -w /dev/sdb
Testing with random pattern: 268435392435392/      976773167
268435448
268435449435449/      976773167
268435450
268435451
268435452435452/      976773167
268435453
268435454
268435455435455/      976773167
done
Reading and comparing:       109394688/      976773168                

This means that sectors 268435448-268435455 have issues. -- CarstenAulbert - 28 Aug 2008

DocumentationForm edit

Title How to find bad blocks on hard drives
Description This pages describes the commands needed to find bad blocks on hard drives.
Tags bad blocks hard drives
Category Admin
Topic revision: r5 - 10 Feb 2012, ArthurVarkentin
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback