Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Linux Disk space issue

im_pam

Member level 3
Member level 3
Joined
Mar 1, 2022
Messages
66
Helped
0
Reputation
0
Reaction score
1
Trophy points
8
Activity points
470
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.
 

LaTeX Commands Quick-Menu:

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top