Monday, 21 October 2013

How to Mount NTFS Partition on Linux Step by Step.

For access to other drive or external hard drive in linux system you need to do the following:

Note: If you face any problem in any of the steps, Please add a comment and i'll get back with solution.

#yum install fuse fuse-ntfs-3g

If not able to install or getting something like,
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: centos.syn.co.il
* extras: centos.syn.co.il
* updates: centos.syn.co.il
Setting up Install Process
No package ntfs-3g available
No package ntfsprogs available

Don't Worry, you can download them using the following link, Just copy-paste it your browser and download will start:

#wget ftp://ftp.muug.mb.ca/mirror/fedora/epel/6/x86_64/ntfs-3g-2011.4.12-5.el6.x86_64.rpm

Once downloaded, Install the package:

#rpm -ivh ntfs-3g-2011.4.12-5.el6.x86_64.rpm

Now you should be able to open the ntfs partition by double clicking it.

For any query please feel free to contact me my email ID is sashwatkatore@gmail.com.

No comments:

Post a Comment