Re: Best File System for partitions over 600GB



On Sun, 11 Mar 2007 21:58:29 -0400
Douglas Allan Tutty <dtutty@xxxxxxxxxxxxx> wrote:

[snip]

possible but there could be some data corruption. ext3 journals data as
well as metadata but takes forever to regenerate after a crash and there
can still be errors.

From man mount(8):

Mount options for ext3
The ‘ext3’ file system is a version of the ext2 file system which has
been enhanced with journalling. It supports the same options as ext2
as well as the following additions:

[snip]

data=journal / data=ordered / data=writeback
Specifies the journalling mode for file data. Metadata is
always journaled. To use modes other than ordered on the root
file system, pass the mode to the kernel as boot parameter, e.g.
rootflags=data=journal.

journal
All data is committed into the journal prior to being
written into the main file system.

ordered
This is the default mode. All data is forced directly
out to the main file system prior to its metadata being
committed to the journal.

writeback
Data ordering is not preserved - data may be written into
the main file system after its metadata has been commit‐
ted to the journal. This is rumoured to be the highest-
throughput option. It guarantees internal file system
integrity, however it can allow old data to appear in
files after a crash and journal recovery.

So IUUC, ext3 only journals metadata by default, not data, although it
jounals data also if 'data=journal' is specified.

Celejar


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: Sidetracked: why gjournal over soft-updates (Was: Re: UFS2 Journaling implementation detail)
    ... >> writes in such a way that the on-disk file system is ... If you have soft-updates the data is as safe as with journal ... "Real" journalling file systems would have the following benefits, ... requirements than modern hard drives ...
    (freebsd-questions)
  • Re: Require competent person to fix RiscPC
    ... >>> No. NTFS only journals meta data, so the directory structure will be ... > table (like our disc map). ... There are two processes going on - caching and journalling. ... After a crash Windows uses the journalled data to fix up any file system ...
    (comp.sys.acorn.misc)
  • Re: CHKDSK killed my OpenGL subsystem
    ... so if any sequence of file system operations was ... > What specifically does journalling keep a backup of, ... In the case of NTFS I believe that only file system metadata is ...
    (microsoft.public.windowsxp.general)
  • Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
    ... Ext3 is the journalling versions of the second extended file system ... Ext2 was the former de-facto standard Linux file system. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: [opensuse] fsck running amok
    ... consistency check must be done on the file system. ... Journal replaying itself is done to ensure the consistency of the ... Reiserfs super block in block 16 on 0x349 of format 3.6 with standard ... (Other journalling f ilesystems ...
    (SuSE)