zfs mount blah
but that's not a valid mountpoint if you want to use zfs to mount filesystem:
zfs set mountpoint=/mnt/path Vault/system/linux
zfs mount Vault/system/linux
which will mount it to /mnt/path
> witch:~$ zfs mount Vault/system/linux
> cannot mount 'Vault/system/linux': legacy mountpoint
> use mount(1M) to mount this filesystem
I doubt you can use "legacy" on macos as the system mount has no idea
what the zfs file system is