Hi, I'm new and I'm not a Proxmox wizard
I would like to install Turnkey file server as a container on lvmthin disk (vm) and use another one (share) for file sharing
2gb for the container is enough and 450gb for my share
In post install how do I read my zfspool in the container?
From within the container, the path is the one you provided in the GUI. In your case /mnt/share.
If you want to access the mount from outside: execute zfs list, which will give you a number of datasets. Find the right one (look for your LXC ID) and go to the mountpoint given in the coolumn "MOUNTPOINT".