Getting a file root message

Blu-Linux

New Member
Joined
May 19, 2026
Messages
3
Reaction score
1
Credits
21
I am using mint and it's saying I am running out of space but it does not show me how to fix? here is a screenshot photo.
Screenshot from 2026-05-18 22-30-17.png
 


G'day @Blu-Linux, welcome to Linux.org

In terminal run :

Code:
df -h

Copy and paste the result back here in your reply
 
If you installed Mint to VM you'll need to either resize VHD (hard) or reinstall Mint to larger VHD (easy)
If you're dual booting you'll need to reinstall Mint but allocate more space for root partition prior installation.

In both cases it may be possible to keep installation but good luck to anyone guiding you trough this, it's easier to reinstall and allocate more space next time.

How did you install Mint? VM or dual boot?
 
that shows some info.

I concur with Caffine in that it best to recreate the VM with additional space; but for the sake of clarity and information you can try these.

Clean up
Code:
sudo apt-get clean

and purge
Code:
sudo apt-get autoremove --purge

Check your log usage

Code:
journalctl --disk-usage

Clean up if need be.

Code:
sudo journalctl --vacuum-size=100M

You can actually see which files are hogging your disk space with

Code:
sudo du -ahx / | sort -rh | head -n 20
But ultimately, allocate more disc space as suggested above.
 
I concur with Caffine in that it best to recreate the VM with additional space; but for the sake of clarity and information you can try these.

Clean up
Code:
sudo apt-get clean

and purge
Code:
sudo apt-get autoremove --purge

Check your log usage

Code:
journalctl --disk-usage

Clean up if need be.

Code:
sudo journalctl --vacuum-size=100M

You can actually see which files are hogging your disk space with

Code:
sudo du -ahx / | sort -rh | head -n 20
But ultimately, allocate more disc space as suggested above.
thanks.
 


Follow Linux.org

Members online


Top