> > but autofs doesn't work with this line in my auto.paris file: > > > > sgenseme -fstype=smbfs,login=sgenseme,passwd=xxxx paris:sgenseme > > > I think you should try /username/ instead of /login/ > (works, for me, and it appears like that in 'man smbmount')
Also, /passwd/ should be /password/ One way I can use it (I usually use a different setup though) is an auto.misc script that contains predefined lines that can be mounted on my /misc directory. One of those lines is: traf_doc -fstype=smbfs,username=chris,password=xxxx ://nt_traffic/Documents Maybe you should try this line: sgenseme -fstype=smbfs,username=sgenseme,password=xxxx ://paris/sgenseme
