On Wed, 11 May 2005, [ISO-8859-1] Xisco Fern�ndez wrote: > Hello list, > > I'm having some sort of problem w/ automount. I'm trying to automount > hidden windows volumes (volume$), but the dollar sign isn't being > recognized by autofs. > > I am able to mount that share manually with mount.smbfs. > I am able to mount other non hidden shares with automount. > > It's not a credentials problem: > > auto.master: > > /mnt/auto /etc/auto.sgil --timeout=2 > > auto.sgil: > > cdrom -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom > sgil -fstype=smbfs,username=ruben,password=tosidad,codepage=cp850 > ://192.168.2.57/SGIL$
Have you tried escaping the $? It has special meaning to autofs. Ian _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
