Monday, February 16, 2015

NTFS can be read & write easily in CENTOS7/RHEL7

These two simple commands used to make read write NTFS in CENTOS7 and RHEL7
#yum install ntfs-3g
#mount -t ntfs-3g /dev/sda1 /mnt

Make the following entry to mount ntfs partition permanently in fstab
/dev/sda2               /mnt/ntfs               ntfs-3g          defaults        0 0

To update the /etc/fstab file
#mount -a

0 Comments: