Pejman Moghadam / Redhat

Redhat 8.0 - Applying NTFS patch to kernel

Public domain


1- download linux-2.4.25-ntfs-2.1.6a.patch.gz from http://www.linux-ntfs.org/
# wget http://switch.dl.sourceforge.net/sourceforge/linux-ntfs/linux-2.4.25-ntfs-2.1.6a.patch.gz

2-
# cp linux-2.4.25-ntfs-2.1.6a.patch.gz /usr/src/linux-2.4.25
# cd /usr/src/linux-2.4.25
# zcat linux-2.4.25-ntfs-2.1.6a.patch.gz | patch -p1

3- # make menuconfig
File systems --->
<M> NTFS file system support (read only)

4-
# make clean
# make dep
# make bzImage
# make modules
# make modules_install
# make install

BY: Pejman Moghadam
TAG: ntfs
DATE: 2007-11-27 14:24:50


Pejman Moghadam / Redhat [ TXT ]