Make ro branch temporaly to rw branch with highest priority
Status: Beta
Brought to you by:
sfjro
Hello,
i have a box with a linux installation on a sdcard. To protect the box from changes and to protect the sd-card (without wear-leveling) from many write-cycles I use aufs with to branches:
I want to give this box away. But it is possibile that i have to give support and need /ro branch to be writeable.
For example for keeping log files after system crash or make a system update.
I see, the second example could be made in chroot enviorment.
Teoriticaly something like:
Should solve the problem, but of cause /rw will be allways busy.
So what i like to ask is...
Is there something like:
Many thanks for reading an helping!