Page 1 of 1

Switching major Linux distros to boot read-only

Posted: 09 Jan 2016, 18:04
by tome
Read-only boot mode is useful if you want:
- make some potentially harmful changes in system, test these changes and configuration
- protect the flash-drive (limited number of write operations)
- use high secure/non-invasive environment
- decide when your changes/staff will be saved

An example how to do it (Ubuntu - aufs, overlayfs) is here: https://help.ubuntu.com/community/aufsR ... OnUsbFlash

A basic examples how to use aufs: http://www.thegeekstuff.com/2013/05/linux-aufs/