<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pario TechnoBlob &#187; recovery</title>
	<atom:link href="http://pario.no/tag/recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Mon, 30 Aug 2010 15:49:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Backup partition table</title>
		<link>http://pario.no/2009/03/19/backup-partition-table/</link>
		<comments>http://pario.no/2009/03/19/backup-partition-table/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 21:51:05 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://pario.no/?p=983</guid>
		<description><![CDATA[This post describes how you can backup your partition table for future recovery. Backup This example describes how you can backup the disk partition table on /dev/sda dd if=/dev/sda of=sda.mbr bs=512 count=1 It&#8217;s also useful to keep a human readable copy of the disk layout for future reference sudo fdisk -l > partitions.lst Restore This [...]]]></description>
			<content:encoded><![CDATA[<p>This post describes how you can backup your partition table for future recovery.</p>
<h2>Backup</h2>
<p>This example describes how you can backup the disk partition table on <strong>/dev/sda</strong></p>
<pre>
dd if=/dev/sda of=sda.mbr bs=512 count=1</pre>
<p>It&#8217;s also useful to keep a human readable copy of the disk layout for future reference</p>
<pre>
sudo fdisk -l > partitions.lst</pre>
<h2>Restore</h2>
<p>This example shows how you can recover your file system using your partition table backup.</p>
<pre>
dd if=sda.mbr of=/dev/sda bs=512 count=1</pre>
<p>This is a nice way to keep the information about your file system and will it help you in the future if you get disk corruption.<br />
This does not only apply to linux partitions but all types of partitions.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDkvMDMvMTkvYmFja3VwLXBhcnRpdGlvbi10YWJsZS88d3B0Yj5CYWNrdXAgcGFydGl0aW9uIHRhYmxlPHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2009/03/19/backup-partition-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
