> is there any way to enable ntfs support in rh 7.3 without recompiling the
> kernel? i like the way up2date upgrades the kernel, so i don't wanna mess
> with having one that up2date can't upgrade. if i download the kernel source,
> can i just compile the ntfs module then somehow install it on my current
> system setup. maybe its as simple as copying the ntfs.o file into
> /lib/modules/2.4.18-4/fs/ ?
try out this,
1. rpm -ivh the_kernel.src.rpm
2. cd /usr/src/redhat/SOURCES/
3. depending on whether ure machine is running a 386/586/686 smp or uniprocessor
kernel at the moment (find out using 'uname -a') edit the correct config file,
eg.
kernel-2.4.18-i686.config
or
kernel-2.4.18-i686-smp.config
and change
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
to
CONFIG_NTFS_FS=m
or
CONFIG_NTFS_FS=m
CONFIG_NTFS_RW=y <== use this if you like taking risks and have nothing
to lose on your NTFS partition and get a kick out of reinstalling NT
every now and then. ;-) Personally, I wouldnt recommend it.
4. Once that is done,
cd /usr/src/redhat/SPECS/
5. rpm -bb --target i686 kernel-2.4.spec
cheers
-rk-
-------------------------------------------
Ramakrishna | [EMAIL PROTECTED]
Exocore Consulting | http://www.exocore.com
Bangalore, India | +91 (80) 344-0397
-------------------------------------------
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list