On Fri, Jul 26, 2019 at 02:55:11PM -0400, Ron Georgia wrote: > All, > I am trying to setup (i.e. learn about) zfs. I see /sbin/zfs; however, > when I issue a zfs command I get the following error. I can’t find much > info on setting up ZFS on NetBSD. Any links or pointers would be > helpful. > $ zfs status > internal error: failed to initialize ZFS library
You have to "modload zfs.ko" manually once. It will create /etc/zfs/zpool.cache and on next boot zfs.ko is loaded automatically. -- Herbert
