Hello, On Mon, 27 Jul 2020, Michael Fischer wrote:
On Mon, Jul 27, Carlos E. R. wrote:
On 27/07/2020 19.46, Michael Fischer wrote:
On a laptop with Leap 15.0,
# df -h Filesystem Size Used Avail Use% Mounted on
[..]
/dev/sda6 40G 37G 361M 100% / /dev/sda2 296M 46M 251M 16% /boot/efi /dev/sda7 449G 95G 332G 23% /home
(BTW: try 'df -Th' next time ;) [..]
# mount | grep /sda6 /dev/sda6 on / type ext4 (rw,relatime,data=ordered)
You might have stuff on that partition and the mounted other partitions over it. To check do: # mkdir /tmp/mnt # mount -o bind /dev/sda6 /tmp/mnt check out /tmp/mnt/home, /tmp/mnt/boot{,/efi}, /tmp/mnt/run, ... # umount /tmp/mnt when you're done. HTH, -dnh -- We should start referring to processes which run in the background by their correct technical name... paenguins. -- Kevin M. Bealer, commenting on the penguin Linux logo -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org