Hi,
So here is my set up :
The pool "mypool" is purposed to be my storage for all my Nextcloud data and maybe Plex or other services requiring a lot of space.
The pool "rpool" is my system pool for Container / VM etc.
I want to set up Nextcloud in a container, running on "rpool" and using "mypool" to store data from Nextcloud.
In order to do that, I tried to bind "mypool" in the config file of the container by this way :
But it doesn't work and block the container which make it impossible to start.
After I tried to bind the hard drive directly by:
Which issuing this error :
To do this, I used these links :
Thank you all, I'm new to Proxmox and really happy to start my journey with you !
Herkz
So here is my set up :
The pool "mypool" is purposed to be my storage for all my Nextcloud data and maybe Plex or other services requiring a lot of space.
The pool "rpool" is my system pool for Container / VM etc.
I want to set up Nextcloud in a container, running on "rpool" and using "mypool" to store data from Nextcloud.
In order to do that, I tried to bind "mypool" in the config file of the container by this way :
Code:
mp0: /mypool, mp=/mnt/data
But it doesn't work and block the container which make it impossible to start.
After I tried to bind the hard drive directly by:
Code:
mp0: /mnt/sdc ,mp=/mnt/data
Which issuing this error :
To do this, I used these links :
- https://www.jamescoyle.net/how-to/2019-proxmox-4-x-bind-mount-mount-storage-in-an-lxc-container
- https://192.168.1.37:8006/pve-docs/chapter-pct.html#pct_mount_points
Thank you all, I'm new to Proxmox and really happy to start my journey with you !
Herkz