On poniedzia?ek, 27 lipca 2020 19:46:04 CEST Michael Fischer wrote:
On a laptop with Leap 15.0,
# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 3.9G 0 3.9G 0% /dev tmpfs 3.9G 0 3.9G 0% /dev/shm tmpfs 3.9G 18M 3.9G 1% /run tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup /dev/sda6 40G 37G 361M 100% / /dev/sda2 296M 46M 251M 16% /boot/efi /dev/sda7 449G 95G 332G 23% /home tmpfs 786M 4.0K 786M 1% /run/user/464 tmpfs 786M 0 786M 0% /run/user/0 tmpfs 786M 0 786M 0% /run/user/1000
Note particularly the
/dev/sda6 40G 37G 361M 100% /
Walking through everything in / with `du -sh` shows FAR less than 37G. (like, about 5G at most)
Are you using btrfs on your root partition? (Any of sudo lsblk --fs, mount or findmnt will tell you that) If you do, you probably have old snapshots clogging up your space. Try opening the filesystem snapshots window in YaST and deleting some. By the way, on btrfs filesystems, sudo btrfs fi us [mountpoint (so, / for root filesystem)] will tell you rather more than df, for example how much unallocated space is there, how much space is taken up by the actual data and metadata and such. Regards Radosław Wyrzykowski -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org