Hi, I noticed the ro/rw problems has been solved by symlinks.
Has anybody considered using tmpfs and unionfs? For example: /dev/hda1 -> / (ro) tmpfs -> /rw (rw) unionfs -> /rw,/ This would mean the whole filesystem would be writable, yet /dev/hda1 would be read only. All changes to / would be written to /rw, instead of /dev/hda1. Using a script /rw could be synced to, say for example /dev/hda2, a seperate partition. Regards, Pascal de Bruijn -- http://blog.pcode.nl/ http://del.icio.us/pmjdebruijn/ http://www.flickr.com/photos/pmjdebruijn/ _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
