Hi Proxmox,
I am new to Promox and trying to learn the command line interface. I want to create shared storage (10Gb) and share it between two containers
I tried to the following but I found this created two seperate storage areas.
How to I create a shared storage and mount it between two containers at the specific mount points I want.
Thanks
Densha
I am new to Promox and trying to learn the command line interface. I want to create shared storage (10Gb) and share it between two containers
- CID 100 - /var/lib/plexmediaserver/Library
- CID 101 - /var/lib/deluged/Downloads
- pct create 100 local:vztmpl/debian-11-standard_11.0-1_amd64.tar.gz --rootfs local-lvm:8 --cores 2 --net0 name=eth0,bridge=vmbr0,ip=dhcp --unprivileged 1 --password 12345 --features nesting=1
- pct create 101 local:vztmpl/debian-11-standard_11.0-1_amd64.tar.gz --rootfs local-lvm:8 --cores 2 --net0 name=eth0,bridge=vmbr0,ip=dhcp --unprivileged 1 --password 12345 --features nesting=1
I tried to the following but I found this created two seperate storage areas.
- pct set 100 -mp0 local-lvm:10,mp=/var/lib/plexmediaserver/Library
- pct set 101 -mp0 local-lvm:10,mp=/var/lib/deluged/Downloads
How to I create a shared storage and mount it between two containers at the specific mount points I want.
Thanks
Densha