Adam <a...@netbsd.org> writes: > It seems like ZFS is not working on NetBSD-aarch64. The kernel module fails > to load. > > # zfs > internal error: failed to initialize ZFS library > # modload zfs > modload: zfs: Operation not permitted > # uname -a > NetBSD virtual 10.99.12 NetBSD 10.99.12 (GENERIC64) #0: Sat Mar 15 22:04:18 > CET 2025 > > The same NetBSD-current works correctly on amd64. > > Please, advise. > > Kind regards, > Adam
Make sure /dev/zfs exists. You might have to /etc/MAKEDEV it. That may be the error when using the 'zfs' command. Module loading might not work with securelevel > 0. Depending on the state of autoloading, that won't be a problem, but if you have disabled autoloading of modules, put zfs in /etc/modules and add modules=YES to /etc/rc.conf and reboot. -- Brad Spencer - b...@anduin.eldar.org