• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to mount a volume?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to mount a volume?


  • Subject: Re: How to mount a volume?
  • From: Adam Bell <email@hidden>
  • Date: Wed, 15 Nov 2006 13:42:08 -0400

Title: Re: How to mount a volume?
At 9:44 AM -0700 11/15/06, Michelle Steiner wrote:
On Nov 15, 2006, at 9:39 AM, Adam Bell wrote:

I use this for my external firewire (which always shows up at the end of the list):

set D to do shell script "diskutil list" -- gets a list of everything thats live and connected whether mounted or not.
set E to last word of last paragraph of D -- works for my case
do shell script "diskutil mount " & E -- mounts it.

Works for me.  Thanks.

No way to do it with vanilla AS, though, is there?

-- Michelle

Nothing more Vanilla than than, Michelle. BTW the second line can be simplified if your external is indeed the last thing in the list:

set E to last word of D -- don't really need the 'last paragraph' part. I just put it in in case your external wasn't last.

Adam

--
Reading computer manuals without the hardware is as frustrating as reading sex manuals without the software.
-- Clarke's sixth law


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
>esscable.net
Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden

 _______________________________________________
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/mailman//archives/applescript-users

This email sent to email@hidden

References: 
 >How to mount a volume? (From: Michelle Steiner <email@hidden>)
 >Re: How to mount a volume? (From: Adam Bell <email@hidden>)
 >Re: How to mount a volume? (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Re: How to mount a volume?
  • Next by Date: Re: Photoshop measure tool
  • Previous by thread: Re: How to mount a volume?
  • Next by thread: Mount Server Volume invisible
  • Index(es):
    • Date
    • Thread