rpodgorny / unionfs-fuse

union filesystem using fuse
Other
309 stars 76 forks source link

[Feature] Make folder if it is read-only #111

Closed DUOLabs333 closed 2 years ago

DUOLabs333 commented 2 years ago

Basically, something similar to COW, but only create the folder, not copying any of the contents on a write to it.

DUOLabs333 commented 2 years ago

It seems that copy-on-write does this perfectly.