Apple - How can I disable the 2nd hard drive in my 27" iMac?

I don't know if it'll work, but try going into the Energy Saver section of System Preferences and select "Put hard disk(s) to sleep whenever possible". Then go into Disk Utility and unmount the hard drive. With no way to access the drive, I would assume Mac OS X would put the drive to sleep.

This is a temporary solution though, and it won't persist across reboots (Mac OS X automatically mounts all available drives at boot). If you're really not using the drive and don't have any data on there that you want, my suggestion would be to go into Disk Utility, repartition the drive, and for the format select "Free Space". Once done, Mac OS X will be unable to mount the drive and should put it to sleep.


The best solution is go to Apple service and ask them to remove the drive. I am also not happy with this issue, and I have a Hitachi 2 TB HDD which has a loud humming at idle. Which HDD model do you have, just curious? I was thinking about installing a quieter HDD, but there are some hardware compatibility problems and iMacs are problematic to open. It's sad Apple does not care about the HDD hum.

BTW it's actually easy to use an Apple script or a simple Cocoa app to unmount the drive on startup - which should use a shell script below

diskutil unmountDrive "drivename"

You can also reduce the time before sleep to 1 min from default 10 mins via Terminal command:

sudo pmset -a disksleep 1

But that does not solve the problem completely. Also some apps are accessing the drive even when unmounted, Parallels background agent does that for some reason.