copy-on-write file system

C9686 concept

A copy-on-write file system is a storage system that defers data copying until modification, allowing snapshots and efficient versioning by sharing unchanged data blocks between files or system states.


Instances (2)