Operating System - Linux
1829601 Members
1874 Online
109992 Solutions
New Discussion

Re: how to mount ntfs partition on redhat linux

 
SOLVED
Go to solution
Abdulla Fayez C.E.V.
Occasional Advisor

how to mount ntfs partition on redhat linux

hi friends,
please tell me, how to mount ntfs partition on redhat linux.



thanks,
fayez
6 REPLIES 6
Ivan Ferreira
Honored Contributor

Re: how to mount ntfs partition on redhat linux

You need to add the NTFS support to the kernel. Two options available:

- Install the kernel sources, recompile the kernel and add NTFS support.

- Download kernel-ntfs rpm package for your kernel and install it.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Alpha977
Valued Contributor

Re: how to mount ntfs partition on redhat linux

The partition is in your hard-drive?
Or in a remote machine?

On first case, you can use rpm or recompile the kernel, on the second, you must use Samba.

Bye
Erich Hofer
New Member

Re: how to mount ntfs partition on redhat linux

Hi Fayez

is it an ntfs partition on the same disk in the same system or do you want to mount a ntfs partition form another system along the network to your redhat system. Or are you just searching for the command
# mount -t ntfs /dev/hdaN /mnt
as far as i know the ntfs option is normally enabled in the kernels provided with the distribution

rgds Erich
Tobias Eliasson
New Member

Re: how to mount ntfs partition on redhat linux

Hi Fayez,

If you are trying to mount a windows networkshare maybe this example is to your help:

# mount -t cifs //192.168.1.1/temp /mnt/temp/ -o user=your_username,pass=your_password
Abdulla Fayez C.E.V.
Occasional Advisor

Re: how to mount ntfs partition on redhat linux

HI GUYS,

Thanks very much, anyone know full name of rpm file.


Thanks,
fayez
Vitaly Karasik_1
Honored Contributor
Solution

Re: how to mount ntfs partition on redhat linux