choifyken 发表于 2008-5-13 11:03:15

NTFS、FAT32中文支持,求助

slax6,在real模式下FAT32支持读写,中文是????
NTFS用ntfs-3g不支持写,中文支持

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

这个错误要怎么解决啊?

wjping119 发表于 2008-5-30 20:10:35

real安装到系统后,fat分区挂载用 mount /dev/hda1 /mnt/hda1 -o iocharset=cp936
ntfs-3g 是支持写的,用它的 -o 选项

choifyken 发表于 2008-6-2 12:33:23

谢谢wjping119版主
页: [1]
查看完整版本: NTFS、FAT32中文支持,求助