Index: trunk/Nebulous-Server/bin/nebdiskd
===================================================================
--- trunk/Nebulous-Server/bin/nebdiskd	(revision 34943)
+++ trunk/Nebulous-Server/bin/nebdiskd	(revision 35130)
@@ -392,5 +392,5 @@
     my @data = split(/:/, $df_data);
     $df_info{"blocks"} = $data[1];
-    $df_info{"used"} = $data[2];
+    $df_info{"used"} = $data[1]-$data[3];
     $log->debug("blocks = " . $df_info{"blocks"} . " / used = " . $df_info{"used"});
     return \%df_info;
