Could we change the default installation to set the ufs filesystem to not update the last file access time (noatime) to reduce SSD writes and a slight boost to disk performance.
I notice on my new installation noatime is not present;
# Device Mountpoint FStype Options Dump Pass#
/dev/gpt/rootfs / ufs rw 1 1
/dev/gpt/swapfs none swap sw 0 0
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
root@gateway:/etc #
I manually edited fstab and added notime;
# Device Mountpoint FStype Options Dump Pass#
/dev/gpt/rootfs / ufs rw,noatime 1 1
/dev/gpt/swapfs none swap sw 0 0
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
root@gateway:/etc #
Is there a better place to make feature requests / suggestions?
https://github.com/opnsense/core/pulls