Operating System - Linux
1752802 Members
5721 Online
108789 Solutions
New Discussion юеВ

Fedora core 2 doesnot support NTFS

 
Kapil Jha
Honored Contributor

Fedora core 2 doesnot support NTFS

Hi all
I have system with XP and Fedore core 2.
Fedora Core is not supporting NTFS so i am unable to mount my ntfs drives.Any solutions for this.
Thanks in advance.
I am in this small bowl, I wane see the real world......
9 REPLIES 9
Vipulinux
Respected Contributor

Re: Fedora core 2 doesnot support NTFS

Hi Kapil

You need to recompile the kernel, During recompilation select NTFS file system support.

Cheers
Alexander Chuzhoy
Honored Contributor

Re: Fedora core 2 doesnot support NTFS

you can:
1.recompile your kernel and add support for NTFS file system (read only).

2. Simply download RPM from:
http://prdownloads.sourceforge.net/linux-ntfs/kernel-ntfs-2.6.5-1.358.i686.rpm
and install it with:
rpm -ivh kernel-ntfs-2.6.5-1.358.i686.rpm

also read only.
Ivan Ferreira
Honored Contributor

Re: Fedora core 2 doesnot support NTFS

The NTFS module should be added to your current kernel. You can also use yum to install the module:

yum install kernel-module-ntfs-$(uname -r)
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Kapil Jha
Honored Contributor

Re: Fedora core 2 doesnot support NTFS

Hi
I have downloaded the rpm but while installing it is saying that u need kernel 2.6?????
u already have it but it is not using.
Please rebbot and select that kernel.
Can u please tell me what has to be done now.
Thanks
I am in this small bowl, I wane see the real world......
Alexander Chuzhoy
Honored Contributor

Re: Fedora core 2 doesnot support NTFS

try to download the rpm from the link I gave you above...
Kapil Jha
Honored Contributor

Re: Fedora core 2 doesnot support NTFS

Hi all
I am getting this error while installing this rpm please help.
[root@localhost ~]# rpm -ivh kernel-ntfs-2.6.9-1.6_FC2.i686.rpm
Preparing... ########################################### [100%]
_______________________________________________________________________________

ERROR: This RPM cannot be installed yet.

This RPM requires kernel-2.6.9-1.6_FC2.
You already have it installed, but it is not running.
Please reboot and select that kernel, then retry the install.
_______________________________________________________________________________

error: %pre(kernel-ntfs-2.6.9-1.6_FC2.i686) scriptlet failed, exit status 1
error: install: %pre scriptlet failed (2), skipping kernel-ntfs-2.6.9-1.6_FC2
[root@localhost ~]#

Thanks
I am in this small bowl, I wane see the real world......
Muthukumar_5
Honored Contributor

Re: Fedora core 2 doesnot support NTFS

which kernel version you are working now? Check this as,

# uname -a

# cat /etc/release or
# cat /etc/issue

--
Muthu
Easy to suggest when don't know about the problem!
Vipulinux
Respected Contributor

Re: Fedora core 2 doesnot support NTFS

Hi
While booting you have to boot from the kernel 2.6...select this from the boot loader menu and try to install the rpm

Cheers
Kapil Jha
Honored Contributor

Re: Fedora core 2 doesnot support NTFS

Hi All
Thanks for your support.
Closing this thread as I have found a solution.
Thanks
I am in this small bowl, I wane see the real world......