Requirements:
- Laptop or desktop with Windows 7 (or higher)
- Cygwin installed with smartmontools
- SATA to USB docking station or cable adapter
- 2.5” or 3.5” SATA hard drive to be tested
Steps:
- Power on the laptop and plugin the SATA to USB (dock or adapter)
- Plug the hard drive into the dock or adapter
- Wait a few moments and Windows should start installing the drivers for the SATA to USB device
- After drivers are all loaded, open Cygwin (Run as Administrator)
- Type ‘smartctl -a /dev/sdb -d sat’ and press Enter (Note: you might need to use a variation for the device itself (sdb, sdc, etc) or the type of device (ata, sat, usbjmicron, etc)
- After you are able to get the basic hard drive information from the command above, you will now need to run a short offline test, using the command from above with the addition of ‘-t short’ (Ex: smartctl -a /dev/sdb -d sat -t short)
- After the short offline test completes successfully, you can run an extended offline test with the command from above with the addition of ‘-t long’ (Ex: smartctl -a /dev/sdb -d sat -t long)