Re: Import and Export of Zfs pools

2020-11-26 Thread Dan Ritter
James Allsopp wrote: > On Thu, 26 Nov 2020 at 12:32, Dan Ritter wrote: > > > >- cp -a /var to /tank/var > > >- Set the mount point on /tank/var to /var > > >- Remove /var entry from /etc/fstab > > >- Export the pool > > >- Reboot > > > > > > > > > And then I should have a ZFS

Re: Import and Export of Zfs pools

2020-11-26 Thread James Allsopp
On Thu, 26 Nov 2020 at 12:32, Dan Ritter wrote: > James Allsopp wrote: > > Hi, > > I've got a zfs pool that works fine in normal use on my debian system and > > remains after a reboot. > > When I reboot into recovery mode, I have to reimport the pool manually > > using > > zpool import -d /dev/di

Re: Import and Export of Zfs pools

2020-11-26 Thread Dan Ritter
James Allsopp wrote: > Hi, > I've got a zfs pool that works fine in normal use on my debian system and > remains after a reboot. > When I reboot into recovery mode, I have to reimport the pool manually > using > zpool import -d /dev/disk/by-id > > I export before I reboot, but when I reboot into

Import and Export of Zfs pools

2020-11-25 Thread James Allsopp
Hi, I've got a zfs pool that works fine in normal use on my debian system and remains after a reboot. When I reboot into recovery mode, I have to reimport the pool manually using zpool import -d /dev/disk/by-id I export before I reboot, but when I reboot into the full version of Debian 10, the po