Matthew Jurgens wrote:
>
>> 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?
So maybe I'm wrong and were back to were we started.
Unless the shell translates the escape!
I bet that:
mount -t cifs -o username=mjurgens,password=parallel12 \
'//xp0/C\$' /mnt/C\$
fails.
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs