Re: mounting drives
Re: mounting drives
- Subject: Re: mounting drives
- From: Joe <email@hidden>
- Date: Fri, 24 Oct 2008 08:08:58 -0700
>Since Apple Disk Utility isnt scriptable does anyone know of a method, using AS to mount drives on the firewire buss that have been previously ejected?
To mount a FW drive by name:
set whatItem to (do shell script "diskutil list | grep 'My Book'")
do shell script "diskutil mount " & (last word of whatItem)
Joe
_______________________________________________
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