LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 683|回复: 3

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

[复制链接]
发表于 2009-10-23 09:41:32 | 显示全部楼层 |阅读模式
单位的机器升级到105,就没有乱码,家里的机器怎么就还是乱码,不知道问题出在哪里了。之前都是打了exo-alt补丁自己编译的。
发表于 2009-10-23 09:54:28 | 显示全部楼层
中文还是问号,就等aur里的补丁更新了
回复 支持 反对

使用道具 举报

发表于 2009-10-24 11:56:17 | 显示全部楼层
将以下内容保存为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
[/PHP]
回复 支持 反对

使用道具 举报

发表于 2009-10-30 00:08:07 | 显示全部楼层
thx very much
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表