OPNsense Forum

Archive => 20.1 Legacy Series => Topic started by: nzkiwi68 on June 27, 2020, 03:40:36 AM

Title: Suugestion: make default new installations "noatime" to reduce SSD writes
Post by: nzkiwi68 on June 27, 2020, 03:40:36 AM
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 #

Title: Re: Suugestion: make default new installations "noatime" to reduce SSD writes
Post by: nzkiwi68 on July 09, 2020, 02:05:26 AM
Is there a better place to make feature requests / suggestions?
Title: Re: Suugestion: make default new installations "noatime" to reduce SSD writes
Post by: siga75 on July 09, 2020, 07:41:35 AM
https://github.com/opnsense/core/pulls