• 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 Xserve Volume Broken in Tiger?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mount Xserve Volume Broken in Tiger?


  • Subject: Re: Mount Xserve Volume Broken in Tiger?
  • From: Adam Wuellner <email@hidden>
  • Date: Fri, 20 May 2005 10:46:47 -0500

On 5/20/05, Jason Bourque <email@hidden> wrote:
> Yes, Mount manually fine.
>
> One of the disks don't have a space, tried it and it failed.
>
>
> tell current application
>     mount volume "afp://192.168.105.209/XSERVE01" on server "XSERVE" as user
> name "MainUser" with password "Test"
> end tell
> Script ³Mount XServe² finished
>     -->    Disk XSERVE01 wasn't found.

Well, sorry it didn't help.  FWIW, my volume-mounting script is pretty
dang simple:
on run
	try
		mount volume "afp://my.fqdn.com/IT"
		mount volume "afp://my.fqdn.com/Projects"
	end try
end run

Did you try it outside of any tell block? (Obviously don't use the
'try...end try' I have in mine unless you want even less information
about why it's failing. :) )

Also, you can try leaving off the volume name, and just using the IP
address.  If that much is successful, you should get the list of
mountable volumes.  Might be enlightening... or not...

- Adam
 _______________________________________________
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: 
 >Re: Mount Xserve Volume Broken in Tiger? (From: Adam Wuellner <email@hidden>)
 >Re: Mount Xserve Volume Broken in Tiger? (From: Jason Bourque <email@hidden>)

  • Prev by Date: Re: Mount Xserve Volume Broken in Tiger?
  • Next by Date: Examples or docs for (Tiger) system events XML Suite ?
  • Previous by thread: Re: Mount Xserve Volume Broken in Tiger?
  • Next by thread: make a list with : choose from list ABC with prompt
  • Index(es):
    • Date
    • Thread