Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Automount AFP shares using Applescript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Automount AFP shares using Applescript
Authored by: ntloser on Sep 11, '07 03:33:26PM

I had no problem mounting shares using a similar apple scripit

mount volume "smb://whatever/whatever"

Originally I had the script mounting 4 volumes without specifying any "credentials"

I changed the script so that it mounted a 5th volume and used supplied a un and pw.

like this;
mount volume smb://username:password@whatever/whatever

I then got error 36. I could run the script fine. Finally I added a 2 second delay and it worked again.

I am new to OSX and just got my first mac last week. I had used the hacked version on a PC and even through some of the hardware wasn't supported I realized I liked the OS.



[ Reply to This | # ]