zfs_load="YES" is already present in loader.conf.
> Make sure the boot pool is in its imported state, and if you use
> /boot/zfs/zpool.cache at all, make sure it's up-to-date.
I tried both updating and disabling the cachefile, but in both
cases I still get the same error:
> Mounting from zfs:ssd/ROOT/freebsd11.1.0 failed with error 6.
And the module does get loaded during boot, as indicated by the
following output during the boot:
> ZFS filesystem version: 5
> ZFS storage pool version: features support (5000)
And the hard drives themselves are detected as well.
Try booting your OS or livecd like mfsBSD to import pool to alternate root
and running 'zpool upgrade ssd', maybe that'll do the trick.
I don't know anything about Linux ZFS system but I'd expect them t be
incompatible afterall.
Good luck
> To unsubscribe, send any mail to "freebsd-questions-
> unsub...@freebsd.org"
I gave that a try:
> # zpool upgrade ssd
> This system supports ZFS pool feature flags
>
> Enabled the following features on 'ssd':
> multi_vdev_crash_dump
> sha512
> skein
> # zpool upgrade hdd
> This system supports ZFS pool feature flags
>
> Enabled the following features on 'ssd':
> multi_vdev_crash_dump
> sha512
> skein
Then I rebooted but I'm still getting the same error.
> I don't know anything about Linux ZFS system but I'd expect
> them t be incompatible afterall.
Well, I'm booting off the pool with 11.0 just fine. It's 11.1
that's giving me trouble.
> To unsubscribe, send any mail to "freebsd-questions-
> unsub...@freebsd.org"
Sure:
> # zpool get bootfs,cachefile ssd
> NAME PROPERTY VALUE SOURCE
> ssd bootfs ssd/ROOT/freebsd11.0.11 local
> ssd cachefile - default
That bootfs is my currently working dataset. I selected the
dataset with 11.1 using the boot loader's menu.
I tried setting bootfs to `ssd/ROOT/freebsd11.1.0` to see if
that would make a difference, but it didn't.
I tried couple of things to recover but I think 'zfs set cachefile
/boot/zfs/zpool.cachefile' actually saved my 🥓. Not entirely positive but
worth trying.
Gruß
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
I'm beginning to think that my ZFS pool and datasets are just
fine. Booting the 11.1 installer from a USB drive allows me to
access all the datasets from my pool without any problems.
I guess something is wrong with the device discovery during
early boot. Which is confusing, since all the ZFS pool's
devices are present in the "List of GEOM managed disk devices"
(printed by pressing "?" at the "mountroot>" prompt).