Mount OS X Volume from OS 9
Mount OS X Volume from OS 9
- Subject: Mount OS X Volume from OS 9
- From: Lists <email@hidden>
- Date: Tue, 15 Jun 2004 13:48:11 -0700
Hi list,
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. Have tried
everything and been through the archives and Apple support discussions
with no luck.
Here's what I've tried:
From OS 9 machine:
mount volume "Macintosh HD" on server "My Server" as user name
"TheUsername" with password "ThePassword"
mount volume "afp://My Server/Macintosh HD" as user name "TheUsername"
with password "ThePassword"
mount volume "afp://My Server/Macintosh HD" on server "My Server" as
user name "TheUsername" with password "ThePassword"
mount volume "afp://My Server/Macintosh HD" as user name
"TheUsername" with password "ThePassword"
mount volume "afp://192.168.1.10/Macintosh HD" as user name
"TheUsername" with password "ThePassword"
mount volume "afp://192.168.1.10/Macintosh HD" as user name
"TheUsername" with password "ThePassword"
mount volume "Macintosh HD" on server "My Server" as user name
"TheUsername" with password "ThePassword"
Basically, I think I have tried every possible combination (even though
I may not have displayed them all here). I have tried with AppleTalk on
and off on the server. 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?
Thanks,
Steve
_______________________________________________
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.