Linux Disk space issue

im_pam

Member level 3
Joined
Mar 1, 2022
Messages
66
Helped
0
Reputation
0
Reaction score
1
Trophy points
8
Activity points
471
Dear all i am using the Contos07 , if am not installing anything in the root, then also "/dev/mapper/centos-root" this space is reduce by 100 MB everyday . Can you please help me to know how can i check in Linux that which thing is eating my space.
 

Try executing du -sh /dev/mapper/centos-root/* one day after and before.
This will provide a list of disk usage each day, so that you can compare what directories are incrementing in size.
 

thankyou @andre_luis , can i delete the /var/cache data, without lossing my system information?. Is there any other way to increase the disk space...
 

Check your disk usage with `du -sh /*` to find large files or directories. Also, use `df -h` to monitor space and `journalctl --disk-usage` to check for log size issues.
 

If anyone else is having trouble reading the last post, which has some HTML embedded in it, the second and third commands are:
df -h
journalctl --disk-usage

I think the first one is: du -s *

Brian.
 

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…