Инструменты пользователя

Инструменты сайта


it:ext4_without_journal_speedup

Ext4 file system speedup by disabling the journal

Creating file system:

mkfs.ext4 -O ^has_journal /dev/sda1\\
tune2fs -o journal_data_writeback /dev/sda1\\

For more performance use this fstab line for mounting:

/dev/sda10 /opt ext4 defaults,data=writeback,noatime,nodiratime 0 0
it/ext4_without_journal_speedup.txt · Последнее изменение: 2013/12/16 14:37 — puse_vivat