• 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: Mount a Firewire disk
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mount a Firewire disk


  • Subject: Re: Mount a Firewire disk
  • From: dev_sleidy <email@hidden>
  • Date: Mon, 25 Jul 2005 16:05:02 -0400

Try this (raw) code ...

set x to 0
repeat
if ((do shell script ("diskutil mountDisk /dev/disk" & (x as string))) is not equal to "") then exit repeat
set x to x + 1
end repeat


... which cycles though, and mounts, all connected drives.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: set myList to myList & ... and unexpected results
  • Next by Date: Re: obligatory snipe
  • Previous by thread: Re: Mount a Firewire disk
  • Next by thread: set myList to myList & ... and unexpected results
  • Index(es):
    • Date
    • Thread