Hello,
I'm currently experiencing high load on my linode caused by the kjournald process. I want to upgrade to the ext4 filesystem so that I can stop journalling.
I'm quite new to linux and not overly familiar with the mounting options.
I'm running Ubuntu 12.04.3 64-bit.
Is anyone able to confirm the following is the correct process? :
Code:
# sudo nano /etc/fstab
- change EXT3 to EXT4
- reboot the system
Code:
# tune2fs -o journal_data_writeback /dev/xvda
# sudo tune2fs -O extents,uninit_bg,dir_index /dev/xvda
# tune2fs -O ^has_journal /dev/xvda
# e2fsck -fDC0 /dev/xvda
- reboot the system
- configure options in /etc/fstab
Any help would be greatly appreciated.
Regards,
Paul