Lines Matching refs:journal
18 the journal (and thus write to the partition) even when
22 journal=update Update the ext3 file system's journal to the current
25 journal=inum When a journal already exists, this option is ignored.
27 will represent the ext3 file system's journal file.
30 journal_dev=devnum When the external journal device's major/minor numbers
32 the new journal location. The journal device is
36 norecovery Don't load the journal on mounting. Note that this forces
40 data=journal All data are committed into the journal prior to being
45 journal.
49 committed to the journal.
69 of journal commits, making volatile disk write caches
115 data_err=abort Abort the journal if an error occurs in a file
138 grpjquota=<file> during journal replay. They replace the above
154 The journal supports the transactions start and stop, and in case of a crash,
155 the journal can replay the transactions to quickly put the partition back into
159 external journal on a block device.
166 In data=writeback mode, ext3 does not journal data at all. This mode provides
177 writeback but significantly faster than journal mode.
179 * journal mode
180 data=journal mode provides full data and metadata journaling. All new data is
181 written to the journal first, and then to its final location.
182 In the event of a crash, the journal can be replayed, bringing both data and
199 tune2fs: create a ext3 journal on a ext2 partition with the -j flag.