On Thu, 24 Feb 2005, atlantos41 wrote:

In short no.

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.

I'll check but I think v3 didn't actually do specific character comparisons. Along the way this has made its way into v4.


Perhaps it's not a big deal to change.
I'm not sure yet.

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

Reply via email to