Info for container installation

tonycav

Member
Oct 4, 2022
95
4
13
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

Schermata 2022-10-10 alle 13.17.54.png

Schermata 2022-10-10 alle 13.18.11.pngSchermata 2022-10-10 alle 13.18.36.png

2gb for the container is enough and 450gb for my share

In post install how do I read my zfspool in the container?

A thousand thanks
 
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".

If you want to mount a directory from your host into your container, this is not supported by the GUI, but our docs describe how: https://pve.proxmox.com/wiki/Linux_Container#_bind_mount_points

Hope this helps.
 
  • Like
Reactions: tonycav