2019/01/06

centos mount ntfs

```
su
yum -y --enablerepo=epel install dkms fuse-ntfs-3g

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

NTFS-3G is an open source implementation of NTFS that includes read and write support. NTFS-3G developers use the FUSE file system to facilitate development and to help with portability.

vi /etc/fstab

```