Wednesday, August 24, 2016

Accessing NTFS partition in linux

1. install epel repo on the server.
root@base ~]# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm

2. install the NTFS-3G
root@base ~]# yum install ntfs-3g

3. Load the fuse driver '
 root@base ~]# modprobe fuse

4. To mount the ntfs partition, enter:
root@base ~]# mount -t ntfs-3g /dev/sda1 /mnt/harry

No comments:

Post a Comment