Re: Reiser vs ext3

From: Stacy Waldrip (Please_at_Dont.eMail)
Date: 01/31/04


Date: Sat, 31 Jan 2004 12:56:27 -0500

Randy Allen wrote:

> I'm getting ready to install a new Linux system on my laptop. What are
> the advantages and disadvantages of ext3 vs Reiser?

Reiser was the first journaling file system added to the Linux kernel. It
has undergone alot of testing and is very reliable. It was built from the
ground up. It reserves 32MB for its journal. It also is recommended if you
save alot of really small files because it maximizes the space they hold.

ext3 is just ext2 with journaling added. ext2 has undergone alot of testing
so ect3 should be reliable. It only uses 4MB for its journal, but it takes
5% of your disk space to reserve for root emergencies. This may not be
neccesary if you are recovering from a removable media source.
I'm not sure but I "think" that ext3 is well suited for really large files
(someone feel free to correct me if I'm wrong).

Since your starting out fresh I would also reccomend something else. Don't
listen to the documentation on how large you should make your swap
partition. Instead, make it really ridiculously large! You can always go
back later and shrink it and use the space in between the partitions. This
is alot easier than having to shift your used partitions outward so that
you can increase the swap partition. (It is easier to shrink than it is to
expand)

HTH

Stacy



Relevant Pages

  • Re: reading and writing to linux filesystem?
    ... (even though journaling might not supported) ... partition was created as ext2 long ago, and converted to ext3. ...
    (comp.os.os2.apps)
  • [PATCH 3/5] Docs update: small spelling, formating etc fixes for filesystems/ext3.txt
    ... Ext3 Filesystem ... -ext3 is ext2 filesystem enhanced with journalling capabilities. ... -Journaling block device layer. ... Journaling is done by the Journaling Block ...
    (Linux-Kernel)
  • RE: very slow deletions on ext3 USB drive
    ... Should I use a different filesystem type next ... journalised but without the risk of completely switching journaling off. ... Ext3 was originally released in September 1999. ... orlov This enables the new Orlov block allocator. ...
    (Ubuntu)
  • Re: gjournal, hardware raid, software raid
    ... disks are attached to a Promise SATA300 TX2plus ... I now plan to setup gjournal for the 3TB partition to slow down the fsck ... gmirror RAID1 holding the base system. ... would then have two 6GB journaling partitions on the RAID1 if I ...
    (freebsd-performance)
  • Re: GEOM_JOURNAL on a 550G partition - opinions ?
    ... For a server I will be setting up, I am considering using gjournal on ... The journaled partition would be mostly read from, ... This server will have two hard disks, mirrored (gmirror) at the disk ... including UFS with soft updates and journaling. ...
    (freebsd-questions)