On Sun, 11 Jan 2004, WipeOut wrote: > Krikket wrote: > > > >I'm sure that this has been documented to the ends of the earth, but I'll > >be damned if I can find it. I've checked the samba home page, the > >documentation that came with it, and even did a bunch of googling. > >Somehow I've managed to completely fail in finding any. > > I usually do the following.. > > cd /mnt > mkdir smb > mount -t smbfs -o username=myname //servername/sharename smb > cd smb > ls (here I should see all the files and dirs from the smb server) > > Hope that helps.. It does, thank you! (Now, do you have any suggestions to allow it to mount those directories automagically, whenever I log in? Or will I need to memorize that unwieldly mount command?) Krikket