Answering Kaushal Shriyan <[email protected]>
(Tue, 29 Jun 2010 17:43:52 +0530):

Hi,

are you sure, no one (program, daemon, human being) is using any  
deleted files?

If you are not sure consider a shutdown of all services or eventually  
a complete reboot.

> Please suggest further

Your blocksize is 4096, so regardless of the size of the file it will  
use at minimum 4k.

If you want to take the effort you can check for wasted space.

For example
find /home /usr  -size -4096c | wc -l
shows you a count of files which are smaller than 4096 bytes.

Cheers

Dirk

-- 
Kontakt: http://d5e.org/contact
Blog:    http://dirk.deimeke.net/
Podcast: http://deimhart.net/

-- 
ubuntu-server mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Reply via email to