Operating System - Linux
1828297 Members
2947 Online
109975 Solutions
New Discussion

kernel compile for NTFS filesystem

 
SOLVED
Go to solution
prash_1
Frequent Advisor

kernel compile for NTFS filesystem



Dear friends,


I am using Red-Hat EL3-2.4
In my machine i installed windows and linux
in same IDE-HDD. windows having ntfs file system.when I start LINUX & trying to mount windows file system which is NTFS my shell is giving message that your kernel has not supported for ntfs file system.

Plz tell me how can I solve this issue
3 REPLIES 3
Ivan Ferreira
Honored Contributor
Solution

Re: kernel compile for NTFS filesystem

This link can make you the life easier:

http://www.linux-ntfs.org/content/view/120/59/

Download the binary for your kernel version, identify your kernel version using:

uname -r

You will find the instructions in the same page
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven E. Protter
Exalted Contributor

Re: kernel compile for NTFS filesystem

Shalom,

There is a kernel module that can be installed as an rpm.

This is the Fedora info on it:

ntfs-kmod-common-2.1.27-2.lvn6
kmod-ntfs-2.1.27-3.2.6.19_1.2895.fc6

If you find this for your kernel you can mount -t ntfs

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
prash_1
Frequent Advisor

Re: kernel compile for NTFS filesystem

Thanks for your help
I download rpm from http://rpmfind.net site