Since a lot of people here use OS X and are quite knowledgeable, I thought I would post my OS X question. Here is the problem I have: I have an OS X iBook and an XP box on my home network. On my XP box I have created a network drive that always give me access to my iBook in a simple way from Explorer, and I only put the password once. On OS X, when I want to connect to my XP box, I have to do Apple+K in the Finder to "Connect to Server", then have to retype my username/password each time (although I ask it to add it to my keychain), and when I log out and log back in the network drive unmounted itself. Is there any way to do this a bit more automatically? I would very much like to have my XP shares show up as a mounted drive automagically when I log in and preferably not type my username/password each time too. Any help is greatly appreciated!!
-- junior
Re:Me too!
pjm on 2003-01-20T23:19:37
Have you tried making an alias to the mounted drive? (command-L should do the trick). Or just drag it onto your finder toolbar. Upon reboot/whatever you should be able to simply double-click/click the alias and have it ask for authentication details. If that's too much of a pain you can use a.nsmbrc containing your connection details; the password need not appear as simple text but can be encrypted using
smbutil crypt mypasswordhere
and then inserted into the.nsmbrc in that form.
The.nsmbrc file is detailed in the following article about samba/OSX
http://www.opensource.apple.com/projects/documentation/howto/html/osxsmb.html
[[Lastly, from the command line you should be able to alias
mount -t smbfs//username:password@server/share /mount_point
to do the trick.]]
Cheers,
PaulYou Rock!
graouts on 2003-01-21T00:59:38
Thanks Paul, everything is sorted out, my windows shares appear when I log in.