auto mount not working
auto mount not working
- Subject: auto mount not working
- From: dealTek <email@hidden>
- Date: Sun, 13 Jan 2013 15:33:43 -0800
newbie question...
I found this on the net but it does not seem to be working in ML 10.8.2
auto mount not working - I set a simple applescript - first I mount the drive = MyDisk (make sure it's working) - then unmount drive - then run simple script - but it does not mount
How can I fix this?
-----------
property diskname : "MyDisk"
do shell script "disktool -l | egrep -i \"Mountpoint = '', fsType = 'hfs', volName = '" & diskname & "\" | cut -d\\' -f2 | xargs -n1 disktool -m"
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden