Categories
cowloop
The cowloop-driver is a copy-on-write loop driver (block device) which can be used on top of any other block driver. It shields the lower driver from any write access and diverts all write-accesses to an arbitrary regular file, called the cowfile.
When a modified block is read again later on, the cowloop-driver gets the block from the cowfile, while non-modified blocks are obtained from the original read-only device. This lets block-devices be used in a read-write fashion without modifying the underlying block-device itself.
Last updated 13 Jun, 2005
Versions
2.15
2.15 stable released 2005-06-13
- Released: 13 Jun, 2005
- Code Maturity: Stable
- Source Archive: http://prdownloads.sourceforge.net/cowloop/cowl...
- Licenses: GPLv2orlater
- Interfaces: Command Line




