Score:0

How to determine the reason for a full hard drive?

ye flag

My hard disk indicates that it is almost completely full, but when I check the files, I should have plenty of storage space left over.

I ran the command df -h and this is the result of one of the partitions:

Filesystem      Size    Used    Avail   Use%    Mounted on 
/dev/nvme0n1p5  110G    104G    363M    100%    /

But when I enter Disk Usage Analyzer, it tells me that I am only using 34.4 GB.

This came up after I ran the sudo rm -r command to delete a folder. I have already checked the Trash and it is empty.

Nmath avatar
ng flag
What folder did you remove?
pierrely avatar
cn flag
some other ways.... find cached files over a certain date find ~/.cache/ -depth -type f -atime +365 du ~/.cache | sort -n delete them find ~/.cache/ -type f -atime +365 -delete ncdu show directory size
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.