<?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>bloggingIT &#187; data recovery</title>
	<atom:link href="http://ccgi.maxpower.plus.com/tag/data-recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://ccgi.maxpower.plus.com</link>
	<description>a tecchy&#039;s blog</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:35:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>No More Lost Deleted Files in Ubuntu</title>
		<link>http://ccgi.maxpower.plus.com/2009/09/21/no-more-lost-deleted-files-in-ubuntu/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/09/21/no-more-lost-deleted-files-in-ubuntu/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 09:10:14 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=464</guid>
		<description><![CDATA[I had a shocking error of judgement this morning when I accidentally deleted some of my son&#8217;s photos from his toy digital camera. They were sitting on my desktop, and I was on a cleanup&#8230; These were a casualty of my cleanup-fest and obsession with the shift key.
Thinking on a Windows vein &#8211; I thought [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/01/03/installing-ubuntu-804-server-on-virtualbox-%c2%ab-sazwqa/' rel='bookmark' title='Permanent Link: Installing Ubuntu 8.04 server on VirtualBox'>Installing Ubuntu 8.04 server on VirtualBox</a> <small>I had a little trouble running Ubuntu server on VirtualBox...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/26/mount-a-webdav-folder-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: Mount a Webdav folder in Ubuntu Linux'>Mount a Webdav folder in Ubuntu Linux</a> <small>Webdav is a very handy protocol for writing files back...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/01/03/install-vim-on-an-ubuntu-server-and-desktop/' rel='bookmark' title='Permanent Link: Install vim on an Ubuntu server and desktop'>Install vim on an Ubuntu server and desktop</a> <small>I&#8217;ve grown quite fond of vim over the past couple...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/09/21/no-more-lost-deleted-files-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using dd and dd_rescue</title>
		<link>http://ccgi.maxpower.plus.com/2007/09/11/using-dd-and-dd_rescue/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2007/09/11/using-dd-and-dd_rescue/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 07:38:29 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dd_rescue]]></category>
		<category><![CDATA[disc recovery]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2007/09/11/using-dd-and-dd_rescue/</guid>
		<description><![CDATA[Following up on a post about recovering bad disks and reiser file systems, here is a list of ddrescue commands to help make life that little bit easier:
Backup MBR (boot code + partition table):
dd if=/dev/hda of=mbr count=1 bs=512
Restore boot code + partition table:
dd if=mbr of=/dev/hda
Restore, not including partition table:
dd of=/dev/hda if=mbr bs=448 count=1
Saving partition sizes [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/08/15/scp-and-filename-spaces/' rel='bookmark' title='Permanent Link: SCP and filename spaces'>SCP and filename spaces</a> <small>Copying files with scp is difficult enough without spaces. So...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/10/reset-your-mediawiki-sysop-password/' rel='bookmark' title='Permanent Link: Reset your MediaWiki Sysop Password'>Reset your MediaWiki Sysop Password</a> <small>When you&#8217;re stuck without sysop access to MediaWiki because you...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/21/tunnelling-on-the-fly/' rel='bookmark' title='Permanent Link: Tunnelling on the fly'>Tunnelling on the fly</a> <small>I&#8217;ve just been tweaking with SSH. One of the common...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2007/09/11/using-dd-and-dd_rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering bad discs in Linux &#8211; pt 2</title>
		<link>http://ccgi.maxpower.plus.com/2007/02/19/recovering-bad-discs-in-linux-pt-2/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2007/02/19/recovering-bad-discs-in-linux-pt-2/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 10:21:41 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[disc recovery]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2007/02/19/recovering-bad-discs-in-linux-pt-2/</guid>
		<description><![CDATA[So, maybe in part 1 the data recovery didn&#8217;t work for you?
Well, that&#8217;s OK because Linux is robust against bad discs in one form or another. The trick is to work out what that might be.
A good method is to use dd or dd_rescue. These tools create a forensic copy of your hard disk drive [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/09/26/mount-a-webdav-folder-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: Mount a Webdav folder in Ubuntu Linux'>Mount a Webdav folder in Ubuntu Linux</a> <small>Webdav is a very handy protocol for writing files back...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/01/02/mounting-a-remote-system-with-ssh/' rel='bookmark' title='Permanent Link: Mounting a remote system with SSH'>Mounting a remote system with SSH</a> <small>One of the cool things I&#8217;ve been doing lately is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/01/03/truecrypt-autorun-script-for-usb/' rel='bookmark' title='Permanent Link: TrueCrypt Autorun Script for USB'>TrueCrypt Autorun Script for USB</a> <small>You can easily create an Autorun file on a USB...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2007/02/19/recovering-bad-discs-in-linux-pt-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering a faulty hard disk drive in Linux &#8211; PT1</title>
		<link>http://ccgi.maxpower.plus.com/2007/02/16/recovering-a-faulty-hard-disk-drive-in-linux-pt1/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2007/02/16/recovering-a-faulty-hard-disk-drive-in-linux-pt1/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 10:30:49 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[disc recovery]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[reiserfs]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2007/02/16/recovering-a-faulty-hard-disk-drive-in-linux-pt1/</guid>
		<description><![CDATA[Today, I&#8217;ve been working on a server that doesn&#8217;t want to mount one of the partitions that has been formatted with reiserfs.
Using the fsck command doesn&#8217;t work because there are bad blocks on the drive, resulting in fsck vehemently refusing to cooperate.:
Cannot read the block (41713664): (Input/output error).
To get fsck to play with such a [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/09/26/mount-a-webdav-folder-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: Mount a Webdav folder in Ubuntu Linux'>Mount a Webdav folder in Ubuntu Linux</a> <small>Webdav is a very handy protocol for writing files back...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/21/no-more-lost-deleted-files-in-ubuntu/' rel='bookmark' title='Permanent Link: No More Lost Deleted Files in Ubuntu'>No More Lost Deleted Files in Ubuntu</a> <small>I had a shocking error of judgement this morning when...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/10/reset-your-mediawiki-sysop-password/' rel='bookmark' title='Permanent Link: Reset your MediaWiki Sysop Password'>Reset your MediaWiki Sysop Password</a> <small>When you&#8217;re stuck without sysop access to MediaWiki because you...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2007/02/16/recovering-a-faulty-hard-disk-drive-in-linux-pt1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Files Systems and Booting Woes</title>
		<link>http://ccgi.maxpower.plus.com/2005/10/12/windows-files-systems-and-booting-woes/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2005/10/12/windows-files-systems-and-booting-woes/#comments</comments>
		<pubDate>Wed, 12 Oct 2005 11:16:01 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Bad Thinking]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[Disk Recovery]]></category>
		<category><![CDATA[Knoppix]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/wp/?p=45</guid>
		<description><![CDATA[The battle is on. Me vs. the Windows disk structure.


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/21/no-more-lost-deleted-files-in-ubuntu/' rel='bookmark' title='Permanent Link: No More Lost Deleted Files in Ubuntu'>No More Lost Deleted Files in Ubuntu</a> <small>I had a shocking error of judgement this morning when...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2005/10/12/windows-files-systems-and-booting-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
