Go to Diag > Command Prompt and execute mount -p. You should see something like:
/dev/diskid/DISK-9E18E959s2a / ufs rw,noatime 1 1
devfs /dev devfs rw 0 0
/dev/diskid/DISK-9E18E959s1 /boot/u-boot msdosfs rw,noatime 0 0
/dev/md0 /tmp ufs rw 2 2
/dev/md1 /var ufs rw 2 2
devfs /var/dhcpd/dev devfs rw 0 0
You can see on that SG-3100 the root filesystem / is mounted 'noatime'.
If yours is not go to Diag > Edit File an open /etc/fstab. Edit the / line to include noatime. So it would probably just be rw. Change it to rw,noatime.
Note that breaking the fstab with a typo will probably make the system unbootable until it's corrected so.... 😉
Reboot to apply that change. Run mount -p again to be sure.
@Gertjan said in pfSense custom build hardware with Realtek port dilemma:
edit : wtf : @stephenw10 : more then 18 K posts ...😱
Yeah it's a problem. I'm trying to cut down! 😁
Steve