what command or script does disk utility use when it unmounts a volume? its mighty fast. ive currently got this apple script to unmount my vista partition on login:
but this is excruciatingly slow. what command or script can i use on login to unmount my windows partition as fast as disk utility does?
thanks
Code:
do shell script "hdiutil unmount /dev/disk0s3"
but this is excruciatingly slow. what command or script can i use on login to unmount my windows partition as fast as disk utility does?
thanks