I have 1TB drive running zfs on root using ubuntu 21.04. I was using less than 70GB for my system. I have created (truncated) an image file using 600GB. I used this image file for a different zfs dataset. Then I destroyed the pool and the image file dataset. I have also truncated the image file to 0. I was able to recover about 200GB. I am missing more than 400GB of disc space. zfs reports that I am using 673GB. I do not see more than 70GB used. I do not see any snapshots using so much disk space.
#zfs list -o space -r rpool show that rpool/ROOT/ubuntu_ycu6f2 uses 636GB for snapshots. I cannot find these snapshots.
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD rpool 241G 673G 0B 96K 0B 673G rpool/ROOT 241G 647G 0B 96K 0B 647G rpool/ROOT/ubuntu_ycu6f2 241G 647G 636G 3.83G 0B 6.56G .... zfs list -t snapshot rpool/ROOT/ubuntu_ycu6f2
NAME USED AVAIL REFER MOUNTPOINT rpool/ROOT/ubuntu_ycu6f2@autozsys_14wuai 245M - 637G - rpool/ROOT/ubuntu_ycu6f2@autozsys_edz0lw 122M - 637G - rpool/ROOT/ubuntu_ycu6f2@autozsys_m7el6f 201M - 637G - rpool/ROOT/ubuntu_ycu6f2@autozsys_4fi5he 167M - 4.14G - rpool/ROOT/ubuntu_ycu6f2@autozsys_3af8r6 130M - 4.35G - How can I find where is the missing disk space and how I can recover it.