• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue After Deleting 150 MP3 Files From VPS Server, Disk Space Display Goes Up!

Gene Steinberg

Regular Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
Plesk Obsidian 18.0.66 Update #2
The files in question were between 70 and 110 MB in size.

But the available storage space is the same or higher. I've added a handful of files, but they were no larger than the ones deleted.

?????
 
Hi,

How were the files removed? Via the file manager in Plesk? If this is true, check the Recycle Bin (.trash folder in the webspace).
 
Where do you check the used disk space?

The value shown in Plesk is not calculated on the spot. It's the value the website used when the daily maintenance task was executed.
 
Can you share the statistics shown in Plesk and the output of the following commands?
Code:
HTTPD_VHOSTS_D=$(grep HTTPD_VHOSTS_D /etc/psa/psa.conf | awk '{print $NF}')
du -sh $HTTPD_VHOSTS_D/WebspaceName
 
OK

Is the output of
Code:
du -sh /var/www/vhosts/technightowl.live
around the same value displayed in the Plesk statistics? Can you share the Plesk statistics and the output of the du command?
 
Yes, as I said, Info and Statistics.

Screenshot 2025-01-16 at 10.22.24 AM.png

I am relying on the Used display in the opt/psa directory, 271.71GB. It has continued to increase as a few files from another domain are uploaded, but they don't compensate for the 150 MP3 audio files deleted.
 
The screenshot shows the entire server disk usage, not just the disk usage of your website. Furthermore, the disk usage is not in /opt/psa. /opt/psa is just an import folder on that disk.
Since this shows the entire server disk usage, including newly received emails, new data stored in the databases, new log files and possibly even new Plesk backups, the gained disk space might simply be used up by some other new data that was created on the server.

The Hard Disk Usage page is an interface to the df command, showing a current summary of the disk usage on all mounted disks. From this interface, it's impossible to determine how much of the 271.71GB is used by your website and how the file changes on your website have affected the used disk space.

As far as I know, the website disk usage over time is not stored or visualized in any way. You can see the current disk usage per webspace/subscription from the Statistics page

1737049498343.png
In Service Provider View

1737049561309.png
In Power User View
 
The databases aren't much larger. Most of my email is hosted by IONOS Business Email so it doesn't impact the server. As to the Plesk backups, they are all stored elsewhere.

The point is that the deletion of 12-15GB of MP3 files failed to change thet disk usage total. It would mean that 12-15GB of new files or larger files would have to have been written at the same time. I don't see that.

Maybe it's a dump or temp file involved. Where would I look for all sources of files that can be removed?
 
Back
Top