07-02-2018, 02:20 AM
Sorry for the slow reply! noatime is more for SSD longevity than speed, as it cuts out some extra writes that EXT4 do. However, here's my fstab file.
It's my understanding that defaults shouldn't be there unless there are no other options.
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=bd37f809-d366-4403-b977-c577adb3729c / ext4 noatime,errors=remount-ro 0 1
/swapfile none swap sw 0 0
It's my understanding that defaults shouldn't be there unless there are no other options.