Using the ext3 filesystem in 2.4 kernels
Introduction
This document is a brief description of how to get up and running with the ext3 jounalling filesystem on 2.4 kernels.
Installation
- Download the latest kernel patch from http://www.zip.com.au/~akpm/linux/ext3/
- cd /usr/src/linux
- gunzip < ~/ext3-2.4-0.x.y.patch.gz | patch -p1
- make menuconfig
Back