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) `lsof | grep deleted` showed a handful of files owned by nscd. Stopping nscd.service showed those files gone from the `lsof` output, but no improvement in the usage reported by `df -h`. While google was busy telling me not much more useful that the above, I spotted the tmpfs 786M 4.0K 786M 1% /run/user/464 Which does not show up on the Desktop+Leap15.2 I'm currently writing this on. (and into which I logged on by going through lightdm; lightdm is def. running) Further, # ls -al /run/user/464/ ls: cannot access '/run/user/464/gvfs': Permission denied total 0 drwx------ 3 lightdm lightdm 60 Jul 27 13:29 . drwxr-xr-x 5 root root 100 Jul 27 13:21 .. d????????? ? ? ? ? ? gvfs What is up with that gfvs dir? (yes, there was other stuff in there before, I tried deleting it all but that thing just won't move). chmod(1), chown(1) just get 'permission denied' on that thing. Suggestions on any of the above puzzles? Thank you. Michael -- Michael Fischer michael@visv.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org