The contents of /tmp are usually deleted when you reboot.
Looking at the disk usage for / though, you have enough disk space without having to worry (only 44% used).
Not necessarily, sometimes when I reboot I still had /tmp pretty darn full.
I wish there was a dumper of some kind for it, other then going into a root terminal and using commandline.
davek@linux-kw2x:~> df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 20641788 3922156 15670992 21% /
udev 961204 192 961012 1% /dev
/dev/sda3 217642344 4039572 202546840 2% /home
davek@linux-kw2x:~>
I wonder if there’s some other file that files up? I don’t use this hard drive that much, but I’m starting to like openSuse. So more space should be freed up.
/tmp will never be completely empty. It depends on what processes are running when you start up and what data they write to /tmp.
The only way you will have a ‘small’ is running a terminal login with very few services running.
Remember, while you are running, things like browsing the internet stores data in /tmp and is probably the biggest culprit.