+ -
当前位置:首页 → 问答吧 → 各位用xfce的兄弟:exo 105挂载U盘,还有中文乱码么

各位用xfce的兄弟:exo 105挂载U盘,还有中文乱码么

时间:2009-10-23

来源:互联网

单位的机器升级到105,就没有乱码,家里的机器怎么就还是乱码,不知道问题出在哪里了。之前都是打了exo-alt补丁自己编译的。

作者: omegao   发布时间: 2009-10-23

中文还是问号,就等aur里的补丁更新了

作者: lord007   发布时间: 2009-10-23

将以下内容保存为mount.rc ,并放到~/.config/xfce4/下既可
PHP 代码:
#
# ABOUT
# =====
# This file contains the mount option configuration when exo-mount is used with the HAL
# back end (which is highly recommended). If mounting using exo is somehow not working
# for you, you can copy this file to your $XDG_CONFIG_HOME/xfce4 directory and modify it.
#
# The options for each filesystem are not used when they are not in the list of
# valid mount options provided by HAL. You can find those values using lshal and
# search for the volume.mount.valid_options property.
#
#
# EXAMPLE
# =======
# For example your usb device contains the vfat file system and lshal shows the
# following valid mount options for the device:
#
#   volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime',
#                                 'noexec', 'quiet', 'remount', 'exec', 'uid=',
#                                 'gid=', 'umask=', 'utf8'} (string list)
#
# All the values that end with a = character are options that contain a value,
# the other options are booleans that can be enabled by for example putting
# utf8=true in the group.
#
#
# SUBSTITUTIONS
# =============
# Some options can be substituted by exo-mount when you set the value to <auto>:
#   uid      : The real user ID
#   gid      : The real group ID
#   iocharset: To the EXO_MOUNT_IOCHARSET or LC_CTYPE environment variable.
#

[vfat]
uid=<auto>
shortname=winnt
# FreeBSD specific option
longnames=true
iocharset=<auto> 

[iso9660]
uid=<auto>

[udf]
uid=<auto>
iocharset=<auto>

[ntfs]
uid=<auto>

[ntfs-3g]
uid=<auto>
# Make sure the device does not get 0777 permissions
umask=0077 

作者: 沙漠之子   发布时间: 2009-10-24

thx very much

作者: lord007   发布时间: 2009-10-30

热门下载

更多