Sonarr version 2.0.0.4689:
Mono version 4.2.3:
OS: Western digital - MyCloud Docker
Full log file
Description of issue:
I have installed docker build on WD Mycloud PR2100 Docker support comes by default on WD Mycloud i guess its comes preinstalled in their latest update, all i had to do is pull and setup the sonarr build using the following SSH commands :
sudo docker pull linuxserver/sonarr
sudo docker create --name=sonarr
--restart=always
-p 8989:8989
-e PUID=1004
-e PGID=1000
-v /dev/rtc:/dev/rtc:ro
-v /shares/Public/sonarr/config:/config
-v /shares/TV/Series:/tv
-v /shares/Public/sonarr/downloads:/downloads
linuxserver/sonarr
all folders mentioned above are set to public access and I have created a separate user for sonarr that have Read & Write access to above folders.
Everything is working fine sonar is connected to my plex server , my series folder, the download client and downloading and copying works seamlessly but I keep getting the following disturbing errors :
Couldn't get free space for /mnt/HD/HD_a2/Nas_Prog/_docker/devicemapper: No such file or directory
System.InvalidOperationException: No such file or directory ---> Mono.Unix.UnixIOException: No such file or directory [ENOENT].
--- End of inner exception stack trace ---
at Mono.Unix.UnixDriveInfo.Refresh (Boolean throwException) <0x407f41d0 + 0x000e3> in <filename unknown>:0
at Mono.Unix.UnixDriveInfo.Refresh () <0x407f41a0 + 0x00013> in <filename unknown>:0
at Mono.Unix.UnixDriveInfo.get_AvailableFreeSpace () <0x407f4120 + 0x0000f> in <filename unknown>:0
at NzbDrone.Mono.Disk.ProcMount.get_AvailableFreeSpace () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Mono\Disk\ProcMount.cs:23
at NzbDrone.Mono.Disk.DiskProvider.GetAvailableSpace (System.String path) [0x00079] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Mono\Disk\DiskProvider.cs:53