Hi!

I try to mount Windows (XP) shares via autofs. But theres a strange problem. I can mount these shares without problems with
Code:
mount -t smbfs -o username=xx,password=yy //Server/Freigabe /mnt/Share
but when I try to do the same via autofs it dosen't work.

here's the corresponding auto.misc entry:
Code:
Share -fstype=smbfs,username=xx,password=yy ://Server/Freigabe
when I do the same with a samba share on a linux box it works :shock:

I need help

Bendman