Re: limits on raid

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 17 Jun 2007, Wakko Warner wrote:

you can also easily move an ext3 journal to an external journal with
tune2fs (see man page).

I only have 2 ext3 file systems (One of which is mounted R/O since it's
full), all my others are reiserfs (v3).

What benefit would I gain by using an external journel and how big would it
need to be?

if you have the journal on a drive by itself you end up doing (almost) sequential reads and writes to the journal and the disk head doesn't need to move much.

this can greatly increase your write speeds since

1. the journal gets written faster (completeing the write as far as your software is concerned)

2. the heads don't need to seek back and forth from the journal to the final location that the data gets written.

as for how large it should be, it all depends on the volume of your writes, once the journal fills up all writes stall until space is freed in the journal, IIRC Ext3 is limited to 128M, with todays drive sizes I don't see any reason to make it any smaller.

David Lang
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux