Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 22, 2024, 05:00:23 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Development & Programming
»
mount NTFS in redhat
« previous
next »
Print
Pages: [
1
]
Author
Topic: mount NTFS in redhat (Read 6986 times)
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
Logged
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
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Development & Programming
»
mount NTFS in redhat