On Sun, Jan 6, 2013 at 3:59 PM, Nikos Chantziaras <rea...@gmail.com> wrote: > It seems that mounting /tmp as a tmpfs filesystem isn't just a matter of > adding an fstab entry. Sometimes, on bootup, I get error messages: > > fusermount: error: /tmp/dsflkjslfjsdlsomegarbledname doesn't exist > > Or something like that (it scrolls by very fast and openrc doesn't seem to > log anything.) > > Is there a safe way to mount /tmp early on? It seems that mounting it > through fstab is mounting it too late and files have already been created in > it (which are then lost when mounting it.)
Why is /tmp being mounted by fusermount? Can you show us yout fstab /tmp entry? Mine looks like: tmpfs /tmp tmpfs defaults,nosuid,size=100% 0 0 It's mounted like this: # mount|grep /tmp tmpfs on /tmp type tmpfs (rw,nosuid,relatime,size=6008324k) Regards. -- Canek Peláez Valdés Posgrado en Ciencia e Ingeniería de la Computación Universidad Nacional Autónoma de México