friedgold
Group: Members
Posts: 122
Joined: Mar. 2005 |
|
Posted: May 05 2005,14:34 |
|
Just wondering if anyone has considered adding unionfs to DSL for future versions? Unionfs is (from its website) 'a stackable unification file system, which can appear to merge the contents of several directories'. At the moment DSL copies entire directories to the ramdisk (/home, /opt and if you load a .dsl /usr, /bin, etc) and replaces the original directories with sym link pointing to the ramdisk. With unionfs we could just overlay a ramdisk over the original filesystem. You then only need to store the changes you've made in the ramdisk, which is automatically overlayed the original read only filesystem.
Since only the changes are stored in the ramdisk, much more of the filesystem could be made writable without the current memory hit of running /etc/init.d/mkwritable. A number of other Linux livecd use unionfs successfully including Knoppix 3.8.
There's also ovlfs (Overlay filesytem) which provides a similar system
|