Difference between revisions of "Cowloop"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=cowloop |Short description=Copy-on-write loop driver |Full description=The cowloop-driver is a copy-on-write loop driver (block device) which can be used on top of ...")
 
(New version)
 
Line 3: Line 3:
 
|Short description=Copy-on-write loop driver
 
|Short description=Copy-on-write loop driver
 
|Full description=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.
 
|Full description=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.
 +
|Homepage URL=http://www.ATConsultancy.nl/cowloop/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.ATConsultancy.nl/cowloop/
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=block,block device,copy-on-write,loop driver,block driver,write access,read-only,read-write
 
|Keywords=block,block device,copy-on-write,loop driver,block driver,write access,read-only,read-write
|Is GNU=n
+
|Version identifier=3.1
|Last review by=Janet Casey
+
|Version date=2009/02/01
|Last review date=2005-06-13
+
|Version status=stable
 +
|Version download=http://www.atcomputing.nl/Tools/cowloop/packages/cowloop-3.1.tar.gz
 +
|Version comment=3.1 stable released 2009-02-01
 +
 
 +
* Cowloop for Linux 2.6
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/08
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.15
+
|Status=
|Version date=2005-06-13
+
|Is GNU=No
|Version status=stable
+
|License verified date=2004-12-15
|Version download=http://prdownloads.sourceforge.net/cowloop/cowloop-2.15.tar.gz?download
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Janet Casey
 
|License verified date=2004-12-15
 
|License verified date=2004-12-15
|Version comment=2.15 stable released 2005-06-13
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 42: Line 39:
 
|Interface=command-line
 
|Interface=command-line
 
|Internet-application=security
 
|Internet-application=security
|Use=internet-application,security
+
|Use=internet-application, security
}}
 
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2004-12-15
 
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 20:53, 7 February 2017


[edit]

cowloop

http://www.ATConsultancy.nl/cowloop/
Copy-on-write loop driver

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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

15 December 2004




Leaders and contributors

Contact(s)Role
Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:cowloop@ATConsultancy.nl


Software prerequisites




Entry



















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.