Re: Mount OS X Volume from OS 9
Re: Mount OS X Volume from OS 9
- Subject: Re: Mount OS X Volume from OS 9
- From: Lists <email@hidden>
- Date: Wed, 16 Jun 2004 10:22:31 -0700
Hi Bill,
Getting error: -3170.
I had tried the username:password@ style before with no luck. tried it
again and I get error -1070.
I haven't looked up those errors yet, but I will shortly. Think 1070 is
a parameter error of sorts.
Steve
On Jun 16, 2004, at 5:30 AM, Bill Metzinger wrote:
On Jun 15, 2004, at 11:55 PM, Steve wrote:
I'd like to mount an OS X 10.3 volume from an OS 9 machine. No problem
through the chooser, but I'd like my applescript to do it. Here's what
I've tried:
......
It works fine through the Chooser but cannot
script it.
Is there a trick or do I have to be running 9.2 instead of 9.1?
Hmmm. It's not for a lack of trying. You say it works thru the Chooser,
so there's a network and your shares are working.
What is the error returned by the script?
Half of what you tried should have worked. I know it goes without
saying, but you are supplying the real username, password, and so on...
One of your last examples was a mix between two different ways of
getting there which would probably cause an error.
Try the following form which puts your name and password in the URL. It
should work like a charm. (No you don't need to upgrade from 9.1)
mount volume "afp://name:pass@ip/share"
mount volume "afp://admin:email@hidden/BigFraggedHD"
.DS_Bill
} I'm sick of following my dreams man,
} I'm just gonna ask'em where they're going,
} and hook up with them later.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.