On Mon, 11 Dec 2023 at 20:09, David Brownlee wrote:
>
> On Mon, 11 Dec 2023 at 19:35, Chuck Silvers wrote:
> >
> > On Wed, Nov 22, 2023 at 10:13:03AM +, David Brownlee wrote:
> > > It looks like that between netbsd-9 and netbsd-10 the order of ZFS
> > > mounts vs fstab has changed.
> > >
> >
On Mon, 11 Dec 2023 at 19:35, Chuck Silvers wrote:
>
> On Wed, Nov 22, 2023 at 10:13:03AM +, David Brownlee wrote:
> > It looks like that between netbsd-9 and netbsd-10 the order of ZFS
> > mounts vs fstab has changed.
> >
> > I've just upgraded a system which had ffs filesystems for / & /home
On Wed, Nov 22, 2023 at 10:13:03AM +, David Brownlee wrote:
> It looks like that between netbsd-9 and netbsd-10 the order of ZFS
> mounts vs fstab has changed.
>
> I've just upgraded a system which had ffs filesystems for / & /home,
> and a zfs pool on /home/files
>
> Before the upgrade the m
It looks like that between netbsd-9 and netbsd-10 the order of ZFS
mounts vs fstab has changed.
I've just upgraded a system which had ffs filesystems for / & /home,
and a zfs pool on /home/files
Before the upgrade the mount order was
/ (ffs)
/home (ffs)
/home/files (zfs)
after upgrade the exact