RE: [Rant] Will mount volume EVER work the way it is supposed to? !
RE: [Rant] Will mount volume EVER work the way it is supposed to? !
- Subject: RE: [Rant] Will mount volume EVER work the way it is supposed to? !
- From: Robert Kiolbassa <email@hidden>
- Date: Mon, 23 Jul 2001 14:02:59 -0500
I don't know if this will work for you, or if there are other factors to
consider, but what works for me (to mount an Apple server) is:
>
mount volume "afp://username:password@10.1.0.3/volumename"
>
>
Bob Kiolbassa
>
>
--__--__--
>
> Every now and then I run into a situation where I see that it would be
>
>> terrific if I could mount an AppleShare volume using AppleScript. And
>
each
>
>> time, I find myself typing something similar to the following into my
>
script
>
>> editor:
>
>
>> mount volume "afp://10.1.0.3/volumename/" as user name "username" with
>
>> password "password"
>
>
>> mount volume "afp://ServerName/volumename/" as user name "username"
>
with
>
>> password "password"
>
>
>> mount volume "volumename" on server "ServerName" as user name
>
"username"
>
>> with password "password"
>
>
>> The results?
>
>
>> Error message: "Network file permission error."
>
>> Error message: "An error of type -3170 has occurred."
>
>> Error message: "Network file permission error."
>
<snip>