PDA

View Full Version : localication problem



sannikov
03-03-2003, 06:01 PM
How to modify default mount options ?
I need correctly displayed fat partitions, exactly in russian
it can be done with "mount -o iocharset=koi8-r [...]"

but this changes done nothing
=====
/etc/init.d/knoppix-autoconfig
--
case "$f" in vfat|msdos)
if [ -z "$NOSWAP" ] && mount -o iocharset=koi8-r,uid=knoppix,gid=knoppix,ro -t $f $p $d 2>/dev/null;

=====
/etc/automount.sh
--
fat|msdos) options="${rw},iocharset=koi8-r,uid=knoppix,gid=knoppix,umask=000";;
======

Regards, Oleg Sannikov