Szakacsits Szabolcs <sz...@si...> writes:
> As for the old driver, there are definitely problems with it but AFAIS
> nobody cares: it just doesn't make sense because there are so many
> problems. Please try the backported, latest stable driver available
> for 2.4 kernels (NTFS driver version is 2.1.4c):
>
> https://sourceforge.net/project/showfiles.php?group_id=13956
>
> Or maybe others have idea if you insist using the old driver.
I don't insist, but: For the 2.4.21 kernel I only find a 2.1.4a
patch. And trying to apply it gives:
patching file include/asm-i386/kmap_types.h
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file include/asm-i386/kmap_types.h.rej
patching file include/asm-mips/kmap_types.h
patching file include/asm-ppc/kmap_types.h
Hunk #1 FAILED at 9.
1 out of 1 hunk FAILED -- saving rejects to file include/asm-ppc/kmap_types.h.rej
patching file include/asm-sparc/kmap_types.h
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file include/asm-sparc/kmap_types.h.rej
patching file include/linux/fs.h
No wonder, that trying make modules also gives problems:
make -C ntfs modules
make[2]: Entering directory `/home/andres/kernel-source-2.4.21/fs/ntfs'
gcc -D__KERNEL__ -I/home/andres/kernel-source-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DMODULE -DMODVERSIONS -include /home/andres/kernel-source-2.4.21/include/linux/modversions.h -DNTFS_VERSION=\"2.1.4a\" -nostdinc -iwithprefix include -DKBUILD_BASENAME=aops -c -o aops.o aops.c
aops.c: In function `ntfs_end_buffer_async_read':
aops.c:73: `KM_BIO_IRQ' undeclared (first use in this function)
aops.c:73: (Each undeclared identifier is reported only once
aops.c:73: for each function it appears in.)
make[2]: *** [aops.o] Fehler 1
make[2]: Leaving directory `/home/andres/kernel-source-2.4.21/fs/ntfs'
make[1]: *** [_modsubdir_ntfs] Fehler 2
make[1]: Leaving directory `/home/andres/kernel-source-2.4.21/fs'
make: *** [_mod_fs] Fehler 2
I use the debian (woody) kernel package. Could this be the problem?
Thanks a lot!
Andreas Goesele
|