-=Brian Truter=- said: > Someone stated that they had a samba share that was mounted by automount. > I > have been playing with this, but cant get it to work. Here is my config: > > /etc/auto.master: > > /smb /etc/auto.smb --timeout=60 > > /etc/auto.smb: > > admin > -fstype=smbfs,-o,username=XXXX,password=XXXX,workgroup=XXXX,soft,intr > //server/data Looks like you have some syntax issues and some weird options. Try: admin -fstype=smbfs,username=XXXX,password=XXXX,workgroup=XXXX ://server/data One line, of course. You also might want to use the credentials= option so that you can have your username/password info in a seperate file. Oh, and you do mean "admin" not "admin$" right? -- William Hooper