On Tue, Jan 09, 2007 at 03:08:57PM -0500, Jason Lunz wrote: ... > But I have a bug to report. I'm trying out yesterday's 24-patch series > on 2.6.20-rc4 (http://thread.gmane.org/gmane.linux.kernel/481661). > > The root filesystem is a union of a ro squashfs and a rw tmpfs. > The initramfs sets it up something like this: > > mkdir /os > mount -r -t squashfs /dev/ram0 /os > > mkdir /cow > mount -t tmpfs -o mode=0755 tmpfs /cow > > mount -w -o dirs=/cow=rw:/os=ro -t unionfs unionfs /root >From the names of the mountpoint I assume you chroot, pivot_root, etc. Right? Does the problem manifest itself when you mount proc on /root/proc? Thanks for trying the code, Josef "Jeff" Sipek. -- Research, n.: Consider Columbus: He didn't know where he was going. When he got there he didn't know where he was. When he got back he didn't know where he had been. And he did it all on someone else's money. - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html