I find that when I run Linux natively on a USB drive, disabling the journaling of the EXT4 filesystem improves performance significantly.
tune2fs -O ^has_journal /dev/sdf1
I find that when I run Linux natively on a USB drive, disabling the journaling of the EXT4 filesystem improves performance significantly.
tune2fs -O ^has_journal /dev/sdf1