Hi I have just created a new container using the latest Ubuntu 22.04 template, under options I have selected SMB/CIFS I have tried to follow this guide https://neil-p.medium.com/plex-on-proxmox-293328ae3182
But sonarr and its annoying permissions will not let me access the drive I have used my sudo user name for the sonarr config, after I tried using smbusr it failed to run!
When I try to access the smb share I get folder not writable by user xxx I thought by running apt-get install smbclient && smbclient -L //<Container-IP> edit I do get this in the console SMB1 disabled -- no workgroup available
and then apt-get install cifs-utils && mkdir /mnt/Share && mount -t cifs -o uid=110,username=smbusr //192.168.0.194/Share /mnt/Share/
I would automatically get access, but I guess sonarr has its own set of rules for shared folders
any guides on getting this to work, thanks in advance
But sonarr and its annoying permissions will not let me access the drive I have used my sudo user name for the sonarr config, after I tried using smbusr it failed to run!
When I try to access the smb share I get folder not writable by user xxx I thought by running apt-get install smbclient && smbclient -L //<Container-IP> edit I do get this in the console SMB1 disabled -- no workgroup available
and then apt-get install cifs-utils && mkdir /mnt/Share && mount -t cifs -o uid=110,username=smbusr //192.168.0.194/Share /mnt/Share/
I would automatically get access, but I guess sonarr has its own set of rules for shared folders
any guides on getting this to work, thanks in advance
Last edited: