hswerdfe
Group: Members
Posts: 10
Joined: April 2006 |
|
Posted: April 26 2006,18:01 |
|
WOW, I have just read this uinionfs thread and I think it is very cool what could be done with it.
so. would it be then possible to mount "/" read write? see this post for why I would want to do this post
I could maybe then do other cool stuff like
like mount part of my USB stick as "/"
Code Sample | mount -rw -t vfat /dev/sda1 /mnt/sda1 mount -t unionfs -o dirs=/=ro: /mnt/sda1/dsl/=rw unionfs /
|
install stuff
Code Sample | apt-get update apt-get install emacs
|
Reboot the computer and remount "/" as above then run emacs? like a normal app from the command line...
I see the possibility of a way to install apps without remastering? and without using .dsl or .uci
so like ALL of debains 40,000 some odd apps are avalible to install, in an easy way...
WARNING : I haven't tried any of the above, I havn't even used the unionfs.dsl yet, and I was not even really aware of unionfs till a little while ago. I just got all excited about what it could mean? so..am I way out to lunch, or is something like this possible? what about problems like ..permissions on vfat? and files that have the same name space?
|