B brandaopj macrumors member Original poster Jul 4, 2011 #1 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. 🙁
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. 🙁
GermanyChris macrumors 601 Jul 4, 2011 #2 brandaopj said: 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. 🙁 Click to expand... What did you use in Leopard?
brandaopj said: 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. 🙁 Click to expand... What did you use in Leopard?
B brandaopj macrumors member Original poster Jul 4, 2011 #3 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) }'`"
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) }'`"
GermanyChris macrumors 601 Jul 4, 2011 #4 brandaopj said: 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) }'`" Click to expand... Thank you!
brandaopj said: 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) }'`" Click to expand... Thank you!