All of lore.kernel.org
 help / color / mirror / Atom feed
* umount -a
@ 2011-08-02 21:54 Bruce Dubbs
  2011-08-08  0:35 ` Mike Frysinger
  2011-08-08  8:54 ` Karel Zak
  0 siblings, 2 replies; 4+ messages in thread
From: Bruce Dubbs @ 2011-08-02 21:54 UTC (permalink / raw)
  To: util-linux

At linuxfromscratch, we've just made some changes to write bootscript 
messages to /run/var.  This seems to work fine for us until shutdown where

   umaount -a

unmounts /run which is mounted as a tmpfs.  We can certainly work around 
the problem, but was wondering if this issue may also affect others.

The man page for umount says:

  -a     All of the file systems described in /etc/mtab are unmounted.
(With umount version 2.7 and later: the proc filesystem is not
unmounted.)

Would it be reasonable to change umount -a to also omit /run if it is 
mounted as a tmpfs?

   -- Bruce

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-08  9:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 21:54 umount -a Bruce Dubbs
2011-08-08  0:35 ` Mike Frysinger
2011-08-08  8:54 ` Karel Zak
2011-08-08  9:15   ` Tom Gundersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.