Archlinux中u盘自动挂载,并解决乱码

作者: cnbtoo 2008-04-22 09:53:42
若没安装hal,则先安装之

#pacman -S hal

编辑/etc/rc.conf,将hal加入DAEMONS行,该行可能会是这样

DAEMONS=(syslog-ng network netfs crond gdm ........ hal)

将用户加入组hal、dbus、storage

#gpasswd -a 用户名 组名

乱码解决

首先安装gconf-editor

开启gconf-editor

在systerm-->storage-->default_options-->vfat:mount_options中,点击 “新增”

输入iocharset=utf8

相关资讯