All Questions
Tagged with disk-usage centos
43 questions
0
votes
1
answer
100
views
du -h only show folders but not files, how to show all?
I don't know what's going on with my centos 7 machine but seems like du -h /path only shows folders, not files, and it's annoying. I want to find all the files and folders at a specific depth and sort ...
0
votes
0
answers
48
views
Any folders on headless cent os safe to remove in /usr/share/ to regain desperate space?
I have an old web-server running apache that was installed with a small 8GB / drive for some reason. Most things run on /home which is on another volume but there are some oddities I am having with ...
0
votes
1
answer
103
views
Occupied file system space not decreased despite deleting folder
This is on a CentOS 7 installation.
The shared folder is in /dev/sbd1 mounted on /data
Capacity is 4 TB. After deleting the folder it should show 1.1TB occupied space, but it is showing 2.2TB.
...
1
vote
1
answer
19k
views
/dev/mapper/centos-root is at 100% Running CentOs
we have a VM that host our docker and is currently out of space, I've tried everything on the net and nothing worked out yet, it is so full that I can't even run yum autremove
The system type is XFS, ...
3
votes
5
answers
1k
views
missing disk space on server
I have a weird problem on one of our servers. Almost half of my disk space is missing.
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 271G 122G 149G 46% /
devtmpfs 3....
2
votes
1
answer
1k
views
Prevent shell script from hanging on a line
I have a written a shell script that helps me calculate the disk utilization in remote servers using df -h. I'm including the code snippet below
s_arch_1_per=`sshpass -p 'password' ssh root@...
1
vote
1
answer
230
views
df command on Centos/VirtualBox
I'm studing the use of df, when i tried it on centos 7 on my virtualBox, i got this :
df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.9G 0 1.9G 0% /...
0
votes
1
answer
164
views
How to resolve "high disk space utilization by deleted open files" automatically
Scenario: Getting high disk space utilization alerts on our machines, possibly because of fast log rotation. And thus openfiles were being created, which we are clearing them manually all the time to ...
0
votes
0
answers
1k
views
CentOS 7 disk usage analyzer always says home full?
The Disk Usage Analyzer tool on CentOS 7 always says that usage is at 100% for the /home dir. Even if I delete significantly large files from the offending directory, the usage remains reported at 100%...
0
votes
0
answers
226
views
du displaying strange file size, seems to follow some awkward size count rule
I'm facing something I can't explain to myself on a CentOS 7 VM.
I'm watching a log file which is growing at a ~100KBps rate.
I have a watch calling du but the output is always a power of 2, like in ...
0
votes
1
answer
106
views
Linux CentOs7 hidden files
I have a Linux CentOs7 server,
The server parition dev/mapper/centos-root/size is 80GB
When I run df I can see that 58 GB are in use.
When I do du -shx * I see that there is more or less 28GB space ...
2
votes
2
answers
1k
views
CentOS 6 ran out of space, need to reclaim it [closed]
Having an issue here with CentOS 6 that shows all of the space used up, but I can't tell where the space went.
Seemingly I am using up 100%, according to
df -h
Filesystem Size ...
0
votes
0
answers
117
views
fstab configuration is ok, but it is diffrent in output of 'df -h'
i configure '/etc/fstab' like below:
UUID=760f2c21-d558-4456-b938-66f4230ae643 /boot xfs defaults 0 0
/dev/mapper/centos-swap swap ...
0
votes
2
answers
789
views
Find the size of file from absolute path
How to know the size of the file from an absolute path. For example, I have created a file test. Inside that file, I have specified the absolute paths of some other files. Now from the given file how ...
2
votes
0
answers
83
views
How a 95% full /home partition slows down processes?
I experienced a slowdown of some processes on my CentOS box. They did not use too much cpu cycles according to top. The only thing I have seen unusual was that my /home partition was 95% full.
Could ...