centos 挂载ntfs格式硬盘

1、加源

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

2、安装

    yum update
    yum install ntfs3g

3.  vi /etc/fstab 开机自动挂载

/dev/sdb5               /mnt/public             ntfs-3  defaults        0 0

猜你喜欢

转载自junqiang.iteye.com/blog/2267531