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 ---> 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_