<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Copy-on-write - Page 11 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Copy-on-write&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Copy-on-write&amp;p=12">3.Next</a>
</p>
<p>as well as in <a href="page.php?w=logical_volume_management">logical volume management</a> and database servers such as <a href="page.php?w=Microsoft_SQL_Server">Microsoft SQL Server</a>.</p>

<p>In traditional file systems, modifying a file overwrites the original data blocks in place. In a copy-on-write (COW) file system, the original blocks remain unchanged. When part of a file is modified, only the affected blocks are written to new locations, and metadata is updated to point to them, preserving the original version until it's no longer needed.</p><p>
<a accesskey="1" href="page.php?w=Copy-on-write&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Copy-on-write&amp;p=12">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
