Centos Install ntfs

使用ntfs-3g官方源码编译安装的方法:下载页面:http://www.tuxera.com/community/ntfs-3g-download/

安装步骤:

wget http://tuxera.com/opensource/ntfs-3g-xxx.tgz

tar zxvf ntfs-3g-xxx.tgz

cd ntfs-3g-xxx

./configure

make

make install

挂载NTFS分区:

mount -t ntfs-3g /dev/sdc1 /mnt

猜你喜欢

转载自robbiefeng.iteye.com/blog/2162580