public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* unmounting a filesystem mounted by /init (initramfs)
@ 2005-07-28 22:49 Rafael Espíndola
  2005-07-29  5:34 ` Denis Vlasenko
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael Espíndola @ 2005-07-28 22:49 UTC (permalink / raw)
  To: gentoo-dev, gentoo-catalyst, linux-kernel

I am trying to build a system that uses a unionfs as root. The init
script is based on the one used by gentoo and uses initramfs. The
problem is how to remount the unionfs constituents read only during
halt.

cat /proc/mounts displays /dev/hda1 (ext2) mounted rw in /memory. The
problem is that /memory is no longer visible after the init script did
a chroot and a

mount -o remount,ro /dev/hda1

says that /dev/hda1 is not mounted!

does any anyone has an idea?

Thanks,
Rafael

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

end of thread, other threads:[~2005-07-29 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-28 22:49 unmounting a filesystem mounted by /init (initramfs) Rafael Espíndola
2005-07-29  5:34 ` Denis Vlasenko
2005-07-29 13:37   ` Rafael Ávila de Espíndola
2005-07-29 20:24   ` Rafael Ávila de Espíndola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox