M magber68 Member Nov 1, 2017 10 0 21 34 Nov 1, 2017 #1 Hello everyone, I'm trying to add a disk to a container and it gives me this error: pct set 123 -mp0 mp =/server/shared,/mnt /nextcloud 400 too many arguments Can someone tell me how to solve it? Thanks in advance.
Hello everyone, I'm trying to add a disk to a container and it gives me this error: pct set 123 -mp0 mp =/server/shared,/mnt /nextcloud 400 too many arguments Can someone tell me how to solve it? Thanks in advance.
N neonmaus Renowned Member Sep 11, 2015 37 8 73 Germany Nov 1, 2017 #2 Your syntax is wrong and you have blanks in the paths Right command would be right like this: Code: pct set 123 -mp0 /server/shared,mp=/mnt/nextcloud
Your syntax is wrong and you have blanks in the paths Right command would be right like this: Code: pct set 123 -mp0 /server/shared,mp=/mnt/nextcloud
N neonmaus Renowned Member Sep 11, 2015 37 8 73 Germany Nov 1, 2017 #4 You can also changing the config file open /etc/pve/lxc/123.conf and add mp0: /server/shared,mp=/mnt/nextcloud
You can also changing the config file open /etc/pve/lxc/123.conf and add mp0: /server/shared,mp=/mnt/nextcloud
M magber68 Member Nov 1, 2017 10 0 21 34 Nov 1, 2017 #5 neonmaus said: You can also changing the config file open /etc/pve/lxc/123.conf and add mp0: /server/shared,mp=/mnt/nextcloud Click to expand... I did it. The CT not work. Last edited: Nov 1, 2017
neonmaus said: You can also changing the config file open /etc/pve/lxc/123.conf and add mp0: /server/shared,mp=/mnt/nextcloud Click to expand... I did it. The CT not work.