Hi, I think I found an error in ISPConfig 2.2.0. In statistics I read something like that: Code: Speicherplatz gesamt: 4096 MB verbraucht: 1.20k /web 657M /user 565M /log 8.0K /cgi-bin 4.0K /ssl 4.0K /phptmp 4.0K /.spamassassin 108K /tmp 4.0K You see "verbraucht" is not correct. It should be "1.20G". Here is the output of "du -h -max-depth=1": Code: 657M ./web 565M ./user 8.0K ./log 4.0K ./cgi-bin 4.0K ./ssl 4.0K ./phptmp 108K ./.spamassassin 4.0K ./tmp 1.2G . You see: The output of du is correct but the summation in ISPConfig is wrong. Bernhard