badblocks in Linux to check/verify if a hard drive/HDD is good or bad

I like badblocks and don't know a better more reliable way of checking the drive. If there are no errors from badblocks and dmesg doesn't produce any SATA related errors, the drive should be good (for now at least).

I also prefer to do read and write mode, yes it takes ages but it is really the best way of doing it.  This gives me the most confidence in knowing that a drive, especially a new one is at least OK at the moment.

To test in read only mode

badblocks -v /dev/sdc

To test in non-destructive read-write mode (to preserve data):

badblocks -nv /dev/sdc
Checking for bad blocks in non-destructive read-write mode

To test in -destructive read-write mode (you will lose all data!)

*Warning again the method below will erase all data!

I used the option "-w" for write mode (only use this on a new drive or one where the data doesn't matter is it will wipe it out).

I alos used "v" for verbose to get a little more info. 

*Warning again the method below will erase all data!

 badblocks -wv /dev/sdc
Checking for bad blocks in read-write mode
From block 0 to 1953514584
Testing with pattern 0xaa:



Tags:

badblocks, linux, verify, hdd, badi, reliable, errors, dmesg, doesn, sata, mode, ok, dev, sdc, destructive, preserve, nv, method, erase, quot, alos, verbose, info, wv, xaa,

Latest Articles

  • Cisco Unified Communication Manager (CUCM) - How To Add Phones
  • pptp / pptpd not working in DD-WRT iptables / router
  • systemd-journald high memory usage solution
  • How to Install FreePBX in Linux Debian Ubuntu Mint Guide
  • How To Install Cisco's CUCM (Cisco Unified Communication Manager) 12 Guide
  • Linux Ubuntu Redhat How To Extract Images from PDF
  • Linux and Windows Dual Boot Issue NIC Won't work After Booting Windows
  • Cisco CME How To Enable ACD hunt groups
  • How to install gns3 on Linux Ubuntu Mint
  • How to convert audio for Asterisk .wav format
  • Using Cisco CME Router with Asterisk as a dial-peer
  • Cisco CME How To Configure SIP Trunk VOIP
  • Virtualbox host Only Network Error Failed to save host network interface parameter - Cannot change gateway IP of host only network
  • Cisco CME and C7200 Router Testing and Learning Environment on Ubuntu 20+ Setup Tutorial Guide
  • Abusive IP ranges blacklist
  • How to Install Any OS on a Physical Drive from Windows Using VMware Workstation (Linux, Windows, BSD)
  • CDN Cloudflare how to set and preserve the real IP of the client without modifying application code on Apache
  • CentOS 7 fix Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 14: curl#6 -
  • Ubuntu Debian How To Install Recommended Packages Automatically
  • How to set Linux Ubuntu Redhat Debian Command Line http https socks proxy for yum apt