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 > autofs@linux.kernel.org > http://linux.kernel.org/mailman/listinfo/autofs > When I was on Fedora 8 and autofs-5.0.2-16 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?