• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

false Space Disk on domain

agarzon

Basic Pleskian
I have a rare problem with some domains on my plesk panel 9 on my linux centos5.

The plesk panel report: Disk space 1 023 MB

But when I check and make my own calculations:

du -csh /var/www/vhosts/domain
1.5M /var/www/vhosts/domain
1.5M total

And :

du -csh /var/qmail/mailnames/domain
435M /var/qmail/mailnames/domain
435M total

So, 1.5M + 435M = 436.5M.. not 1023M !!!

Where is others files ? why plesk said 1023M? , what routes use plesk to calculate space disk for domain?

I already run
/usr/local/psa/admin/sbin/statistics

And all my partitions is quotas enabled, and running well.

My provider (the planet) can´t help me... so I´m searching my own solution, please help.

Edit: there is a screen of plesk panel:

http://i39.tinypic.com/11qr035.jpg
 
I have always had this problem. I can never figure out where my disk space is gone.

My server is apparently 50% full when I know for a fact there is only about 4gb of 100gb used. That's insanely inaccurate.
 
Plesk has multiple options

Code:
Include in the disk space usage calculation  	
 log files and statistic reports
 databases
 mailboxes
 Java applications
 mailing lists
 domain backup files

Code:
When calculating disk space usage, count 	
 file size
 amount of disk space used

Depending on which options you choose you will get different results
 
Plesk has multiple options

Code:
Include in the disk space usage calculation  	
 log files and statistic reports
 databases
 mailboxes
 Java applications
 mailing lists
 domain backup files

Code:
When calculating disk space usage, count 	
 file size
 amount of disk space used

Depending on which options you choose you will get different results


Thanks for response,

We are using "amount of disk space used"
I will check if changing that, solve the sizes.
 
Back
Top