Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Can anyone give my any advice concerning kernel recompilation? I'm using Red Hat 8.0 and the kernel doesn't support NTFS (yet). I'd like to be able to at least have read access to the Win 2000 disk in my machine.
I'm also having trouble with GRUB, it will not boot Win 2k, although Win 2k is on a separate disk.
Before switching to Red Hat 8.0 I was using SuSE 7.3, I was able to read the Win 2k disk and boot Windows using Lilo.
The Red Hat 8.0 I have has the 2.4.18 Kernel. When I try to mount the disk using the Red Hat User Mount Tool the system displays an error box with the following text :
"mount: fs type ntfs not supported by kernel"
I've tried to recompile the kernel, but with no success.
ntfs isn't supported by default in Red Hat 8 as far as I know.
What has your problem been with recompiling the kernel? Did you use the one that comes with redhat 8?
One hack you could try (i'm not sure if it would work) would be to configure the kernel (using menuconfig or whatever) to use ntfs as a module. If make bzImage fails try running just 'make modules'.
Then do a 'find /usr/src/linux-VERSION -name ntfs.o' and copy the file it finds (if it finds one) to /lib/modules/VERSION/kernel/fs/ntfs/ntfs.o
You should then be able to do an 'insmod ntfs'
--
This is just something you can try, I don't know if it'll work or not.
It almost worked, I made it all the way to the /sbin/depmod -a line, where I encountered an error. I didn't write it down, I'll work through the procedure again and post the error.
I wonder if you need to have a space between chainloader and +1?
For the ntfs support, I'm not sure why you have a file called ntfs.old in that directory. What does an
'ls /lib/modules/2.4.18-14/kernel/fs/ntfs/'
give you?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.