Hello everybody,
I am new to Proxmox and I am really impressed what is possible with Proxmox. After reading some tutorials, I was able to setup my server with two linux containers and a linux VE. In detail - one docker container is up and running as well as my NAS (VE) with access to my external disks. Yes!
Only two steps to finalize my installation are still to be done. With the first step I have my problems:
Problem situation
===============
I want to give my first container more disk space and have added a external usb ssd (1 TB). The ssd is mounted and accessible. With "bind" I have tried to give my first container read/write access. But this is not working. Here the error message I get:
Error Message
============
root@srvpve:~# pct set 100 -mp0 /media/ssd1tb,mp=/media/ssd1tb
vm 100 - unable to parse value of 'mp0' - format error
mp: property is not defined in schema and the schema does not allow additional properties
mp: property is missing and it is not optional
vm 100 - unable to parse value of 'mp0' - format error
mp: property is not defined in schema and the schema does not allow additional properties
mp: property is missing and it is not optional
Details
======
- check mount
root@srvpve:~# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb1 960310988 1064 911471884 1% /media/ssd1tb
- I have created a user 1009 and group 1009 in the container and have changed the owner accordingly:
root@mmsrvpve:/media# ls -al
total 16
drwxr-xr-x 4 root root 4096 Jun 13 11:36 .
drwxr-xr-x 18 root root 4096 May 4 08:41 ..
drwxrwxr-x 5 101009 101009 4096 Jun 13 15:42 ssd1tb
- modified 100.conf
root@mmsrvpve:/media# more /etc/pve/lxc/100.conf
arch: amd64
cores: 2
features: keyctl=1,nesting=1
hostname: srvpve-vdocker
memory: 8192
mp0: /media/ssd1tb, mp=/media/ssd1tb
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.33.1,hwaddr=2A:...,ip=192.168.33.15/24,ip6=dhcp
,type=veth
onboot: 1
ostype: debian
rootfs: local-lvm:vm-100-disk-0,size=50G
swap: 2048
unprivileged: 1
Any idea what I have overseen?
BR Martin
I am new to Proxmox and I am really impressed what is possible with Proxmox. After reading some tutorials, I was able to setup my server with two linux containers and a linux VE. In detail - one docker container is up and running as well as my NAS (VE) with access to my external disks. Yes!
Only two steps to finalize my installation are still to be done. With the first step I have my problems:
Problem situation
===============
I want to give my first container more disk space and have added a external usb ssd (1 TB). The ssd is mounted and accessible. With "bind" I have tried to give my first container read/write access. But this is not working. Here the error message I get:
Error Message
============
root@srvpve:~# pct set 100 -mp0 /media/ssd1tb,mp=/media/ssd1tb
vm 100 - unable to parse value of 'mp0' - format error
mp: property is not defined in schema and the schema does not allow additional properties
mp: property is missing and it is not optional
vm 100 - unable to parse value of 'mp0' - format error
mp: property is not defined in schema and the schema does not allow additional properties
mp: property is missing and it is not optional
Details
======
- check mount
root@srvpve:~# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb1 960310988 1064 911471884 1% /media/ssd1tb
- I have created a user 1009 and group 1009 in the container and have changed the owner accordingly:
root@mmsrvpve:/media# ls -al
total 16
drwxr-xr-x 4 root root 4096 Jun 13 11:36 .
drwxr-xr-x 18 root root 4096 May 4 08:41 ..
drwxrwxr-x 5 101009 101009 4096 Jun 13 15:42 ssd1tb
- modified 100.conf
root@mmsrvpve:/media# more /etc/pve/lxc/100.conf
arch: amd64
cores: 2
features: keyctl=1,nesting=1
hostname: srvpve-vdocker
memory: 8192
mp0: /media/ssd1tb, mp=/media/ssd1tb
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.33.1,hwaddr=2A:...,ip=192.168.33.15/24,ip6=dhcp
,type=veth
onboot: 1
ostype: debian
rootfs: local-lvm:vm-100-disk-0,size=50G
swap: 2048
unprivileged: 1
Any idea what I have overseen?
BR Martin
Last edited: