PDA

View Full Version : NTFS rpm for Fedora 2.91


sideways
22nd October 2004, 01:52 PM
I've created an NTFS module rpm for Fedora Core 3 test 2 (2.91)

http://www.jbg.f2s.com/kernel-ntfs-2.6.8-1.541.i686.rpm

rpm -ihv kernel-ntfs-2.6.8-1.541.i686.rpm
modprobe ntfs

check ntfs is in /proc/filesystems

http://linux-ntfs.sourceforge.net/rpm/instructions.html


Will explain how I did this in how-to forum later so others can build the rpm for other fedora core releases

Shadow Skill
22nd October 2004, 10:35 PM
I would certaintly like to know right now I am stuck trying to compile for 2.6.9 if I want ntfs....

sideways
23rd October 2004, 01:59 AM

Do a google search for the appropriate kernel src rpm eg kernel-2.6.9-1.640.src.rpm
(uname -a will give you the kernel version) and then follow the instructions here
http://www.fedoraforum.org/forum/showthread.php?t=25314

replacing 2.6.8-???? with 2.6.9-???? wherever required