I've compiled ntfs read-only support as a module with redhat 7.1 - 7.3 using the /boot/config-<kernel-version> file as a start (and not using make xconfig). eg. cd /usr/src/linux-<current> cp /boot/config* ./.config <edit .config and add CONFIG_NTFS_FS=m> make dep modules modules_install and then insmod ntfs.o cd /lib/modules/<current>/kernel/fs/ntfs insmod ntfs.o and it has always worked fine. Now with redhat 8.0, when I make the kernel with the supplied config file, I get a whole heap of errors. I used make -k to make as much as possible and then tried to insmod ntfs.o and I get a list of unresolved symbols. Has anyone else had any luck with compiling ntfs.o with redhat 8.0? I would like to know if its my fault or not... The kernel and kernel source are installed from redhat 8.0 rpms: kernel-source-2.4.18-14 (redhat 8.0 original) kernel-source-2.4.18-17.8.0 (redhat 8.0 update) neither works. All other stuff (compiler etc) is from the redhat 8.0 dist. Thanks in advance, Iain Buchanan
Attachment:
signature.asc
Description: This is a digitally signed message part