Thanks Kirill and Jan,
based on your feedback dropped pointless persist on /tmp (which is
cleared on startup anyway)   (ill check permissions (now that I think
of it ...)
updated fstab now
cat /etc/fstab
ff0023511d131fc2.a / ffs rw,sync,noatime 1 1
ff0023511d131fc2.b /usr/local ffs rw,wxallowed,nodev,sync,noatime 1 2
ff0023511d131fc2.d /var ffs rw,nodev,nosuid,sync,noatime 1 2
swap /tmp mfs rw,nosuid,noexec,nodev,-s=262144 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


mount output
/dev/sd0a on / type ffs (local, noatime, synchronous)
/dev/sd0b on /usr/local type ffs (local, noatime, nodev, wxallowed, synchronous)
/dev/sd0d on /var type ffs (local, noatime, nodev, nosuid, synchronous)
mfs:95138 on /tmp type mfs (asynchronous, local, nodev, noexec,
nosuid, size=262144 512-blocks)
mfs:97883 on /var/log type mfs (asynchronous, local, nodev, noexec,
nosuid, size=524288 512-blocks)
mfs:12839 on /var/run type mfs (asynchronous, local, nodev, noexec,
nosuid, size=262144 512-blocks)
mfs:77475 on /dev type mfs (asynchronous, local, noexec, nosuid,
size=32768 512-blocks)


Thanks again

On Wed, 10 Jul 2024 at 17:07, Tom Smyth <tom.sm...@wirelessconnect.eu> wrote:
>
> 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.



-- 
Kindest regards,
Tom Smyth.

Reply via email to