dustcloud
dustcloud copied to clipboard
[question] storage optimization
the file system is ext4 - shouldn't we add noatime, nodiratime to /etc/fstab in oder to prevent flash memory wear?
ext4 uses relatime as a default mount option which is just fine ...