Disable tmpfs on /tmp in Fedora
Starting in Fedora 18, Fedora uses tmpfs for /tmp storage. I prefer my /tmp to be stored on disk, and be larger than the default tmpfs size. To disable this run:
systemctl mask tmp.mount
And then unmount /tmp or reboot.