Anyone automounting smbfs shares from a NT system via autofs? I can
mount the share using the mount command:
server:/# mount -t smbfs -o guest //fusion-00/windocs /mnt
server:/# ls /mnt
CD Source  My Music  My Pictures  My Videos  My Webs  bootptab.txt
server:/var/log#

But it won't mount via automounter. Here's the error in syslog:
Mar 13 12:00:52 server automount[289]: attempting to mount entry
/var/www/webMount/My Music
Mar 13 12:00:52 server automount[943]: lookup(file): looking up My Music
Mar 13 12:00:52 server automount[943]: lookup(file): lookup for My Music
failed

server:/# cat /etc/auto.master
/var/www/webMount    /etc/auto.misc

server:/# cat /etc/auto.misc
webMount        -fstype=smbfs,guest      ://fusion-00/windows/

I'm running debian unstable, and samba-2.0.7. Any ideas?