Friday, May 23, 2014

NTFS can be read and written in RHEL6.5

Step1: Go to the following link and download all of them
https://drive.google.com/folderview?id=0B37XfxCcR3ZnT2FOaFZROW9MUE0&usp=sharing
Step2: Extract both the directories (Fuse-2.8.4 & ntfs-3g-1.1120)
Step3: Follow the instructions as per the procedure file.
           Run yum install gcc* -y
Step4: mkdir -p /mnt/ntfs
           mount -t ntfs-3g /dev/sdb1 /mnt/ntfs/ 
           cd /mnt/ntfs
           touch somefile
Step5: Make the following entry in /etc/fstab, if you want to mount the ntfs partition permanently.

/dev/sda2               /mnt/ntfs               ntfs-3g defaults        0 0

0 Comments: