首页 > Web开发 > 详细

CentOS 7.1 安装ntfs-3g

时间:2017-02-27 22:01:07      阅读:357      评论:0      收藏:0      [点我收藏+]

安装fuse

下载: wget http://nchc.dl.sourceforge.NET/project/fuse/fuse-2.X/2.9.2/fuse-2.9.2.tar.gz

安装:

tar -zxvf tar -zxvf fuse-2.9.2.tar.gz
cd fuse-2.9.2./configure
make
make install
modprobe fuse


安装ntfs-3g

下载:wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz

安装:

tar -zxvf tar ntfs-3g_ntfsprogs-2013.1.13.tgz 
cd ntfs-3g_ntfsprogs-2013.1.13./configuremakemake install

挂载

mkdir /mnt/usb
fdisk -l
mount -t ntfs-3g /dev/sdb1 /mnt/usb


本文出自 “” 博客,请务必保留此出处http://souji130.blog.51cto.com/10675532/1901701

CentOS 7.1 安装ntfs-3g

原文:http://souji130.blog.51cto.com/10675532/1901701

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!