<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.214.197.162</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.214.197.162"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/62.214.197.162"/>
	<updated>2026-04-07T19:29:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_copy_a_Linux_installation&amp;diff=9153</id>
		<title>How to copy a Linux installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_copy_a_Linux_installation&amp;diff=9153"/>
		<updated>2005-09-21T17:35:42Z</updated>

		<summary type="html">&lt;p&gt;62.214.197.162: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The best way to make a 1:1 copy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. The Linux installation is on a seperate Harddisk&lt;br /&gt;
&lt;br /&gt;
dd if=/dev/hd[a,b,c,..] of=/dev/hd[a,b,c,..] bs=2M&lt;br /&gt;
&lt;br /&gt;
Part of Sourcedrive       : if=/dev/hd[a,b,c,..]  the Letter &amp;quot;a&amp;quot; for the first Harddrive, b for the second, ....&lt;br /&gt;
&lt;br /&gt;
Part of Destinationdrive  : of=/dev/hd[a,b,c,..]  the Letter &amp;quot;a&amp;quot; for the first Harddrive, b for the second, ....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. The Linux installation is on a Partition&lt;br /&gt;
&lt;br /&gt;
(e.g. hda1 is the Partition with the Linux installation and hdb1 is the Destinationdrive)&lt;br /&gt;
&lt;br /&gt;
dd if=/dev/hda1 of=/dev/hdb1 bs=2M&lt;/div&gt;</summary>
		<author><name>62.214.197.162</name></author>
		
	</entry>
</feed>