<?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>Hacking Truths &#187; Data Recovery</title>
	<atom:link href="http://www.hungry-hackers.com/category/data-recovery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hungry-hackers.com</link>
	<description>Hacking is fun, If you are a &#34;Hacker&#34;!</description>
	<lastBuildDate>Wed, 11 Jan 2012 19:43:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Recover Important Data after your System is Crashed</title>
		<link>http://www.hungry-hackers.com/2010/05/how-to-recover-important-data-after-your-system-is-crashed.html</link>
		<comments>http://www.hungry-hackers.com/2010/05/how-to-recover-important-data-after-your-system-is-crashed.html#comments</comments>
		<pubDate>Thu, 20 May 2010 09:58:17 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1479</guid>
		<description><![CDATA[Suppose your computer commits suicide by inviting the latest virus and you are not able to get it back up and running. As a last resort you decide to backup your important documents, photos that you took of your girl friend and the ASCII text file containing your passwords. Today I will show how to do this very easily.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-medium wp-image-1482 alignleft" style="margin-right: 10px;" title="Windows Busted" src="http://www.hungry-hackers.com/wp-content/uploads/2010/05/Windows-Busted-300x277.jpg" alt="" width="300" height="277" />Suppose your computer commits suicide by inviting the latest virus and you are not able to get it back up and running. As a last resort you decide to backup your important documents, photos that you took of your girl friend and the ASCII text file containing your passwords. Today I will show how to do this very easily.</p>
<h3>Create a System Rescue CD</h3>
<p style="text-align: justify;">Use an uninfected computer and download the System Rescue CD ISO file (latest version) from <a rel="nofollow" href="http://www.sysresccd.org/Download" target="_blank">sysresccd.org</a>. Now burn this ISO to a blank CD.</p>
<h3 style="text-align: justify;">Start the rescue</h3>
<p style="text-align: justify;">After the ISO is written to CD, take it out, pop the CD into the drive of the computer that&#8217;s busted. Set the BIOS to boot through the CD first, hard disk next. And allow it to reboot.</p>
<p style="text-align: justify;">You should see this beautiful System Rescue startup screen. Type these options after the <strong>boot:</strong> prompt and press ENTER.</p>
<blockquote style="text-align: justify;"><p>rescuecd docache dostartx dodhcp</p></blockquote>
<p style="text-align: justify;">The <code>docache</code> option allows you to remove the System Rescue CD after it boots up, so you can enter another blank CD/DVD and take backups.</p>
<p style="text-align: justify;">The <code>dostartx</code> option starts GUI automatically.</p>
<p style="text-align: justify;">The <code>dodhcp</code> opiton automatically configures the network and connects you automatically to the Internet after booting.</p>
<p><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/05/sysresccd1.png"><img class="aligncenter size-full wp-image-1481" title="sysresccd" src="http://www.hungry-hackers.com/wp-content/uploads/2010/05/sysresccd1.png" alt="" width="500" height="278" /></a></p>
<p style="text-align: justify;">Load the appropriate keymap when prompted (or just select the default US keymap).</p>
<p style="text-align: justify;">It should start GUI automatically. In case it doesn&#8217;t, type <code>startx</code> at the command line and press ENTER.</p>
<p style="text-align: justify;">Your desktop should have a terminal with a yellow background. We need to mount the partition and then do the backup.</p>
<p style="text-align: justify;">Your Windows partition will most likely be located in /mnt/sda1 or /mnt/sda2. To check the partitions, run this:</p>
<blockquote style="text-align: justify;"><p>fdisk -l /dev/sda</p></blockquote>
<p style="text-align: justify;">It should show you the partition names.</p>
<p style="text-align: justify;">Then, to mount partition 1, run this:</p>
<blockquote style="text-align: justify;"><p>ntfs-3g /mnt/sda1 /mnt/windows</p></blockquote>
<p style="text-align: justify;">If it mounts correctly, you should be able to see the files in your <code>C:\</code> directory when you type:</p>
<blockquote style="text-align: justify;"><p>ls -al /mnt/windows</p></blockquote>
<h3 style="text-align: justify;">Backing up your data to a CD/DVD</h3>
<p style="text-align: justify;">Now, to begin backing up your data, type this:</p>
<blockquote style="text-align: justify;"><p>xfburn</p></blockquote>
<p style="text-align: justify;">The Xfburn program will show you a list of your partitions. Browse to the Windows partition(s) using the <em>Filesystem</em> menu option on the top-left and select all the files you need. Click on <em>New Data Composition</em>. Insert a blank CD or DVD and allow to burn all your data to the CD/DVD.</p>
<h3 style="text-align: justify;">Backing up your data to a remote location</h3>
<p style="text-align: justify;">This is easier if you love using the command line. First, make sure the network is up by pinging to google.com</p>
<blockquote style="text-align: justify;"><p>ping google.com</p></blockquote>
<p style="text-align: justify;">If it throws up an error, you have to run this to configure your network interface:</p>
<blockquote style="text-align: justify;"><p>net-setup eth0</p></blockquote>
<p style="text-align: justify;">If you want to transfer the files in the directory <code>C:\work</code> to your remote server <em>myremoteserver.com</em> as user <em>hungryhackers</em></p>
<p style="text-align: justify;">The directory <code>C:\work</code> would be located in <code>/mnt/windows/work</code>. This command will transfer the directory:</p>
<blockquote style="text-align: justify;"><p>scp -r /mnt/windows/work hungryhackers@myremoteserver.com</p></blockquote>
<p style="text-align: justify;">Enter the password for user <em>hungryhackers</em> and the file transfer will begin.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1479&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/05/how-to-recover-important-data-after-your-system-is-crashed.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Recover Deleted SMS from SIM or Phone Memory for Free</title>
		<link>http://www.hungry-hackers.com/2009/10/recover-deleted-sms-from-sim-or-phone-memory-for-free.html</link>
		<comments>http://www.hungry-hackers.com/2009/10/recover-deleted-sms-from-sim-or-phone-memory-for-free.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:17:00 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Cellphones]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=985</guid>
		<description><![CDATA[Have you ever deleted a very important SMS which you regret for the rest of your life? Are you searching for a free SMS recovery Software? If the answer to above questions is Yes then you don't have to worry anymore as today I will show you how to recover deleted SMS from SIM card or Phone memory.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2009/10/data_loss.gif"><img class="alignleft size-full wp-image-986" title="data_loss" src="http://www.hungry-hackers.com/wp-content/uploads/2009/10/data_loss.gif" alt="data_loss" width="192" height="255" /></a>Hello Friends,</p>
<p style="text-align: justify;">Have you ever deleted a very important SMS which you regret for the rest of your life? Are you searching for a free SMS recovery Software? If the answer to above questions is <strong>Yes</strong> then you don&#8217;t have to worry anymore as today I will show you how to recover deleted SMS from SIM card or Phone memory.</p>
<p style="text-align: justify;">There exist quite a few softwares to recover deleted SMS messages from SIM cards and Phone memory, but all of them require you to purchase the software. However, if you own a Nokia phone you might be in luck, as there are very good chances of message recovery from your cellphone without need of any specialized data recovery software for free, simply follow the step-by-step procedure below for important data recovery:</p>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;"><em>Note</em></span>: This trick does not work on Symbian 3rd Edition cellphones.</strong></p>
<p style="text-align: justify;">1. Download and install this free mobile File Manager &#8211; FExplorer.</p>
<blockquote style="text-align: justify;"><p><a title="File Explorer Download" href="http://www.easy-share.com/1908114840/FExplorer_english_117.SIS"><em>http://www.easy-share.com/1908114840/FExplorer_english_117.SIS</em></a></p></blockquote>
<p style="text-align: justify;">2. Launch FExplorer and navigate to C: if you use Phone Memory to store your messages (default) and D: if you use Storage Card as your SMS storage location.<br />
3. Now navigate to and open “system” folder.<br />
4. Now open the “mail” folder.<br />
5. This folder should contain many folders named similar to 0010001_s etc. with files named similar to 00100000 etc., These files are the actual deleted messages, Simply, use the FExplorer inbuild text viewer to view these files, You will need to browse through every folder and open all files inside them until you get the required SMS.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=985&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/10/recover-deleted-sms-from-sim-or-phone-memory-for-free.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 465/530 objects using disk: basic

Served from: hungry-hackers.com @ 2012-02-12 01:36:42 -->
