Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

Disk Utility reports the S.M.A.R.T. Status as not verified for external disks, and by default Mac OS X only seems able to access S.M.A.R.T. information on internal hard drives.

Is there a way to get SMART information on external USB or Firewire hard disk?

share|improve this question

1 Answer

up vote 4 down vote accepted

Yes (maybe).

There's an open-source kernel driver OS-X-SAT-SMART-Driver for Mac OS X that will work for some USB and Firewire enclosures. It uses SAT (SCSI ATA Translation) to pass the SMART commands through to the hard drive, so only works if your enclosure supports SAT.

SAT isn't something enclosures seem to advertise support for, but the one I use (WD MyBook Studio Edition) happens to support it, so it works for me. It'll probably be quicker to test the software with your drive/enclosure, than to find out if SAT is supported in the specs.

share|improve this answer
1  
Although this may not be the only option to get the SMART status, as I could not retrieve the SMART status for a drive in an enclosure using a Sunplus Technology USB to SATA bridge in OS X - but from the same combination of HDD and enclosure I could successfully get the SMART data using Windows XP (even in a virtual machine) and HDDScan (see Appendix A on that site for supported controller chips) – iolsmit Jul 31 '12 at 21:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.