Server Using a High Amount of Storage

Hoskia India

Registered
Apr 13, 2019
3
0
1
India
cPanel Access Level
Root Administrator
My server taking too much of storage I checked my clients are using around 400 to 500 GB but my server has used more than 1.1 TB all backups are stored on other hard disk but I do not understand why taking too much of storage pls anyone help me
 

GOT

Get Proactive!
PartnerNOC
Apr 8, 2003
1,774
328
363
Chesapeake, VA
cPanel Access Level
DataCenter Provider
The three normal places that use the most space are /home, /usr and /var. I would go into each of those folders and run

du -h --max=1|grep G

This will show you the largest folders in each of those as you run them and then you can drill down deeper on the larger folders to see what is taking up space.

If you have a large amount of data that is unaccounted for in those three then you have to start looking in other folders in / using teh same command.
 
  • Like
Reactions: cPanelLauren

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
The three normal places that use the most space are /home, /usr and /var. I would go into each of those folders and run

du -h --max=1|grep G

This will show you the largest folders in each of those as you run them and then you can drill down deeper on the larger folders to see what is taking up space.

If you have a large amount of data that is unaccounted for in those three then you have to start looking in other folders in / using teh same command.
This is almost exactly what I would do in this situation as well