Linked Questions
32 questions linked to/from Tracking down where disk space has gone on Linux?
26
votes
11
answers
54k
views
My hard disk is full - how can I determine what's taking up space? [duplicate]
I have 20GB for my Mint-KDE 18 root partition. There is no extra home partition. I am doing nothing special, just Chrome, KRDC, Teamviewer and the partition was half empty. One thing I did was copying ...
1
vote
2
answers
12k
views
Redhat 6.6 root partition is showing 100% full after power failure [duplicate]
I'm running Redhat 6.6 and experienced a power failure over the holiday weekend. The / partition is showing 100% full. How do I check to see which files are actually causing the overusage?
[root@...
1
vote
1
answer
4k
views
-bash: cannot create temp file for here-document: Permission denied [duplicate]
This error recently appeared on my Raspberry Pi. I get this error when I try to autocomplete folder paths. It won't autocomplete commands at all. I don't get this error when I'm logged in as root.
...
1
vote
2
answers
593
views
How to see which directory occupy the most disk? [duplicate]
My disk is almost full, how can I know where takes away the most disk?
Because yesterday the disk is enough for my System.
[root@ha-node1 log]# df -lh
Filesystem Size Used Avail Use% Mounted ...
0
votes
1
answer
289
views
I have a 50GB server SSD and 40G ram, running Ubuntu, my tmpfs is taking 2 partitions of 15GB of my SSD? [duplicate]
How do I get some space back? I have no space.
Edit: Clarification, I did run at least a few different Conda environments, could then be the source of this tmpfs files ?
Filesystem Size Used ...
0
votes
0
answers
168
views
mysql fail to start after restarting mysql server on CWP [duplicate]
I restarted the MySQL server by pressing the "restart" button inside CWP web panel and the server stopped working and gave me this error.
Warning: mysqli_connect(): (HY000/2002): Too many ...
-1
votes
1
answer
136
views
How can my 6 TB hdd display as full while there's 3,4 TB of files on there? [duplicate]
How can my 6 TB hdd display as full while there's 3,4 TB of files on there? It says 0 bytes available for some reason.
-1
votes
1
answer
179
views
how to find files that bloats a specific partition? [duplicate]
My title may not be the best so I will try to explain it.
I am using an old computer (more than 10y) with a ubuntu style distro. It has a lot of independent partitions.
I recently had an alert telling ...
1677
votes
16
answers
3.7m
views
How do I get the size of a directory on the command line?
I tried to obtain the size of a directory (containing directories and sub directories) by using the ls command with option l. It seems to work for files (ls -l file name), but if I try to get the size ...
304
votes
18
answers
346k
views
How do you sort du output by size?
How do you sort du -sh /dir/* by size? I read one site that said use | sort -n but that's obviously not right. Here's an example that is wrong.
[~]# du -sh /var/* | sort -n
0 /var/mail
1.2M /...
263
votes
14
answers
545k
views
How to recursively find the amount stored in directory?
I know you are able to see the byte size of a file when you do a long listing with ll or ls -l. But I want to know how much storage is in a directory including the files within that directory and the ...
40
votes
5
answers
57k
views
How can I install ncdu on Red Hat?
The answers provided to this question doesn't help.
I'ved tried
yum install ncdu
But I'm getting
No package ncdu available
20
votes
3
answers
30k
views
Cannot create temp file for here-document: Permission denied
[Note: This similar Q concerns the same bash error message. It's been marked a duplicate of this other Q. But because I found a very different source for this error, I will answer my own Q below.]
...
1
vote
4
answers
4k
views
What command would I use to find out how much total space my hard drive has left?
What's a single command I can run that shows me the total amount of space free on a hard drive? I don't want to do any math, I just want a command that shows me the total free space on my hard drive.
4
votes
5
answers
2k
views
Understanding where disk space has gone?
I am using Debian. df -h shows me that I'm using around 275GB:
Filesystem Size Used Avail Use% Mounted on
rootfs 315G 274G 26G 92% /
udev ...