Is my #zfs broken?
❯ zfs list halde/snapshots-a.sokoll.com-dockervolumes
NAME USED AVAIL REFER MOUNTPOINT
halde/snapshots-a.sokoll.com-dockervolumes 11.7G 13.8T 8.43G /halde/snapshots-a.sokoll.com-dockervolumes
There are snapshots in there:
❯ zfs list -H -t snapshot halde/snapshots-a.sokoll.com-dockervolumes
halde/snapshots-a.sokoll.com-dockervolumes@2025-02-21-13:23 1.60G - 8.40G -
halde/snapshots-a.sokoll.com-dockervolumes@2025-02-22-01:23 1.37G - 8.42G -
halde/snapshots-a.sokoll.com-dockervolumes@2025-02-22-13:23 0B - 8.43G -
But no mount point?
❯ ls -l /halde/snapshots-a.sokoll.com-dockervolumes
ls: cannot access '/halde/snapshots-a.sokoll.com-dockervolumes': No such file or directory
I do not understand.