• 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 volume flaky/broken in Tiger?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mount volume flaky/broken in Tiger?


  • Subject: Re: Mount volume flaky/broken in Tiger?
  • From: Sander Tekelenburg <email@hidden>
  • Date: Fri, 24 Jun 2005 01:48:34 +0200

At 13:32 -0400 UTC, on 2005/06/23, email@hidden wrote:

>   Hello,
>       Is anyone else having issues with the mount volume command in Tiger?

No idea what your problem is, but just FWIW, this worked fine here under
Panther and still does so under Tiger:

property server_name : "Don"
repeat with a_disk in {"Huey", "Dewey", "Louis"}
	tell application "Finder"
		-- 'cause System Events manages to see unmounted disks...
		if not (exists disk (contents of a_disk)) then
			tell me
				try
					activate
					mount volume "afp://" & server_name & ".local/" & a_disk as
user name "me"
				on error m number n
					log {n, m}
				end try
			end tell
		end if
	end tell
end repeat


--
Sander Tekelenburg, <http://www.euronet.nl/~tekelenb/>
 _______________________________________________
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

References: 
 >Mount volume flaky/broken in Tiger? (From: email@hidden)

  • Prev by Date: Re: Fun with dates...
  • Next by Date: Re: posix path of string
  • Previous by thread: Mount volume flaky/broken in Tiger?
  • Next by thread: Re: Mount volume flaky/broken in Tiger?
  • Index(es):
    • Date
    • Thread