Note: This is legacy information as DebianLinux (and most other Linux distributions) ship by default with EXT3 support. It may still be useful to people trying to upgrade old boxes so I've left it here. -- Adam Shand

EXT3 is the journaled version of the old-faithful EXT2, as I'm sure you've all heard by now. For those who want to switch to EXT3 here's a VERY-MINI-HOWTO

See also: DebianLinux, UsingApt, DebianKernelDpkg

  1. Get kernel 2.4.14 (which has the AC additions)
  2. Build the kernel with EXT3, not EXT2 (just in case the VFS tries to mount / with EXT2 first)
  3. Get the latest e2fsprogs package
  4. Run tune2fs -j /dev/xxx for each filesystem you want to run EXT3 on

  5. For all non-root filesystems, change their entry in /etc/fstab to use ext3

  6. Install kernel and reboot

Notes:

See Also: Debian Planet, Linux Newbie, Redhat's Errata on EXT3

There are issues with getting your root filesystem to truely mount as ext3. At least according to /proc/mounts. Use the bf24 kernel and ext3 is built in to fix this.


CategorySoftware

DebianExt3Upgrade (last edited 2004-06-23 08:47:18 by AdamShand)