<?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>doomclaw.de &#187; ext3</title>
	<atom:link href="http://doomclaw.de/index.php/tag/ext3/feed/" rel="self" type="application/rss+xml" />
	<link>http://doomclaw.de</link>
	<description>here be daemons</description>
	<lastBuildDate>Sat, 24 Mar 2012 14:47:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Data recovered</title>
		<link>http://doomclaw.de/index.php/2009/08/24/data-recovered/</link>
		<comments>http://doomclaw.de/index.php/2009/08/24/data-recovered/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 07:40:52 +0000</pubDate>
		<dc:creator>skaven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[undelete]]></category>

		<guid isPermaLink="false">http://doomclaw.de/?p=67</guid>
		<description><![CDATA[I managed to recover the accidently deleted data. Due to the fact, that I recognized my mistake while the deletion process I unmounted the partition directly afterwards and made an image of it with dd. After some searching on the internet I&#8217;ve found ext3grep. With one simple command everything was restored, since I knew the [...]]]></description>
			<content:encoded><![CDATA[<p>I managed to recover the <a href="http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/">accidently deleted data</a>. Due to the fact, that I recognized my mistake while the deletion process I unmounted the partition directly afterwards and made an image of it with dd.<br />
After some searching on the internet I&#8217;ve found <a href="http://code.google.com/p/ext3grep/">ext3grep</a>. With one simple command everything was restored, since I knew the date of deletion.</p>
<pre class="brush:bash">ext3grep $IMAGE --restore-all --after=1250740800</pre>
<p>This command restored all recoverable files from <em>$IMAGE</em> (which represents the path of my dd-Image) after Thu, 20 Aug 2009 04:00:00 GMT (referenced by the UNIX timestamp <em>1250740800</em>).<br />
Since I had unmounted the partition ther were no write actions after the deletion, so each deleted file was recoverable.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdoomclaw.de%2Findex.php%2F2009%2F08%2F24%2Fdata-recovered%2F&amp;layout=button_count&amp;show_faces=false&amp;width=&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://doomclaw.de/index.php/2009/08/24/data-recovered/" data-annotation="none"></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share"  data-url="http://doomclaw.de/index.php/2009/08/24/data-recovered/"></script></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http://doomclaw.de/index.php/2009/08/24/data-recovered/&amp;title=Data recovered"></a></div><div class="really_simple_share_stumbleupon" style="width:100px;"><script type="text/javascript" src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://doomclaw.de/index.php/2009/08/24/data-recovered/"></script></div><div class="really_simple_share_email" style="width:40px;"><a href="mailto:?subject=Data recovered&amp;body=Data recovered - http://doomclaw.de/index.php/2009/08/24/data-recovered/"><img src="http://doomclaw.de/wp-content/plugins/really-simple-facebook-twitter-share-buttons/email.png" alt="Email" title="Email" /> </a></div><div class="really_simple_share_reddit" style="width:100px;"><script type="text/javascript" src="http://www.reddit.com/static/button/button1.js?newwindow=1&amp;url=http://doomclaw.de/index.php/2009/08/24/data-recovered/"></script></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" 
						data-text="Data recovered" data-url="http://doomclaw.de/index.php/2009/08/24/data-recovered/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://doomclaw.de/index.php/2009/08/24/data-recovered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A lesson learned&#8230;</title>
		<link>http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/</link>
		<comments>http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 05:26:43 +0000</pubDate>
		<dc:creator>skaven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://doomclaw.de/?p=57</guid>
		<description><![CDATA[I got 2 Directories within my /home. One is named Backup (a mount-loop from my backup partition) which is really essential and the other one is named Backups (just a simple old webserver backup directory). So I wanted to delete the old Backups-dir and did a quick rm -r ~/Bac TAB ENTER which resulted in&#8230;, [...]]]></description>
			<content:encoded><![CDATA[<p>I got 2 Directories within my /home. One is named <em>Backup</em> (a mount-loop from my backup partition) which is really essential and the other one is named <em>Backups</em> (just a simple old webserver backup directory). So I wanted to delete the old <em>Backups</em>-dir and did a quick <em>rm -r ~/Bac TAB ENTER</em> which resulted in&#8230;, yes you&#8217;re right, <em>rm -r ~/Backup</em>&#8230;<br />
Wondering why it&#8217;s taking so long to delete the 240MB in the <em>Backups</em>-dir I recognized what I did. Interruption of the rm-command rescued about 200GB of the files, just half of the whole partition.</p>
<p>Lesson learned: In Future I&#8217;ll keep my data somewhat more sorted and I&#8217;ll never ever again name 2 directories within the same parent dir that way.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdoomclaw.de%2Findex.php%2F2009%2F08%2F22%2Fa-lesson-learned%2F&amp;layout=button_count&amp;show_faces=false&amp;width=&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/" data-annotation="none"></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share"  data-url="http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/"></script></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/&amp;title=A lesson learned&amp;#8230;"></a></div><div class="really_simple_share_stumbleupon" style="width:100px;"><script type="text/javascript" src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/"></script></div><div class="really_simple_share_email" style="width:40px;"><a href="mailto:?subject=A lesson learned&#8230;&amp;body=A lesson learned&#8230; - http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/"><img src="http://doomclaw.de/wp-content/plugins/really-simple-facebook-twitter-share-buttons/email.png" alt="Email" title="Email" /> </a></div><div class="really_simple_share_reddit" style="width:100px;"><script type="text/javascript" src="http://www.reddit.com/static/button/button1.js?newwindow=1&amp;url=http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/"></script></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" 
						data-text="A lesson learned&#8230;" data-url="http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

