• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

mount separate partition on single drive using Linux ?

larva

Member
Hi,

My hardisk is partition into Window 2K (NTFS) and RedHat 7.3. I was trying to mount NTFS drive inside Linux but failed. I did the following :

1) mount /dev/hda1 /mnt/windows

where windows is the directory I made.

and got the following error message :

mount : fs type ntfs not supported by kernel.

2) modprobe ntfs

error message :

Can't locate module ntfs

Hence, I downloaded patch 2.4.19. My kernel is 2.4.18-3. But how can I install this patch ? Please guide me, Thanks !

regards,
Larva
 
I wouldn't be suprised if RedHat had srpm's to do the work for you, but Anandtech has a generalized FAQ for compiling a new kernel here.

This link might be useful.
 
you dont need to patch the kernel, ntfs read ability has been in the kernel for a long time. use the kernel compile faq, and when you're in the config part, make sure and compile filesystems -> ntfs as a module.
 
You'd have to recompile your kernel for ntfs support.. if your going to recompile, you may as well use 2.4.19. You can't just patch it and be on your way, you have to patch it, go through the config and then compile it. There are lots of guides out there.
 
Back
Top