Index: /tags/ipp-20121218/Nebulous-Server/bin/nebdiskd
===================================================================
--- /tags/ipp-20121218/Nebulous-Server/bin/nebdiskd	(revision 35128)
+++ /tags/ipp-20121218/Nebulous-Server/bin/nebdiskd	(revision 35129)
@@ -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;
