October 25, 20205 yr Hello Ive been using Unraid for about 6 months now with no issues. Due to my own requirements I have my setup set so a Share will use a disk and that's it. e.g FILMS SHARE 1 will only use DISK 5 , FILMS SHARE 2 will only Use DISK 7. This has worked fine until now, I have made no changes to Unraid. Now data is also being written to DISK 3 by 2 different shares. Sonarr and Radarr are set to download files to the Download share which is only setup to use DISK 3, these are then moved to their respective share. I am aware that one of my shares is low on space but my other still has nearly 3tb of free space. I have tried deleting the data, Unraid recognizes that there's no data outside the designated disks. I ask Radarr to do its thing and once again its over both disks. Ive had a google and cant seem to find a solution, even more puzzling is that I haven't done anything. Thanks in advance
October 25, 20205 yr Community Expert Go to Tools - Diagnostics and attach the complete Diagnostics ZIP file to your NEXT post in this thread.
October 25, 20205 yr Community Expert Post your docker run for radarr as explained at this very first link in the Docker FAQ:
October 25, 20205 yr Author I believe this is what you need? Quote root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-radarr' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '7878:7878/tcp' -v '/mnt/user/':'/data':'rw' -v '/mnt/user':'/media':'rw' -v '/mnt/user/appdata/binhex-radarr':'/config':'rw' 'binhex/arch-radarr' ff414d4dc0491234348b2f07382f1e67aa5670787f8ffccc86d6c0fb7565319f The command finished successfully!
October 25, 20205 yr Community Expert I don't use that particular radarr. Why do you have 2 different mappings for /mnt/user?
October 25, 20205 yr Author I am not entirely sure. I was guided by a spaceinvaderone video but I strayed slightly. The /data that radarr uses is supposed to be a download directory I believe The /media is supposed to be the video files directory I gave access to the /user so I could go into any share from there, I have files going into separate directory's being Downloaded by a seedbox and SabNZB
October 26, 20205 yr Author Update: Ive tried replicating the problem in Sonarr without luck. Both Sonarr and Radarr are set up similarly. I think the issue may be a problem may be something to do with SabNZB. When I use rutorrent in connection with resilio sync, Sonarr and Radarr the files are placed in the share without being put over disks. Using Sab with Radarr the files are put over 2 disks.
October 26, 20205 yr Community Expert Do you think you have a good understanding of container volume mapping? Since you are mapping things at such a low level with all user shares as data and also as media, you may be experiencing scenario #2 as explained here: In other words, files get "repathed" to the same disk instead of getting moved.
October 26, 20205 yr Author Im afraid I have very little idea of volume mapping. I have now remapped my /data to the Download share itself and also remapped the /media to the shares containing the media. This seems to have fixed things. I should have set things up properly the first time. Thank you for the help. I would be interested to know why this has suddenly started happening after months of no problems.
Archived
This topic is now archived and is closed to further replies.