Yes, when you mount it manually you don't escape the "$"

If I manually mount it using:
mount -t cifs -o username=mjurgens,password=parallel12 //xp0/C$ /mnt/C$
it works. If I also escape the $ then it also works
mount -t cifs -o username=mjurgens,password=parallel12 //xp0/C\$ /mnt/C\$

Was that what you were talking about?

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs
When I was on Fedora 8 and autofs-5.0.2-16 <http://koji.fedoraproject.org/koji/buildinfo?buildID=46891> <http://koji.fedoraproject.org/koji/buildinfo?buildID=46891> it worked
Then when I upgraded only autofs to 5.0.3 it was broken
Doesn't that suggest that it is something in the autofs code that can therefore be potentially fixed?
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to