首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux基本应用 > 文章内容

解决Ubuntu NTFS文件系统不能读写的方法

作者:佚名  来源:不详  发布时间:2008-7-22 8:07:00
UBUNTU8.04默认就支持NTFS分区的读写,可是不完美,对NTFS分区下的中文文件支持不好,你会发现找不到中文的文件。

解决方法是在终端输入:

sudo apt-get -y --force-yes install ntfs-3g

sudo apt-get -y --force-yes install ntfs-config

[ -x /usr/bin/ntfs-3g ] && sudo ln -sf /usr/bin/ntfs-3g /sbin/mount.ntfs

gksudo ntfs-config & set v

然后全选上

不能读写的问题

一种方法是在终端输入:

sudo mount -t ntfs-3g /dev/sda1 /media/sda1 -o force

另一种方法是:

add the option to the relevant row in the /etc/fstab file:

/dev/sda1 /media/sda1 ntfs-3g defaults,force 0 0
收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 网站帮助 - 广告合作 - 网站地图