systemart / rtgui

Automatically exported from code.google.com/p/rtgui
0 stars 0 forks source link

Disk Free reports 0 #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What i get:

Disk Free: / (0%)

What i expect:

1) An explanation of what it checks for disk space, if it is for "/" thats 
wrong since i have the torrent directory mounted on a RAID.

2) Correct disk usage

df output:
/dev/sda1             352G  2.7G  331G   1% /
/dev/md0               13T  4.8T  7.4T  40% /home/samba

rTorrent uses /home/samba

Original issue reported on code.google.com by tor.henning on 14 Jul 2011 at 8:06

GoogleCodeExporter commented 9 years ago
This is a configuration issue...

In your config.php you should have a line something like:
$downloaddir="/home/samba";

Original comment by lemonbe...@gmail.com on 14 Jul 2011 at 8:17

GoogleCodeExporter commented 9 years ago
D`oh! :)

Works like a charm now.

"Disk Free: 7.3 TB / 12.1 TB (61%)"

Thanks!

Original comment by tor.henning on 14 Jul 2011 at 8:51