On Mon, 2004-01-19 at 06:24, Scott Burns wrote: > Justin P. Steiger wrote: > > > > >//192.168.0.1/shared /mnt/server smbfs > >rw,username=username,password=xXxxxXx 0 0 > > > > > Hi, > I've never been quite able to put a valid password into my fstab - > does anyone else do this, and if so, what added security do you use? Don't know if i understand what you mean, but here is how i usually do: //machinename/sharename /mnt/sharename smbfs noauto,owner,rw,credentials=/home/ian/.smb 0 0 As you can see also as hint in some samba documentation or reading archives, the hidden files .smb (or whateer the name) simply contains your username and password. Should be just a little more secure, as it is in your home and not in /etc. E.