recent bloat of tmpfs /run/{blah}
looks horrible whenever i check the status of my file systems. it would be much better if those all went under just one tmpfs. luckily there is an option for that so i'll alias df with that option included. :) ===== Filesystem Size Used Avail Use% Mounted on tmpfs 781M 1.3M 780M 1% /run tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-udev-load-credentials.service tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-sysctl.service tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-tmpfiles-setup-dev-early.service tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-tmpfiles-setup-dev.service tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-tmpfiles-setup.service tmpfs 781M 64K 781M 1% /run/user/1000 tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service ===== "df -x tmpfs" does the magic and gives me the better view that is more useful. songbird