Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2007 20:23:37 +0300
From:      "Marat N.Afanasyev" <amarat@ksu.ru>
To:        freebsd-stable@freebsd.org
Subject:   charset conversion support in amd(8)
Message-ID:  <45ABB899.7060807@ksu.ru>

next in thread | raw e-mail | index | archive | help
Hello!

I found that automount daemon configured to use cdrom device doesn't 
support -C option to convert filenames to local charset. Is there any 
ways to make it work?

my amd.map is as follows:

# $FreeBSD: src/etc/amd.map,v 1.9 2002/05/15 22:24:29 obrien Exp $
#
/defaults       type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key}
*               opts:=rw,grpid,resvport,vers=3,proto=udp,nosuid,nodev

cdrom           fs:=${autodir}/cdrom;type:=cdfs;opts:=ro;dev:=/dev/cd2

adding Ckoi8-r to opts doesn't solve the problem. I suppose one should 
add charset conversion ability to amd itself. Am I right?

-- 
SY, Marat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45ABB899.7060807>