Hi.
I start automount with command:
automount --timeout=60 /smb file /etc/auto.smb

where /etc/auto.smb is
test_data<cyrchar>est    -fstype=smbfs    ://test/data<cyrchar>est

where <cyrchar> is one cyrillic char, for example "т", i. e.
~ echo -n <cyrchar> | hexdump
0000000 00d4                                   
0000001

When I try to change directory to /smb/test_data<cyrchar>est, then autofs 
fails with messages in syslog:
automount[13111]: failed to mount /smb/test_data

But if I change key in /etc/auto.smb to 7-bit, for example 
"test_data<cyrchar>est" to "test_datatest":
test_datatest    -fstype=smbfs    ://test/data<cyrchar>est

and then restart automount, autofs works as it should be.

This problem appears to be in autofs 4.1.3 and autofs 4.1.4_beta1, but not in 
autofs 3.1.7.

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to