<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Recovering deleted files with a Ubuntu CD</title>
	<atom:link href="http://www.psychocats.net/ubuntucat/recoverdeletedfiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/</link>
	<description>Random musings from the radical feminist Christian antiracist left - some having to do with Ubuntu</description>
	<lastBuildDate>Thu, 18 Mar 2010 14:44:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ImmigrantUS</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-7321</link>
		<dc:creator>ImmigrantUS</dc:creator>
		<pubDate>Sat, 12 Dec 2009 05:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-7321</guid>
		<description>Used Photorec on Ubuntu Rescue-Remix CD yesterday to recover deleted files in Ubuntu. 

      Lessons learned:
  If using secondary internal HD (suspect the same for external HD) for recovered file import (from main HD, where the files originally were), it&#039;s necessary to make a directory, into which the files will be put in on secondary HD.
 To do it, you need to have BIOS setting for booting from CD first!
 1. Start Live Ubuntu Rescue-Remix CD, give command to boot, then when it boots into terminal, check your HDs by command - Code:  sudo fdisk -l

 Realize what HD is main, and which is secondary, and what partition to check for files and into which to recover them - linux ext3 or Windows NTFS! Mine was Linux. Have enough room on it!
 (Then you can try to run Photorec (&quot;sudo photorec&quot;) and hopefully you&#039;ll be able to see all your HDs. I was not that lucky, so I had to make directory and mount sec. HD.)

2. Make directory for recovered files first, e.g. - media/disk. Give command - Code:  sudo mkdir /media/disk

If alright, terminal prompt simply returns.

3. Must mount secondary HD, or it&#039;ll be invisible, even if &quot;sudo fdisk -l&quot; does show it. Give command for your secondary HD - 
Code:  sudo mount -t ext3 /dev/sdb2 /media/disk

If alright, terminal prompt simply returns.

4. Run Photorec by command - Code:  sudo photorec

Go thru settings, and only choose file types that you want, otherwise you&#039;ll have thousands of files to sift thru! I had 25000.
--------------------------------------------------------------

Unfortunately, I did not find my photos (jpegs) in recovered files...
I suspect they were over-written, and I&#039;m not sure if it&#039;s possible to recover them... Is it? If anyone knows, please tell me!
Will try DD rescue and others in upcoming days.

Good luck to everybody!</description>
		<content:encoded><![CDATA[<p>Used Photorec on Ubuntu Rescue-Remix CD yesterday to recover deleted files in Ubuntu. </p>
<p>      Lessons learned:<br />
  If using secondary internal HD (suspect the same for external HD) for recovered file import (from main HD, where the files originally were), it&#8217;s necessary to make a directory, into which the files will be put in on secondary HD.<br />
 To do it, you need to have BIOS setting for booting from CD first!<br />
 1. Start Live Ubuntu Rescue-Remix CD, give command to boot, then when it boots into terminal, check your HDs by command &#8211; Code:  sudo fdisk -l</p>
<p> Realize what HD is main, and which is secondary, and what partition to check for files and into which to recover them &#8211; linux ext3 or Windows NTFS! Mine was Linux. Have enough room on it!<br />
 (Then you can try to run Photorec (&#8220;sudo photorec&#8221;) and hopefully you&#8217;ll be able to see all your HDs. I was not that lucky, so I had to make directory and mount sec. HD.)</p>
<p>2. Make directory for recovered files first, e.g. &#8211; media/disk. Give command &#8211; Code:  sudo mkdir /media/disk</p>
<p>If alright, terminal prompt simply returns.</p>
<p>3. Must mount secondary HD, or it&#8217;ll be invisible, even if &#8220;sudo fdisk -l&#8221; does show it. Give command for your secondary HD &#8211;<br />
Code:  sudo mount -t ext3 /dev/sdb2 /media/disk</p>
<p>If alright, terminal prompt simply returns.</p>
<p>4. Run Photorec by command &#8211; Code:  sudo photorec</p>
<p>Go thru settings, and only choose file types that you want, otherwise you&#8217;ll have thousands of files to sift thru! I had 25000.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Unfortunately, I did not find my photos (jpegs) in recovered files&#8230;<br />
I suspect they were over-written, and I&#8217;m not sure if it&#8217;s possible to recover them&#8230; Is it? If anyone knows, please tell me!<br />
Will try DD rescue and others in upcoming days.</p>
<p>Good luck to everybody!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ImmigrantUS</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-7311</link>
		<dc:creator>ImmigrantUS</dc:creator>
		<pubDate>Thu, 10 Dec 2009 00:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-7311</guid>
		<description>Please help! I&#039;m trying to recover jpeg files from master HD Ubuntu partition by using photorec on latest Rescue-Remix live CD. Intend to put recovered files into secondary (slave) HD. And stumbling at choosing it...
 When booting into R-R live CD, both HDs listed, then I choose master to recover files from, go thru options till choosing secondary internal HD to put recovered files into, and it is not in the list... When checked previously it&#039;s  labeled Media/Disk, but when I go twice up directory thru double dot to Media, &quot;Disc&quot; is not there... 
 I tested this procedure with secondary internal HD disconnected - and all lines in menu are exactly the same when trying to choose the secondary internal drive to put files into...

 What to do? Should I mount secondary internal HD in Rescue-Remix before starting photorec? or what else?
 Please help!</description>
		<content:encoded><![CDATA[<p>Please help! I&#8217;m trying to recover jpeg files from master HD Ubuntu partition by using photorec on latest Rescue-Remix live CD. Intend to put recovered files into secondary (slave) HD. And stumbling at choosing it&#8230;<br />
 When booting into R-R live CD, both HDs listed, then I choose master to recover files from, go thru options till choosing secondary internal HD to put recovered files into, and it is not in the list&#8230; When checked previously it&#8217;s  labeled Media/Disk, but when I go twice up directory thru double dot to Media, &#8220;Disc&#8221; is not there&#8230;<br />
 I tested this procedure with secondary internal HD disconnected &#8211; and all lines in menu are exactly the same when trying to choose the secondary internal drive to put files into&#8230;</p>
<p> What to do? Should I mount secondary internal HD in Rescue-Remix before starting photorec? or what else?<br />
 Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Break</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-6760</link>
		<dc:creator>Break</dc:creator>
		<pubDate>Sun, 08 Nov 2009 08:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-6760</guid>
		<description>thnkzzzz a lotz,now i recvr my precius photos includin n bday&#039;s snapes, my old frenz snapes etcc.....thnk u so much..........</description>
		<content:encoded><![CDATA[<p>thnkzzzz a lotz,now i recvr my precius photos includin n bday&#8217;s snapes, my old frenz snapes etcc&#8230;..thnk u so much&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-6419</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Mon, 24 Aug 2009 22:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-6419</guid>
		<description>hey bro, i&#039;m using windows Xp. n i&#039;ve installed the software &quot;deep freeze&quot; for the  C drive only...  by mistakelly i&#039;ve stored some of my data on my desk top.... n due to power cut i loose all that data... the data was in the form of excel files, word file, photos, videos, mp3, some softwares...  can u plzzz plzz plzzzz tell me how can i recover the data which was deleted by deep freeze.... its a request dear.... plzz help me out...</description>
		<content:encoded><![CDATA[<p>hey bro, i&#8217;m using windows Xp. n i&#8217;ve installed the software &#8220;deep freeze&#8221; for the  C drive only&#8230;  by mistakelly i&#8217;ve stored some of my data on my desk top&#8230;. n due to power cut i loose all that data&#8230; the data was in the form of excel files, word file, photos, videos, mp3, some softwares&#8230;  can u plzzz plzz plzzzz tell me how can i recover the data which was deleted by deep freeze&#8230;. its a request dear&#8230;. plzz help me out&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ellipsis</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-6392</link>
		<dc:creator>Ellipsis</dc:creator>
		<pubDate>Fri, 21 Aug 2009 11:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-6392</guid>
		<description>Thanks. Very helpful for my ubuntu system.
There are so many random files left over for old users (2nd hand laptop).</description>
		<content:encoded><![CDATA[<p>Thanks. Very helpful for my ubuntu system.<br />
There are so many random files left over for old users (2nd hand laptop).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubuntucat</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-6335</link>
		<dc:creator>ubuntucat</dc:creator>
		<pubDate>Tue, 11 Aug 2009 23:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-6335</guid>
		<description>Yes, it works for anything. XP, Vista, 7, Panther, Tiger, Leopard, Jaunty, Hardy.

It doesn&#039;t what operating system is installed.</description>
		<content:encoded><![CDATA[<p>Yes, it works for anything. XP, Vista, 7, Panther, Tiger, Leopard, Jaunty, Hardy.</p>
<p>It doesn&#8217;t what operating system is installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hari</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-6333</link>
		<dc:creator>hari</dc:creator>
		<pubDate>Tue, 11 Aug 2009 22:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-6333</guid>
		<description>hi,
   will this work for windows XP?I formatted my C drive without taking the backup.I later realized that i left  some important files on my desktop.can i somehow recover them back?Plz help me........</description>
		<content:encoded><![CDATA[<p>hi,<br />
   will this work for windows XP?I formatted my C drive without taking the backup.I later realized that i left  some important files on my desktop.can i somehow recover them back?Plz help me&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jek</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-5860</link>
		<dc:creator>Jek</dc:creator>
		<pubDate>Mon, 15 Jun 2009 08:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-5860</guid>
		<description>I had already recovered a bunch of files off of a failed drive with photorec, but it is a good tutorial. I will send this to my friend who still thinks proprietary software is better than FOSS software for data recovery. And this also works great with external drives. Just do a normal Ubuntu install to an external drive, install the boot loader to the external drive (instead of main HDD) and then install all the drive/file rescue tools you will need.</description>
		<content:encoded><![CDATA[<p>I had already recovered a bunch of files off of a failed drive with photorec, but it is a good tutorial. I will send this to my friend who still thinks proprietary software is better than FOSS software for data recovery. And this also works great with external drives. Just do a normal Ubuntu install to an external drive, install the boot loader to the external drive (instead of main HDD) and then install all the drive/file rescue tools you will need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hooty</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-5153</link>
		<dc:creator>Hooty</dc:creator>
		<pubDate>Fri, 15 May 2009 20:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-5153</guid>
		<description>Thanks. That worked...</description>
		<content:encoded><![CDATA[<p>Thanks. That worked&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubuntucat</title>
		<link>http://www.psychocats.net/ubuntucat/recoverdeletedfiles/comment-page-1/#comment-3898</link>
		<dc:creator>ubuntucat</dc:creator>
		<pubDate>Tue, 24 Mar 2009 20:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychocats.net/ubuntucat/?p=543#comment-3898</guid>
		<description>It&#039;s possible that the videos have been overwritten and are just now unrecoverable. Or maybe you&#039;re doing something wrong.

I would recommend you start a thread on &lt;a href=&quot;http://www.ubuntuforums.org&quot; rel=&quot;nofollow&quot;&gt;the Ubuntu Forums&lt;/a&gt; asking for help. The folks there are both helpful and knowledgeable. It&#039;ll be far more productive than trying to get support through comments on my blog post.</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible that the videos have been overwritten and are just now unrecoverable. Or maybe you&#8217;re doing something wrong.</p>
<p>I would recommend you start a thread on <a href="http://www.ubuntuforums.org" rel="nofollow">the Ubuntu Forums</a> asking for help. The folks there are both helpful and knowledgeable. It&#8217;ll be far more productive than trying to get support through comments on my blog post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
