The system:
Fedora Core 2, relatively stock:
# rpm -q autofs
autofs-4.1.2-2
# uname -a
Linux 5nave 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i686 i386 GNU/Linux
# cat /etc/auto.master
/mnt/server /etc/auto.server
# cat /etc/auto.server
* -fstype=cifs,ip=192.168.5.172 ://server/&
#
The problem:
Shares that have low-ASCII names mount fine, but shares that have
Japanese names won't mount under autofs:
# ls /mnt/server/share
dave docs Music bitmaps Photos
# ls /mnt/server/新しいフォルダ
ls: /mnt/server/新しいフォルダ: No such file or directory
#
The exact same share mounts fine when I do it manually:
# mount -t cifs //server/新しいフォルダ /mnt/dave -o ip=192.168.5.172
# ls dave
file1 file2 file3
#
The question:
Does autofs have support for non-ASCII sharenames at all?
How do I make it work with Japanese sharenames?
Thanks,
Dave
_______________________________________________
autofs mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/autofs