Thread (33 messages) flat view 33 messages, 10 authors, 2007-06-19

Re: limits on raid

From: <hidden>
Date: 2007-06-17 20:47:01
Also in: lkml

On Sun, 17 Jun 2007, Wakko Warner wrote:
quoted
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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help