<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https:///index.php?action=history&amp;feed=atom&amp;title=Create_a_disk_image_of_an_sdcard</id>
	<title>Create a disk image of an sdcard - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https:///index.php?action=history&amp;feed=atom&amp;title=Create_a_disk_image_of_an_sdcard"/>
	<link rel="alternate" type="text/html" href=""/>
	<updated>2026-04-07T09:25:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id></id>
		<title>Gr0x0rd: Created page with &quot;First, insert the sdcard and confirm it&#039;s recognized by your system. Determine the kernel device assignment (sdX in this example). To create a compressed disk image from an sd...&quot;</title>
		<link rel="alternate" type="text/html" href=""/>
		<updated>2022-04-24T23:01:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;First, insert the sdcard and confirm it&amp;#039;s recognized by your system. Determine the kernel device assignment (sdX in this example). To create a compressed disk image from an sd...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;First, insert the sdcard and confirm it&amp;#039;s recognized by your system. Determine the kernel device assignment (sdX in this example). To create a compressed disk image from an sdcard, use the dd utility. &lt;br /&gt;
 $ sudo dd if=/dev/sdX | gzip -c &amp;gt; /path/to/sdcard.img.gz&lt;br /&gt;
To extract the compressed disk image onto an sdcard using the reverse process&lt;br /&gt;
 $ gunzip -c /path/to/sdcard.img.gz | sudo dd of=/dev/sdX&lt;/div&gt;</summary>
		<author><name>Gr0x0rd</name></author>
	</entry>
</feed>