Where is my available disk space?

Dolphin - file manager shows about 300MB free disk space
KDE partition manager shows c.a. 7GB.

Unfortunately Dolphin is right.
Why there is so huge difference?

How to find unseen files?

Filesystems like ext4 reserve space for root. This is useful on the Root partition. For a data partition, this is often unwanted and not necessary.

See the Arch Wiki for more information on this.
https://wiki.archlinux.org/title/Ext4#Reserved_blocks

2 Likes

recheck from / with

df -Th 

indeed
/dev/sdb2 ext4 102G 97G 282M 100% /run/media/icetiger/ROBO

thank you
sudo tune2fs -m 1 /dev/sdb2
helped to solve my problem

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.