|
|
发表于 2009-1-24 23:31:41
|
显示全部楼层
@omegao
1.第一个问题参见我在2楼给的链接
2.第二个问题建议使用打utf8补丁的exo
如exo-svn或devel版本
3.帮你重排了一下fstab(内容没动过)
- #
- # /etc/fstab: static file system information
- #
- # <file system> <dir> <type> <options> <dump> <pass>
- aufs / aufs defaults 0 0
- proc /proc proc defaults 0 0
- sysfs /sys sysfs defaults 0 0
- devpts /dev/pts devpts gid=5,mode=620 0 0
- /dev/sr0 /mnt/sr0 iso9660 auto,noatime,users,suid,dev,exec,ro 0 0 # AutoUpdate
- /dev/sda1 /mnt/sda1 vfat auto,noatime,users,suid,dev,exec,quiet,umask=0,check=s,shortname=mixed 0 0 # AutoUpdate
- /dev/sda5 /media/sda5 vfat user,utf8,umask=0 0 0
- /dev/sda6 /mnt/sda6 vfat auto,noatime,users,suid,dev,exec,quiet,umask=0,check=s,shortname=mixed 0 0 # AutoUpdate
- /dev/sda7 /media/myhome reiserfs relatime 0 0
复制代码
稍微改了xia #
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
aufs / aufs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/sr0 /mnt/sr0 auto ro,user,noauto,unhide 0 0
/dev/sda1 /mnt/sda1 vfat user,utf8,umask=0,noatime,nodiratime 0 0
/dev/sda5 /mnt/sda5 vfat user,utf8,umask=0,noatime,nodiratime 0 0
/dev/sda6 /mnt/sda6 vfat user,utf8,umask=0,noatime,nodiratime 0 0
/dev/sda7 /media/myhome reiserfs relatime 0 |
|