Check for bad blocks on hardrive with badblocks command
Posted on December 18th, 2007 by linux
Badblocks linux command lets you to check for bad blocks on your hard drive. Very useful for new hard drives or drives which we are not sure about.
#badblocks -s /dev/hda
where /dev/hda is your block device.
Filed under: Administration, Commands, Linux