Monday, May 21, 2012

Mounting NTFS partitions in CentOS 6

Install fuse-ntfs-3g from RPMForge as:
wget http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2010.10.2-1.el6.rf.x86_64.rpm
rpm -ivh fuse-ntfs-3g-2010.10.2-1.el6.rf.x86_64.rpm
Now, NTFS partitions can be mounted using 'mount'. For example:
mount -t ntfs-3g /dev/disk/by-label/blahblahblah /windows/e

0 comments:

Post a Comment