LinuxSir.cn,穿越时空的Linuxsir!

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

ntfs-3g错误,求助

[复制链接]
发表于 2008-5-13 11:08:08 | 显示全部楼层 |阅读模式
FAT32支持读写,中文是????
NTFS装了ntfs-3g不支持写,中文支持

ntfsmount /dev/hda5 /dev/hda5
ntfsmount: error while loading shared libraries: libntfs-3g.so.23: cannot open shared object file: No such file or directory

这个错误要怎么解决啊?
发表于 2008-5-13 14:41:32 | 显示全部楼层
in the bash config add below too lines

export LC_CTYPLE=zh_CN.GBK
G_BROKEN_FILENAMES=1

in the fstab please add the mount option ,
    locale=zh_CN.GBK
IF YOU want have the write right add the option
    umask=022
022 means root have the full right, other has read and exec right.
000 means all have the full right
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-13 16:52:43 | 显示全部楼层
thanks
回复 支持 反对

使用道具 举报

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

本版积分规则

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