ext3??

Erik Heinz erik at iks-jena.de
Sam Okt 6 22:41:25 CEST 2001


On Sat, Oct 06, 2001 at 04:04:45PM +0200, Christian Ordig wrote:

> ich kann mich dunkel erinnern, auf der kenel-mailingliste mal gelesen
> zu haben, dass EXT3 auch die eigentlichen Daten "journalen" kann.

Ja, das geht, mit "mount -o data=journal". Ich habe es aber noch nie
probiert und man sollte dann wohl auch das Journal etwas größer auslegen.
Default wenn man nichts angibt ist "data=ordered". Die möglichen Varianten
sind:

    "mount -o data=journal"
        Journals all data and metadata, so data is written twice.  This
        is the mode which all prior versions of ext3 used.  

    "mount -o data=ordered"
        Only journals metadata changes, but data updates are flushed to
        disk before any transactions commit.  Data writes are not atomic
        but this mode still guarantees that after a crash, files will   
        never contain stale data blocks from old files.

    "mount -o data=writeback"
        Only journals metadata changes, and data updates are entirely
        left to the normal "sync" process.  After a crash, files will
        may contain stale data blocks from old files: this mode is   
        exactly equivalent to running ext2 with a very fast fsck on  
        reboot. 

-- 
| Erik Heinz, IKS GmbH Jena * erik at iks-jena.de * privat: erik at jena.thur.de  |
+---------------------------------------------------------------------------+


-- 
tlug Mailingliste
liste at tlug.de
http://schwarz.thueday.de/mailman/listinfo/tlug_allgemein