On Jan 30, 2008, at 1:10 AM, Fred wrote: > So I guess that UnionFS overlays the _whole_ filesystem, and the > way to > keep part of the filesystem in RAM is through /etc/fstab?
No Fred, I thought we covered this previously. From your "mount" command... -snip- none on / type unionfs (rw,dirs=/oldroot/mnt/asturw=rw:/oldroot/mnt/ asturo=ro) -snip- The unionfs "rw" overlay is "/oldroot/mnt/asturw" on top of the base "ro" filesystem "/oldroot/mnt/asturo". The various other tmpfs filesystems are in RAM (with the symbolic link exceptions I mentioned previously). /tmp and /var are not a part of the base "ro" filesystem, so the "rw" unionfs does not overlay them. Look again at my January 26 "Re: UnionFS". Lonnie ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
