may be you need to import zpool before?
try zpool import
Best,
Alex
On 9/3/20 10:34 AM, James Allsopp wrote:
This is just debian grub recovery mode so on the same machine, so
hopefully zfsutil will be there. Looked at this;
zfs 4214784 9
zunicode 335872 1 zfs
zlua 172032 1 zfs
zavl 16384 1 zfs
icp 331776 1 zfs
zcommon 98304 2 zfs,icp
znvpair 90112 2 zfs,zcommon
spl 122880 5 zfs,icp,znvpair,zcommon,zavl
So if I just modprobe those from the column on the left, it should work?
Thanks,
James
On Wed, 2 Sep 2020 at 22:06, Dan Ritter <d...@randomstring.org
<mailto:d...@randomstring.org>> wrote:
James Allsopp wrote:
> Hi,
> Just trying to move var to a zfs partition. Rebooted into
recovery mode,
> but could access the zfs pool. I tried to modprobe zfs, but still
nothing.
> Is there something else I should be doing?
>
Does your recovery mode have the zfs kernel modules and zfsutil?
Without it, you'll never mount things.
-dsr-