Mounting Network Volumes

Hi
I’m trying to use a script to mount a remote OS 9 Volume from OS X. I won’t post the whole script, but when I try to use this line

mount volume “afp://username:password@192.168.1.xxx/Preflight In/”

I get the following error

“Exection Error: An error of type -1 has occurred”

The same script (different IP address) works fine opening OS X volume from OS X. I thought it might be the space in the volume name but removing that didn’t help. Also, password is under 8 characters long
Thanks in advance!!

Try this. It works for me mounting OS 9.1 volumes from OS X 10.2.6.

mount volume "afp://192.168.1.xxx/Preflight In" as user name "name" with password "pwd"

hmmmm… still getting the same error…

Can you mount a volume on the OS 9 box via other methods?

Tim Connor has just posted a handler (Mount Required Volumes (Mac OS X)) which might be useful. I just tested it here and it allowed me to mount a OS 9 volume from OS X.

– Rob