红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

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

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

若没安装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

TOP

发新话题