Linux in General > Linux Development & Programming

mount NTFS in redhat

(1/1)

daud786:
hi  everyone!!!
  i want to know can we mount NTFS partition in redhat so please tell me how to mount it

krishsrinath:
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

Navigation

[0] Message Index

Go to full version