Filesystem Tuning

I got fed up with Mint running slowly, especially compared to the beast of a machine at work.

Added the noatime,nodiratime options to /etc/fstab and ran the following command I found:

tune2fs -O has_journal -o journal_data_writeback /dev/sda5

to disable the journal on the root partition. Waiting for Dropbox to sync and then I’ll try rebooting.

comments powered by Disqus