Up to OJB's Mac Tips List
Bad Block Scan from Terminal
How to do a bad block scan of a volume.This reads the whole disk and reports any (hardware) errors found.List available disks: diskutil listFind the ID of volume to be scanned in the list, eg /dev/disk2Enter this: sudo fsck_hfs -dylS DISKIDExample: sudo fsck_hfs -dylS /dev/disk2s2Meaning of options...d = output debugging infoy = assume a yes response to all questionsl = live fsck (lock down and test-only)S = Scan disk for bad blocks