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

brandaopj

macrumors member
Original poster
Mar 4, 2010
95
9
Portugal
Hi,

Does anybody know a script to full turn off the mechanical hard drive i have in the optibay so it doesn´t keep spinning?

The scripts i used in leopard doesn´t work anymore. :(
 
to eject:

"touch /Volumes/Backup/.dummy;
hdiutil eject `disktool -l | grep Backup |
awk '{ print substr($0,20,7) }'`"

and to mount:

"diskutil mountDisk `disktool -l |
grep Backup | awk '{ print substr($0,20,7) }'`"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.