The ro tag has no wiki summary.
2
votes
1answer
67 views
GNU/Linux: overlay block device / stackable block device
GNU/Linux has union mount that overlays dirs. So you can mount a writeable dir on top of a read-only dir. When the writeable dir is unmounted the read-only dir is untouched.
I am looking for the same ...