Hello and first of all apologies because I couldn't understand all the threads and the documentation in https://pve.proxmox.com/wiki/Unprivileged_LXC_containers
I expose my case. I have openmediavault VM with smb shared directory. I can access it from my personal computer and write and create files.
I have a transmission LXC with a MP to the SMB storage mapped on the host. And I can access it but don't have write permissions.
.conf file
I know I have to grant permissions inside the config but I don't understand how.
The uid:
How can I follow from here?
Thanks in advance.
I expose my case. I have openmediavault VM with smb shared directory. I can access it from my personal computer and write and create files.
I have a transmission LXC with a MP to the SMB storage mapped on the host. And I can access it but don't have write permissions.
.conf file
Code:
arch: amd64
cores: 2
features: keyctl=1,nesting=1
hostname: transmission
memory: 2048
mp0: /mnt/pve/MEDIA,mp=/media/Media
net0: name=eth0,bridge=vmbr0,gw=xxx.xxx.xxx.xxx,hwaddr=xx:xx:xx:xx:xx:xx,ip=xxx.xxx.xxx.xxx/24,type=veth
onboot: 1
ostype: debian
rootfs: DATA:106/vm-106-disk-0.raw,size=8G
swap: 512
tags: home;media
unprivileged: 1
I know I have to grant permissions inside the config but I don't understand how.
The uid:
Code:
root@transmission:/media/Media# id
uid=0(root) gid=0(root) groups=0(root)
How can I follow from here?
Thanks in advance.
Last edited: