PDA

View Full Version : Autofs & Windows Shares



Bendman0815
10-24-2006, 10:45 AM
Hi!

I try to mount Windows (XP) shares via autofs. But theres a strange problem. I can mount these shares without problems with

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:

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