Hello everyone, I have the arrs running in LXC via helper scripts. I have mounted all shares in /mnt on the PVE and they appear in the fstab I then mounted them to each LXC and I can browse them.
# Mount CIFS share on demand with rwx permissions for use in LXCs
//192.168.1.47/Movies /mnt/movies cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=xxx,pass=xxx
# Mount CIFS share on demand with rwx permissions for use in LXCs
//192.168.1.47/downloads/ /mnt/downloads /mnt/downloads/complete cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=xxx,pass=xxx
# Mount CIFS share on demand with rwx permissions for use in LXCs
//192.168.1.45/torrents/ /mnt/torrents cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=xxx,pass=xxx
# Mount CIFS share on demand with rwx permissions for use in LXCs
//192.168.1.45/Media /mnt/media cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=xxx,pass=xxx
All shares are mounted in the containers. mounting the torrents/downloads and downloads complete (Sabnzb) I can browse them from all the arrs. All the arrs have the same warnings:
Remote download client qBittorrent places downloads in /downloads but this directory does not appear to exist. Likely missing or incorrect remote path mapping.
Warning from Sonarr: Import failed, path does not exist or is not accessible by Sonarr: /complete/xxxxx.S01E01.xxxx.1080p.TrueHD.5.1.AVC./. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
Also sonarr can write to the shared folder where the main media is stored.
Any idea why all the arrs can't move files but can read them?
Thanks
# Mount CIFS share on demand with rwx permissions for use in LXCs
//192.168.1.47/Movies /mnt/movies cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=xxx,pass=xxx
# Mount CIFS share on demand with rwx permissions for use in LXCs
//192.168.1.47/downloads/ /mnt/downloads /mnt/downloads/complete cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=xxx,pass=xxx
# Mount CIFS share on demand with rwx permissions for use in LXCs
//192.168.1.45/torrents/ /mnt/torrents cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=xxx,pass=xxx
# Mount CIFS share on demand with rwx permissions for use in LXCs
//192.168.1.45/Media /mnt/media cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=xxx,pass=xxx
All shares are mounted in the containers. mounting the torrents/downloads and downloads complete (Sabnzb) I can browse them from all the arrs. All the arrs have the same warnings:
Remote download client qBittorrent places downloads in /downloads but this directory does not appear to exist. Likely missing or incorrect remote path mapping.
Warning from Sonarr: Import failed, path does not exist or is not accessible by Sonarr: /complete/xxxxx.S01E01.xxxx.1080p.TrueHD.5.1.AVC./. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
Also sonarr can write to the shared folder where the main media is stored.
Any idea why all the arrs can't move files but can read them?
Thanks
Attachments
Last edited: