KB 701009 - Mount NTFS File System Flash Drive in Centos7.
KB 701009 - Mount NTFS File System Flash Drive in Centos7.
To Mount NTFS File System USB Drive/Pen Drive/Flash Drive execute following Commands: -
Install NTFS Package.
sudo yum install -y epel-release
ntfs-3g
Now mount Pen Drive.
mkdir /mnt/pendrive
sudo mount -t ntfs-3g /dev/sdd1 /mnt/pendrive
Note: /dev/sdd1 is a partition name where pen drive connected ( check with lsblk command).
Check Pen Drive is Mounted now.
df -h
Note: Here Centos7 Destro is used. you can use any destro.