Обсуждение:Русификация Slackware 12
Последнее сообщение: 16 лет назад от 83.68.34.145 в теме «mount»
Все получилось нормально, но как увидеть руские файлы сделанные в 10 версии? одни ероглифы. при подгрузке koi8r старые видятся пормально, новые иероглифы
mount
правитьСчитаю правильным монтировать VFAT-разделы следующим образом: /etc/fstab
/dev/uba1 /mnt/flash.1/1/ vfat utf8,noauto,sync,users,quiet
Mount options for vfat
........
utf8 UTF8 is the filesystem safe 8-bit encoding of Unicode that is
used by the console. It can be be enabled for the filesystem
with this option. If ‘uni_xlate’ gets set, UTF8 gets disabled.
Возможно, utf8 следовало бы заменить на конструкцию codepage=866,iocharset=utf8
codepage=value
Sets the codepage for converting to shortname characters on FAT
and VFAT filesystems. By default, codepage 437 is used.
iocharset=value
Character set to use for converting between 8 bit characters
and 16 bit Unicode characters. The default is iso8859-1. Long
filenames are stored on disk in Unicode format.
noauto Can only be mounted explicitly (i.e., the -a option will
not cause the file system to be mounted).
sync All I/O to the file system should be done synchronously.
In case of media with limited number of write cycles
(e.g. some flash drives) "sync" may cause life-cycle
shortening.
users Allow every user to mount and unmount the file system.
This option implies the options noexec, nosuid, and
nodev (unless overridden by subsequent options, as in
the option line users,exec,dev,suid).
quiet Turn on the quiet flag. Attempts to chown or chmod files do
not return errors, although they fail. Use with caution!
GiN[8-bend][1]
83.68.34.145 09:47, 19 февраля 2008 (UTC)