`zpool list` return No such file or directory

From: Jinsong Zhao <jszhao_at_yeah.net>
Date: Sun, 17 Nov 2024 13:33:25 UTC
Hi there,

I have successfully installed FreeBSD 14.1 root on ZFS using GPT with
  VirtualBox. Now I tried to migrate the whole system to a new disk:


zfs snapshot E580/ROOT/fb14@today

zpool create test /dev/ada1p2

zfs send -R E580/ROOT/fb14@today | zfs receive test/fb14

All done successfully.

After that, I tried to list all pools using

zpool list

It came back:

No such file or directory

I tried other zfs related commands, all give the same return.

Now, I reboot the whole system, I can not even enter the system.

What's the problem? I cannot find any hints with zpool/zfs man page.


Best,

Jinsong