Better than read only is overlay file system aka "virtual read only". If you use recent kernel: apt-get install overlayroot echo 'overlayroot="tmpfs"' >> /etc/overlayroot.conf reboot After reboot you can't make any permanent changes unless you use it within: overlayroot-chroot Overlay is done (with current settings) to RAM which is very fast but small. You can have overlay on any other device ...
  • Reputation Points