Unable to find suitable drive?

Sonarr version (exact version): 2.0.0.5344
Mono version (if Sonarr is not running on Windows): 5.10.1.57
OS: TrueNAS plugin
Description of issue:

I’m running the Sonarr community plugin inside a jail, with a TrueNAS mounted partition. However, it cannot find the suitable drive?

20-12-16 13:48:26.9|Debug|DiskProvider|Unable to get free space for '/', unable to find suitable drive
20-12-16 13:48:26.9|Debug|Api|[GET] /api/diskspace: 200.OK (8 ms)

What would be the proper way to expose the mounted partition? Inside jail, I have:

root@sonarr:~ # df -ahT
Filesystem                         Type    Size    Used   Avail Capacity  Mounted on
services/iocage/jails/sonarr/root  zfs     101G    1.4G     99G     1%    /

The mounted partitions:

First partition allows me to set the path into my TV series library, for example /media/TV Shows/Show Name (Show Year)/. Second partition allows to grab the NZBGet downloaded file and have Sonarr move it into proper TV Shows directory.

root@sonarr:~ # ls -lah /media
total 322
drwxrwx---+   9 root  wheel    10B Dec 15 00:17 .
drwxr-xr-x   18 root  wheel    22B Dec  7 21:21 ..
drwxrwx---+   6 root  wheel     8B Dec 15 00:17 Downloads
drwxrwx---+ 436 root  wheel   437B Dec 16 00:34 Movies
drwxrwx---+   9 root  wheel     9B Dec 10 17:01 Music
drwxrwx---+  95 root  wheel    96B Dec 17 22:21 TV Shows

I don’t recall seeing that particular error before, but I imagine for the jail you’ll want paths setup similar to docker for the best performance:

https://wiki.servarr.com/Docker_Guide

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.