On Sat, 2008-09-13 at 22:30 +1000, Matthew Jurgens wrote: > Debug Log: >
snip ... > Sep 16 01:03:13 tempgw automount[17954]: mounted /smb/xp0 > Sep 16 01:03:13 tempgw automount[17954]: do_mount: //xp0/C\ > $ /smb//smb/xp0/C$ type cifs options username=USER,password=PASSWORD > using module generic > Sep 16 01:03:13 tempgw automount[17954]: mount_mount: mount(generic): > calling mkdir_path /smb/xp0/C$ > Sep 16 01:03:13 tempgw automount[17954]: mount_mount: mount(generic): > calling mount -t cifs -s -o username=USER,password=PASSWORD //xp0/C\ > $ /smb/xp0/C$ This is the mount command we actually use. We get rid of the quotes during the parsing of the entry but still the backslash quote could be causing a problem. Do you agree or should I be looking elsewhere? > Sep 16 01:03:13 tempgw automount[17954]: mount(generic): > mounted //xp0/C\$ type cifs on /smb/xp0/C$ > Sep 16 01:03:13 tempgw automount[17954]: send_ready: token = 345 > Sep 16 01:03:13 tempgw automount[17954]: mounted /smb/xp0/C$ Ian _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
