
Originally Posted by
Yahoé
Thanks guys, it all confirms that /var/tmp should not be in tmpfs.
I've kept it for year+ in tmpfs and did not encounter any ill effect... So, it is kinda inconclusive...
Code:
tmpfs /tmp tmpfs defaults,noatime 0 0
tmpfs /var/run tmpfs defaults,noatime 0 0
tmpfs /var/lock tmpfs defaults,noatime 0 0
tmpfs /var/log tmpfs defaults,noatime 0 0
tmpfs /var/run tmpfs defaults,noatime 0 0
tmpfs /var/mail tmpfs defaults,noatime 0 0
tmpfs /var/spool tmpfs defaults,noatime 0 0
tmpfs /var/tmp tmpfs defaults,noatime 0 0
tmpfs /var/cache tmpfs defaults,noatime 0 0
P.S. The only caveat is that this way /tmp could get filled... But, a bit of care and that is also non-problem...
Bookmarks