LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   NTFS rw, Kernel 2.4.* patch (https://www.linuxquestions.org/questions/linux-general-1/ntfs-rw-kernel-2-4-%2A-patch-396607/)

NightSoul 12-26-2005 01:13 PM

NTFS rw, Kernel 2.4.* patch
 
Hellow, i have a problem with writing to ntfs partition on 2.4.31 kernel. I compiled this kernel with ntfs write support, but when linux booting up and mouting ntfs partitions with rw mode, hi says that ntfs partition's version is win2k+ ant sets back to ro mode. Now i using 2.6.14.4 kernel and there is everything ok, but some programs cant run, so i want go back to 2.4.31 or 2.4.32(new), but there is old ntfs driver version, so i found new version ant whant to patch it to 2.4.32 kernel. linux-ntfs.sourceforge.net/info/ntfs.html#7.4 So, there is no new wersion for 2.4.32, so how to patch 2.4.32 kernel with that(linux-2.4.26-ntfs-2.1.6b.patch) patch? I tried patch -p1 < path/to/patchname, but it says:
root@nightsoul:~# cd /usr/src
root@nightsoul:/usr/src# patch -p1 < linux-2.4.26-ntfs-2.1.6b.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Nur linux-2.4.26/arch/i386/defconfig linux-2.4.26-ntfs-2.1.6b/arch/i386/defconfig
|--- linux-2.4.26/arch/i386/defconfig 2004-04-14 15:05:25.000000000 +0200
|+++ linux-2.4.26-ntfs-2.1.6b/arch/i386/defconfig 2004-05-02 17:58:09.000000000 +0200
--------------------------
File to patch:

Sow wat i should to? I need 2.4.32 kernel with ntfs writing support...

Lenard 12-27-2005 09:56 AM

Try; patch -p0 < linux-2.4.26-ntfs-2.1.6b.patch

That's a zero replacing the 1 from your command.


All times are GMT -5. The time now is 03:01 PM.