I’m running Sonarr on Ubuntu Server 14.04. As it stands, it shows all my attached and mounted drives (/, /mnt/disk1, /mnt/disk2, etc) but it does not show my mhddfs mounted pool (which, incidentally, is the only filesystem referenced in the Sonarr settings).
I’d really like it to show free space remaining there (mounted as /mnt/pool) as that would show the combined free space of all the included drives.
df -h shows:
server@server:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdc1 28G 2.5G 24G 10% /
udev 974M 12K 974M 1% /dev
tmpfs 197M 1.2M 196M 1% /run
none 984M 4.0K 984M 1% /run/shm
/dev/sdc3 2.7T 2.0T 610G 77% /mnt/disk1
/dev/sda1 2.7T 73M 2.6T 1% /mnt/parity
/dev/sdb1 2.7T 1.6T 998G 62% /mnt/disk2
/dev/sdd1 1.8T 418M 1.7T 1% /mnt/disk3
/dev/sde1 1.4T 908G 398G 70% /mnt/disk4
/mnt/disk1;/mnt/disk2;/mnt/disk3;/mnt/disk4 8.6T 4.5T 3.7T 55% /mnt/pool
This isn’t a huge deal, of course, but it’d be nice to have /mnt/pool show in the list or even preferably be the only “drive” shown in the list.
Is this possible? Am I just Doing It Wrong?