LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting NTFS Partition on Red hat Linux (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-ntfs-partition-on-red-hat-linux-835312/)

karthickk02 09-29-2010 09:50 PM

Mounting NTFS Partition on Red hat Linux
 
How to mount ntfs partitions into red hat linux. I'm trying to mount but not mounted that

vishesh 09-30-2010 12:08 AM

Please mention the RHEL version that you are using.
For RHEL 5.x command will be
mount -t ntfs-3g <drive to mount> <where to mount>
Example
root# mount -t ntfs-3g /dev/sda5 /mnt

prayag_pjs 09-30-2010 12:12 AM

1. Download fuse & ntfs-3g
2. Install fuse components
Quote:

rpm -ivh fuse-2.6.5-2_7.el5.x86_64.rpm
rpm -ivh fuse-kmdl-2.6.18-8.1.3.el5xen-2.6.5-2_7.el5.x86_64.rpm
rpm -ivh fuse-libs-2.6.5-2_7.el5.x86_64.rpm
3. Install fuse-ntfs-3g
Quote:

rpm -ivh fuse-ntfs-3g-1.417-1.el5.rf.x86_64.rpm
4. Mount
Quote:

mount -t ntfs-3g /dev/sda5 /mnt

karthickk02 10-01-2010 04:03 AM

i'm using RHEL5.4... my kernal version is 2.6.18-164.el5. so wi can download use-kmdl-2.6.18-8.1.3.el5 for this version

linuxlover.chaitanya 10-01-2010 04:34 AM

See the links in the post#3

karthickk02 10-02-2010 05:48 AM

ya i know. But in that page no fuse-kdml package available for i mentioned kernel version... When i installed other versions while installing its shows error

prayag_pjs 10-02-2010 01:54 PM

Hi,

We dont know what error you got and you never mentioned the errors....

So what's the reply you are expecting?

Marel 10-02-2010 02:10 PM

Quote:

Originally Posted by karthickk02 (Post 4115537)
ya i know. But in that page no fuse-kdml package available for i mentioned kernel version... When i installed other versions while installing its shows error

Then first update kernel.

Code:

yum update kernel

John VV 10-02-2010 02:38 PM

in 5.4 there is a very bad bug - this is well documented
and the "dkms-fuse" must be used for the kernel LESS that 2.6.18-164
seeing as you are paying for rhel support ?? - you are RIGHT
upgrade to 5.5
but your kernel is "new enough " so
search the red hat support portal
-- for ntfs--
https://access.redhat.com/knowledge/...hButton=Search
or install the "free" community supported version
CentOS5.5
for CentOS - ntfs support
http://wiki.centos.org/TipsAndTricks/NTFS


All times are GMT -5. The time now is 02:33 PM.