April 19, 2024, 10:48:16 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: mount NTFS in redhat  (Read 4347 times)

Offline daud786

  • Linux Noob !
  • *
  • Posts: 6
mount NTFS in redhat
« 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

Offline krishsrinath

  • Linux Noob !
  • *
  • Posts: 8
Re: mount NTFS in redhat
« Reply #1 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