I hope someone can help me out with my ZFS problem or has some suggestions to use ZFS for the Ubuntu installtion or some other way.
I used the zfs-installer from here and successfully installed it with Ubuntu 18.04 LTS (it's a recommended version). I have configured two 1 TB disks in a ZFS mirror. But now I see with df -h
that the system boots from the 12 GB (I guess the install) partion, which is also only on one disk.
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
udev 16G 0 16G 0% /dev
tmpfs 3,2G 2,0M 3,2G 1% /run
/dev/sda4 12G 5,3G 5,9G 48% /
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/loop0 13M 13M 0 100% /snap/gnome-characters/103
/dev/loop1 35M 35M 0 100% /snap/gtk-common-themes/319
/dev/loop2 87M 87M 0 100% /snap/core/4917
/dev/loop3 2,4M 2,4M 0 100% /snap/gnome-calculator/180
/dev/loop4 3,8M 3,8M 0 100% /snap/gnome-system-monitor/51
/dev/loop6 141M 141M 0 100% /snap/gnome-3-26-1604/70
/dev/loop5 15M 15M 0 100% /snap/gnome-logs/37
/dev/sda1 511M 4,7M 507M 1% /boot/efi
tmpfs 3,2G 16K 3,2G 1% /run/user/121
tmpfs 3,2G 60K 3,2G 1% /run/user/1000
With gparted
I can see th1 12 GB partition and the disk are partitioned in some way.
With zpool list
I get that no pools are available.
How can I get this working? Will I have to change something in grub or zfs? How can I change something in zfs when I can't access the pool?
As side note: I have to use 18.04. The tools I have to use only work with that version. So using 20.04 with the Ubunut ZFS installer is no option.
reagrds