Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Development & Programming => Topic started by: daud786 on December 19, 2010, 02:58:20 AM

Title: mount NTFS in redhat
Post by: daud786 on December 19, 2010, 02:58:20 AM
hi  everyone!!!
  i want to know can we mount NTFS partition in redhat so please tell me how to mount it
Title: Re: mount NTFS in redhat
Post by: krishsrinath on January 11, 2011, 09:32:41 AM
http://www.ntfs-3g.org/index.html#download

Download the ntfs 3g package from the above link.

#tar -xzf ntfs-3g-2009.x.x.tgz
#cd ntfs-3g-2009.x.x
#./configure; make; make install

#mount -t ntfs-3g /dev/hda1 /mnt

Cheers,
Sri