Filesystem overlay ?
Taavi Burns
jaaaarel-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Mon Feb 7 15:45:21 UTC 2005
http://www.linuxjournal.com/article/7714
Kernel Korner - Unionfs: Bringing Filesystems Together
By Charles Wright on Fri, 2004-11-19 04:01.
Unionfs merges several directories into a single unified view. We
describe applications of Unionfs and also interesting implementation
aspects.
<snip>
Copy-on-Write Unions
In the previous example of the ISO images, all of the branches in the
union were read-only; hence, the union itself was read-only. Unionfs
also can mix read-only and read-write branches. In this case, the
union as a whole is read-write, and Unionfs uses copy-on-write
semantics to give the illusion that you can modify files and
directories on read-only branches. This could be used to patch a
CD-ROM.
--
taa
/*eof*/
--
The Toronto Linux Users Group. Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml
More information about the Legacy
mailing list