Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

How to mount ntfs/fat32 external USB drive to CentOS/Fedora/RHEL

| Monday, April 30, 2012

First you need ntfs mount. For that you need to install two packages.
This gets your ntfs-3g

wget http://marush.com/wp-content/uploads/2009/03/ntfs-3g-200921-el5i686.rpm
Then run to install ntfs-3g
rpm -ihv  ntfs-3g-200921-el5i686.rpm
Second get this fuse (I do not know why. Without fuse you can not mount ntfs-3g. Please go through fuse sourceforge document.)
wget http://pkgs.fedoraproject.org/repo/pkgs/fuse/fuse-2.6.0.tar.gz/fa6c7b07a0be3a3e30d6cf3a6bad5817/fuse-2.6.0.tar.gz

Read more >>>