作者:你好世界
转自:http://blog.youkuaiyun.com/chiyona/article/details/8843326
使用rpmforge源安装ntfs-3g包,挂载之后直接就是可读写的。
- [root@test ~]#wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
- [root@test ~]#rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
- [root@test ~]#yum install fuse-ntfs-3g
如sdb1为windows分区,命令如下
- [root@test ~]# mount -t ntfs /dev/sdb1 /mnt/ntfs/ 或者 ntfs-3g /dev/sdb1 /mnt/ntfs/