Tuesday, October 11, 2011

How to mount an NTFS Drive in CentOS

Download http://www.tuxera.com/community/ntfs-3g-download/

type tar -xvf "file name"

cd /directory

./configure

make

make install

mount -t ntfs-3g /dev/sda1 /mnt/windows

*you may have to yum install gcc to do the make/make install

No comments:

Post a Comment

ShareThis