If you want to make your own rpm packages from source. Grab kernel-source-2.4.22-1.2149.nptl.i386.rpm or whatever kernel you want. Get these two files from linux-ntfs.sourceforge.net http://linux-ntfs.sourceforge.net/rpm/build http://linux-ntfs.sourceforge.net/rpm/kernel-ntfs.spec copy all 3 into a directory. chmod +x build #makes it executable ./build kernel-ntfs.spec kernel-source-2.4.22-1.2149.nptl.i386.rpm i386 athlon This creates binary rpms for i386 and athlon but you can put in any architecture. Its good to do it this way in case you get a kernel early and noones put out ntfs driver yet. sweet as, give it a go On Tue, 27 Jan 2004 23:25:46 -0500, Troy Campano wrote: > I'm trying to get read only NTFS support and i've having trouble. I used > the directions on fedoranews.org before and they worked, then I > reinstalled fedora and I can't get it to work. > > 1) I do 'make menuconfig' and enable ntfs read only support. > > 2) I then run this command: make SUBDIRS=fs/ntfs modules > > ...and I get this error: > > > fs.c:480: warning: assignment makes pointer from integer without a cast > fs.c: In function `ntfs_lookup': > fs.c:537: warning: implicit declaration of function `kmalloc_R93d4cfe6' > fs.c:537: warning: assignment makes pointer from integer without a cast > fs.c: In function `ntfs_read_super': > fs.c:1022: warning: implicit declaration of function > `set_blocksize_Rc75d857c' > fs.c:1067: warning: assignment makes pointer from integer without a cast > make[1]: *** [fs.o] Error 1 > make[1]: Leaving directory `/usr/src/linux-2.4.22-1.2115.nptl/fs/ntfs' > make: *** [_mod_fs/ntfs] Error 2 > > > Any ideas? I don't get it since I use to have this working. > > thanks! > > ~ Troy Campano ~ > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"> > <HTML> > <HEAD> > <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"> > <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9"> > </HEAD> > <BODY> > I'm trying to get read only NTFS support and i've having trouble. I used the directions on fedoranews.org before and they worked, then I reinstalled fedora and I can't get it to work.<BR> > <BR> > 1) I do 'make menuconfig' and enable ntfs read only support.<BR> > <BR> > 2) I then run this command: make SUBDIRS=fs/<B>ntfs</B> modules<BR> > <BR> > ...and I get this error:<BR> > <BR> > <BR> > <FONT SIZE="2"><TT>fs.c:480: warning: assignment makes pointer from integer without a cast<BR> > fs.c: In function `ntfs_lookup':<BR> > fs.c:537: warning: implicit declaration of function `kmalloc_R93d4cfe6'<BR> > fs.c:537: warning: assignment makes pointer from integer without a cast<BR> > fs.c: In function `ntfs_read_super':<BR> > fs.c:1022: warning: implicit declaration of function `set_blocksize_Rc75d857c'<BR> > fs.c:1067: warning: assignment makes pointer from integer without a cast<BR> > make[1]: *** [fs.o] Error 1<BR> > make[1]: Leaving directory `/usr/src/linux-2.4.22-1.2115.nptl/fs/ntfs'</FONT><BR> > <FONT COLOR="#ff0000" SIZE="2">make: *** [_mod_fs/ntfs] Error 2</TT></FONT><BR> > <BR> > <BR> > Any ideas? I don't get it since I use to have this working.<BR> > <BR> > thanks!<BR> > <BR> > ~ Troy Campano ~ > </BODY> > </HTML>