Hello Matthew, Matthew Harrell: > this all works great. What I would like to do, though, is take an additional > jffs2 partition I have and mount it as something like /etc/preferences where > changes to that directory will bypass the root filesystem and the tmpfs and > only get written to the jffs2 partition. How can I do this without causing > problems with overlays?
Unfortunately I cannot fully understand what you wrote (due to my poor English knowledge). If you want bypass aufs and access to a dir on a branch directly, then "mount -o bind" will be helpful. After mounting aufs, # mount -o bind /root/ro/etc/preferences /aufs/etc/preferences Is that what you want? J. R. Okajima ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
