Re: Mount Xserve Volume Broken in Tiger?
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