Lines Matching refs:ext3
14 When mounting an ext3 filesystem, the following option are accepted:
17 ro Mount filesystem read only. Note that ext3 will replay
22 journal=update Update the ext3 file system's journal to the current
27 will represent the ext3 file system's journal file.
75 consistency with other ext3 mount options.
151 The Journaling Block Device layer (JBD) isn't ext3 specific. It was designed
152 to add journaling capabilities to a block device. The ext3 filesystem code
166 In data=writeback mode, ext3 does not journal data at all. This mode provides
170 typically provide the best ext3 performance.
173 In data=ordered mode, ext3 only officially journals metadata, but it logically
190 Ext2 partitions can be easily convert to ext3, with `tune2fs -j <dev>`.
199 tune2fs: create a ext3 journal on a ext2 partition with the -j flag.
200 mke2fs: create a ext3 partition with the -j flag.
201 debugfs: ext2 and ext3 file system debugger.
202 ext2online: online (mounted) ext2 and ext3 filesystem resizer
208 kernel source: <file:fs/ext3/>