Hi Kirill, Ill give sync a go ... and see how it impacts performance... thanks for the suggestion,
On Wed, 10 Jul 2024 at 16:30, Kirill A. Korinsky <kir...@korins.ky> wrote: > > On Wed, 10 Jul 2024 14:44:28 +0100, > Tom Smyth <tom.sm...@wirelessconnect.eu> wrote: > > > > #cat /etc/fstab > > > > ff0023511d131fc2.a / ffs rw,softdep,noatime 1 1 > > ff0023511d131fc2.b /usr/local ffs rw,wxallowed,nodev,softdep,noatime 1 2 > > ff0023511d131fc2.d /var ffs rw,nodev,nosuid,softdep,noatime 1 2 > > swap /tmp mfs rw,nosuid,noexec,nodev,-s=262144,-P=/persist-fs/tmp 0 0 > > swap /var/log mfs rw,nosuid,noexec,nodev,-s=524288,-P=/persist-fs/var/log 0 > > 0 > > swap /var/run mfs rw,nosuid,noexec,nodev,-s=262144,-P=/persist-fs/var/run 0 > > 0 > > swap /dev mfs rw,nosuid,noexec,-P=/persist-fs/dev,-i=2048,-s=32768 0 0 > > > > You can dramatically reduce the probability of errors that can't be fixed by > fsck on boot by adding sync. Especially with noatime, this seems like a > bulletproof setup. > > -- > wbr, Kirill -- Kindest regards, Tom Smyth.