umm.. wouldn't you want it to look like this

auto.master:
/mount	/etc/auto.mount

auto.mount:
webMount        -fstype=smbfs,guest      ://fusion-00/windows/

from what I can tell, it's trying to mount //fusion-00/windows/My\ Music,
which is great if you're using NFS, but not SMBfs

Thank You,
        Ben Kochie (ben at nerp.net)

 "Unix is user friendly, Its just picky about its friends."

On Tue, 13 Mar 2001, Clay Fandre wrote:

> 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?
> _______________________________________________
> tclug-list mailing list
> tclug-list at mn-linux.org
> https://mailman.mn-linux.org/mailman/listinfo/tclug-list
>