Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Arron924

macrumors newbie
Original poster
Feb 18, 2013
21
0
Hello,

Disk Utility doesn't show any S.M.A.R.T status for my Fusion Macintosh HD, when I tried using Onyx It said this disk isn't supported is this correct?

Thanks!
 
pretty sure s.m.a.r.t is just for ntfs hdd

If the HDD (and SSD) are configured for it, S.M.A.R.T. will work. It has nothing to do with how the drive is formatted. A blank drive, if configured, will report a status.
 
In Disk Utility, both drives are shown as a single logical group. So, Apple would have to show each drive separately in order to read the S.M.A.R.T. attributes in the current Disk Utility. They likely won't do that, because it would confuse some users. Since this logical volume technology is new to Apple consumer products, give them some time. The will probably make the "Verified" or "Failed" status available in a future update of Disk Utility.

Onyx is likely the same way.

If you wish to read the S.M.A.R.T. status, you should be able to boot into an external drive or to the repair partition to see it separately on both drives.
 
Last edited:
SMART is a hardware reporting function.

A Fusion Drive is a logical volume independent of the physical drives underneath it.

RAID volumes using Disk Utility don't report SMART either.

The individual parts of a Fusion Drive will report SMART status in System Info or a utility like SMARTReporter.
 
As mentioned above, Fusion Drive is a logical volume and therefore has no SMART. You can check for SMART status of the physical drives using the diskutil command line utility. First check what devices (physical or logical) are present on your system via

diskutil list

and then check the SMART status of the disk (substitute 0 for the disk ID in question) you want via

diskutil info disk0 | grep SMART
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.