centos7中yum安装ntfs3g(转载)

centos7中yum安装ntfs3g

http://www.centoscn.com/image-text/config/2015/0707/5811.html

1、加源

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
 

2、安装

yum update;yum install ntfs3g

方法二:

http://www.cnblogs.com/magialmoon/archive/2013/05/09/3070163.html

如果还不成功用
  mount -ntfs-3g /dev/sdb1
  mount ntfs-3g /dev/sdb1 /mnt
    mkdir /mnt/wd_usb
  mount -t  ntfs-3g /dev/sdb1 /mnt/wd_usb
查看磁盘点击应用盘,三角号挂在


posted @ 2017-01-10 15:00  ComeComeGo  阅读(569)  评论(0)    收藏  举报