Re: mounting a volume this is connected to an air prt extreme
Re: mounting a volume this is connected to an air prt extreme
- Subject: Re: mounting a volume this is connected to an air prt extreme
- From: Lists <email@hidden>
- Date: Fri, 09 Aug 2013 11:56:21 -0700
On Aug 9, 2013, at 10:27 AM, Robert Cuilla < email@hidden> wrote: Hello to all
I need some guidance with a script to mount a volume the is mounted extreme. Is this possible?
Thanks inn advance
Bob Cuilla
If you can see the disk in Disk Utility then the following script should work. Replace 'Disk Name' with the name of your disk.
set mydisk to (do shell script "diskutil list | grep 'Disk Name'") do shell script "diskutil mount " & (last word of my disk)
J |
_______________________________________________
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