<?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: How To Recover Deleted Files/Data In Ubuntu Linux</title>
	<atom:link href="http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/</link>
	<description>Tips, Freewares, Downloads, Reviews, And More</description>
	<lastBuildDate>Fri, 10 Feb 2012 06:41:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: vetri</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-62378</link>
		<dc:creator>vetri</dc:creator>
		<pubDate>Wed, 28 Sep 2011 09:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-62378</guid>
		<description>edit /etc/scalpel/scalpel.conf  and uncomment what format type u want to recocver</description>
		<content:encoded><![CDATA[<p>edit /etc/scalpel/scalpel.conf  and uncomment what format type u want to recocver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Ryan</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-57579</link>
		<dc:creator>Will Ryan</dc:creator>
		<pubDate>Thu, 25 Aug 2011 02:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-57579</guid>
		<description>This synthesis was extremely helpful, thank you so much!</description>
		<content:encoded><![CDATA[<p>This synthesis was extremely helpful, thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tjavailable</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-49793</link>
		<dc:creator>tjavailable</dc:creator>
		<pubDate>Mon, 27 Jun 2011 11:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-49793</guid>
		<description>First install scalpel using code 
sudo apt-get install scalpel
Scalpel utility has its configuration file in the /etc directory with full path as /etc/scalpel/scalpel.conf . When viewed (using gedit/nano/cat) you will notice that everything is a comment out there. Uncomment the file format which you want to recover.
After that go to the terminal and follow the syntax :
sudo scalpel &quot;device name/Directoryname/file name&quot; -o &quot;output directory
If any doubt visit:http://ubuntumanual.org/posts/357/recover-your-deleted-files-in-ubuntu</description>
		<content:encoded><![CDATA[<p>First install scalpel using code<br />
sudo apt-get install scalpel<br />
Scalpel utility has its configuration file in the /etc directory with full path as /etc/scalpel/scalpel.conf . When viewed (using gedit/nano/cat) you will notice that everything is a comment out there. Uncomment the file format which you want to recover.<br />
After that go to the terminal and follow the syntax :<br />
sudo scalpel &#8220;device name/Directoryname/file name&#8221; -o &#8220;output directory<br />
If any doubt visit:<a href="http://ubuntumanual.org/posts/357/recover-your-deleted-files-in-ubuntu" rel="nofollow">http://ubuntumanual.org/posts/357/recover-your-deleted-files-in-ubuntu</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srpayo</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-46845</link>
		<dc:creator>Srpayo</dc:creator>
		<pubDate>Thu, 26 May 2011 05:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-46845</guid>
		<description>PS: make sure you have enough space in your hdd or choose another external device to store the recovered files in step 7 or your PC will run out of space and probably crash..happened to me while recovering from a 1TB hdd...duh!

7- Select a directory where you want to save the recovered files and press Enter and Y (yes)</description>
		<content:encoded><![CDATA[<p>PS: make sure you have enough space in your hdd or choose another external device to store the recovered files in step 7 or your PC will run out of space and probably crash..happened to me while recovering from a 1TB hdd&#8230;duh!</p>
<p>7- Select a directory where you want to save the recovered files and press Enter and Y (yes)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srpayo</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-46843</link>
		<dc:creator>Srpayo</dc:creator>
		<pubDate>Thu, 26 May 2011 05:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-46843</guid>
		<description>Hey guys,

dont use scalpel, just install PhotoRec which is part of TestDisk. You can install it with:

sudo apt-get install testdisk

Then in a terminal type sudo photorec and you follow these steps:

1- Select media (if you&#039;re recovering from an external usb device like a hdd you can run sudo fdisk -l to check the device name. It will usually be /dev/sdb or /dev/sdc)

2- Proceed &gt; Select Intel and Enter

3- Either Search (to search for any files) or choose (File Opt) to select which file types to look for. Press Space to select / deselect and b to save and then Enter

4- Search

5- For files deleted under linux select (ext2/ext3) or under Windows (Other)

6- choose either Free or Whole depending on your needs

7- Select a directory where you want to save the recovered files and press Enter and Y (yes)

8- Be patient and you&#039;ll see a directory called &quot;recup_dir.1&quot; with all recovered files. You might get several recup_dirs.

The only problem is that files won&#039;t have their names but you can sort them later by type or size or whatever.

Hope this helps!
Cheers

srpayo</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>dont use scalpel, just install PhotoRec which is part of TestDisk. You can install it with:</p>
<p>sudo apt-get install testdisk</p>
<p>Then in a terminal type sudo photorec and you follow these steps:</p>
<p>1- Select media (if you&#8217;re recovering from an external usb device like a hdd you can run sudo fdisk -l to check the device name. It will usually be /dev/sdb or /dev/sdc)</p>
<p>2- Proceed &gt; Select Intel and Enter</p>
<p>3- Either Search (to search for any files) or choose (File Opt) to select which file types to look for. Press Space to select / deselect and b to save and then Enter</p>
<p>4- Search</p>
<p>5- For files deleted under linux select (ext2/ext3) or under Windows (Other)</p>
<p>6- choose either Free or Whole depending on your needs</p>
<p>7- Select a directory where you want to save the recovered files and press Enter and Y (yes)</p>
<p>8- Be patient and you&#8217;ll see a directory called &#8220;recup_dir.1&#8243; with all recovered files. You might get several recup_dirs.</p>
<p>The only problem is that files won&#8217;t have their names but you can sort them later by type or size or whatever.</p>
<p>Hope this helps!<br />
Cheers</p>
<p>srpayo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dk</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-46177</link>
		<dc:creator>dk</dc:creator>
		<pubDate>Wed, 18 May 2011 21:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-46177</guid>
		<description>I am getting an error unable to locate package scalpel, what should i do next, i am total newbie, so please help.</description>
		<content:encoded><![CDATA[<p>I am getting an error unable to locate package scalpel, what should i do next, i am total newbie, so please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cretancretin</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-38806</link>
		<dc:creator>cretancretin</dc:creator>
		<pubDate>Thu, 03 Mar 2011 10:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-38806</guid>
		<description>Will Scalpel recover mp3 files?</description>
		<content:encoded><![CDATA[<p>Will Scalpel recover mp3 files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conoyes</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-29444</link>
		<dc:creator>conoyes</dc:creator>
		<pubDate>Fri, 12 Nov 2010 14:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-29444</guid>
		<description>Hi!

add this line to the /etc/scalpel/scalpel.conf:

rtf     y      3000000     \x7b\x5c\x72\x74\x66(\x31)

WITHOUT the thing in braces, this is good for scalping rtf, if you want to search for specially rtf version 1 (it&#039;s used nowadays), include the \x31 part too! You can modify the 3000000 to whatever you want, it means the program will make files from the matching point to 3000000 bytes long.
 
Greets from Hungary,
conoyes</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>add this line to the /etc/scalpel/scalpel.conf:</p>
<p>rtf     y      3000000     \x7b\x5c\x72\x74\x66(\x31)</p>
<p>WITHOUT the thing in braces, this is good for scalping rtf, if you want to search for specially rtf version 1 (it&#8217;s used nowadays), include the \x31 part too! You can modify the 3000000 to whatever you want, it means the program will make files from the matching point to 3000000 bytes long.</p>
<p>Greets from Hungary,<br />
conoyes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-23714</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 31 Aug 2010 13:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-23714</guid>
		<description>So far, this seems to be working fine for me.  I&#039;m about 1/2 way through the first pass, and no errors coming up.  So, to recap the recommendations of others, here&#039;s how to make scalpel work with very little wailing or gnashing of teeth:

When using this is to uncomment (remove the # in front of) the file types in the config file.  To do that, open a terminal and run gksudo gedit /etc/scalpel/scalpel.conf.  Then, save the changes and return to the terminal.

To download the scalpel program, remember to add sudo to the command when you type it in to your terminal (sudo apt-get install scalpel).

To run the scalpel command correctly, you must again add sudo to it (sudo scalpel /dev/sda1 -o output).  Remember, sda1 is the default name for your computer&#039;s hard drive, so if you have a dual drive setup, or an external drive, verify the correct device name by opening the System Monitor and checking the File Systems tab.  

If you&#039;ve previously run scalpel, change &quot;output&quot; to something else, or clean out the contents of the output file before you start the process.  If you don&#039;t, you will get an error message regarding trying to work with a &quot;non-empty&quot; directory.

I wrote a simple script that executes the scalpel command.  All you need to do is put the file in your bin folder, and create a desktop shortcut for it.  If you&#039;d like the script, drop me a PM on the Ubuntu Forum.  My name there is tacantara.</description>
		<content:encoded><![CDATA[<p>So far, this seems to be working fine for me.  I&#8217;m about 1/2 way through the first pass, and no errors coming up.  So, to recap the recommendations of others, here&#8217;s how to make scalpel work with very little wailing or gnashing of teeth:</p>
<p>When using this is to uncomment (remove the # in front of) the file types in the config file.  To do that, open a terminal and run gksudo gedit /etc/scalpel/scalpel.conf.  Then, save the changes and return to the terminal.</p>
<p>To download the scalpel program, remember to add sudo to the command when you type it in to your terminal (sudo apt-get install scalpel).</p>
<p>To run the scalpel command correctly, you must again add sudo to it (sudo scalpel /dev/sda1 -o output).  Remember, sda1 is the default name for your computer&#8217;s hard drive, so if you have a dual drive setup, or an external drive, verify the correct device name by opening the System Monitor and checking the File Systems tab.  </p>
<p>If you&#8217;ve previously run scalpel, change &#8220;output&#8221; to something else, or clean out the contents of the output file before you start the process.  If you don&#8217;t, you will get an error message regarding trying to work with a &#8220;non-empty&#8221; directory.</p>
<p>I wrote a simple script that executes the scalpel command.  All you need to do is put the file in your bin folder, and create a desktop shortcut for it.  If you&#8217;d like the script, drop me a PM on the Ubuntu Forum.  My name there is tacantara.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-22646</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Thu, 19 Aug 2010 01:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-22646</guid>
		<description>and if it did anything at all, it left the recovery file locked, apparently empty.</description>
		<content:encoded><![CDATA[<p>and if it did anything at all, it left the recovery file locked, apparently empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-22644</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Thu, 19 Aug 2010 01:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-22644</guid>
		<description>that was, by the way:

[sudo] password for mint: 
Scalpel version 1.60
Written by Golden G. Richard III, based on Foremost 0.69.

Opening target &quot;/dev/sda1&quot;

Image file pass 1/2.
/dev/sda1:   2.0% &#124;                                     &#124;  250.0 MB    27:09 ETA** MEMORY ALLOCATION FAILURE **
ERROR: Memory exhausted at line 286 in file dig.c. Scalpel was 
allocating memory for header array when this condition occurred.
Scalpel will abort.</description>
		<content:encoded><![CDATA[<p>that was, by the way:</p>
<p>[sudo] password for mint:<br />
Scalpel version 1.60<br />
Written by Golden G. Richard III, based on Foremost 0.69.</p>
<p>Opening target &#8220;/dev/sda1&#8243;</p>
<p>Image file pass 1/2.<br />
/dev/sda1:   2.0% |                                     |  250.0 MB    27:09 ETA** MEMORY ALLOCATION FAILURE **<br />
ERROR: Memory exhausted at line 286 in file dig.c. Scalpel was<br />
allocating memory for header array when this condition occurred.<br />
Scalpel will abort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-22643</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Thu, 19 Aug 2010 01:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-22643</guid>
		<description>Now that I&#039;ve calmed down and got past that (wanker!)

here&#039;s what I need:
I was working with GEDit (another heap of crap, that), and it lost a draft piece of writing I had done (because it, or I, got confused when I tried to re-name it. Unbelievable.) 
These seem to be suffix-less files, in this case initially on my (Mint) desktop, a good page of prose.
Can I limit the search to the desktop? To GEDit-type files?

So, I wonder if you could tell me in plain English, without assumptions about my (poor)
inside knowledge of Linux, exactly how I might recover my lost draft (without incurring some odd undocumented memory error).

Then perhaps do some decent documentation so I don&#039;t have to be fucked around next time I or anyone else needs to use you no-doubt excellent utility  :-) 
It is, after all, my time and patience that is wasted.

ANd, meantime, perhaps help my poor fellow sufferers above with what they want to do in the real world.


....Oh, for Christ&#039;s sake, does it have to be like this? I wasn&#039;t expecting to go into the flames....</description>
		<content:encoded><![CDATA[<p>Now that I&#8217;ve calmed down and got past that (wanker!)</p>
<p>here&#8217;s what I need:<br />
I was working with GEDit (another heap of crap, that), and it lost a draft piece of writing I had done (because it, or I, got confused when I tried to re-name it. Unbelievable.)<br />
These seem to be suffix-less files, in this case initially on my (Mint) desktop, a good page of prose.<br />
Can I limit the search to the desktop? To GEDit-type files?</p>
<p>So, I wonder if you could tell me in plain English, without assumptions about my (poor)<br />
inside knowledge of Linux, exactly how I might recover my lost draft (without incurring some odd undocumented memory error).</p>
<p>Then perhaps do some decent documentation so I don&#8217;t have to be fucked around next time I or anyone else needs to use you no-doubt excellent utility  <img src='http://www.addictivetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
It is, after all, my time and patience that is wasted.</p>
<p>ANd, meantime, perhaps help my poor fellow sufferers above with what they want to do in the real world.</p>
<p>&#8230;.Oh, for Christ&#8217;s sake, does it have to be like this? I wasn&#8217;t expecting to go into the flames&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-22641</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Thu, 19 Aug 2010 01:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-22641</guid>
		<description>I was quite hopeful for this, but it turns out to be FUCKING USELESS 
partly because of the lazy, idiosyncratic documentation, with undefined terms &amp; silly mistakes,
partly because of the assumption that I would know all sorts of things I really could not be expected to know, including how to set the parameters you don&#039;t explain,
the lazy assumption that I would be working in Sudo,
and in the right directory (if I knew how to set a directory)

(hey, you&#039;re talking to non-tech newbies here, 
WHO JUST WANT TO RECOVER THEIR DAMNED FILES,
not to technical geniuses, who if they were technical geniuses, would not need this anyway.)

then when I get past all that, it crashes with a &#039;run out of memory&#039; thing, WHAT???
at about 1.7% done.

So, thanks for trying, COULD DO BETTER though.</description>
		<content:encoded><![CDATA[<p>I was quite hopeful for this, but it turns out to be FUCKING USELESS<br />
partly because of the lazy, idiosyncratic documentation, with undefined terms &amp; silly mistakes,<br />
partly because of the assumption that I would know all sorts of things I really could not be expected to know, including how to set the parameters you don&#8217;t explain,<br />
the lazy assumption that I would be working in Sudo,<br />
and in the right directory (if I knew how to set a directory)</p>
<p>(hey, you&#8217;re talking to non-tech newbies here,<br />
WHO JUST WANT TO RECOVER THEIR DAMNED FILES,<br />
not to technical geniuses, who if they were technical geniuses, would not need this anyway.)</p>
<p>then when I get past all that, it crashes with a &#8216;run out of memory&#8217; thing, WHAT???<br />
at about 1.7% done.</p>
<p>So, thanks for trying, COULD DO BETTER though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gwinyai</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-20020</link>
		<dc:creator>Gwinyai</dc:creator>
		<pubDate>Mon, 12 Jul 2010 08:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-20020</guid>
		<description>Hi guys.

I&#039;m getting the following message:
Written by Golden G. Richard III, based on Foremost 0.69.
ERROR: You have attempted to use a non-empty output directory. In order
to maintain forensic soundness, this is not allowed.
Aborting.

and when I check my home folder I do not see the output folder.</description>
		<content:encoded><![CDATA[<p>Hi guys.</p>
<p>I&#8217;m getting the following message:<br />
Written by Golden G. Richard III, based on Foremost 0.69.<br />
ERROR: You have attempted to use a non-empty output directory. In order<br />
to maintain forensic soundness, this is not allowed.<br />
Aborting.</p>
<p>and when I check my home folder I do not see the output folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitor</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-18989</link>
		<dc:creator>Vitor</dc:creator>
		<pubDate>Mon, 28 Jun 2010 16:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-18989</guid>
		<description>Hello, good afternoon.
I&#039;m still getting trouble with scalpel. First thing:
1. The destination directory is empty, although scalpel informs me that it has carved 397 files
2. At the config file, there&#039;s no mention to open documento format documents or rtf. How can I tell scalpel to carve this ones too?
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hello, good afternoon.<br />
I&#8217;m still getting trouble with scalpel. First thing:<br />
1. The destination directory is empty, although scalpel informs me that it has carved 397 files<br />
2. At the config file, there&#8217;s no mention to open documento format documents or rtf. How can I tell scalpel to carve this ones too?<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesse</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-18275</link>
		<dc:creator>jesse</dc:creator>
		<pubDate>Tue, 22 Jun 2010 19:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-18275</guid>
		<description>The default directory is in your home folder. If you have run the program once then there will be a log file in this folder. You must specify a different folder or delete the contents of the specified folder.</description>
		<content:encoded><![CDATA[<p>The default directory is in your home folder. If you have run the program once then there will be a log file in this folder. You must specify a different folder or delete the contents of the specified folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-18196</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Mon, 21 Jun 2010 14:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-18196</guid>
		<description>I am getting this error while trying to run scalpel

Written by Golden G. Richard III, based on Foremost 0.69.
ERROR: You have attempted to use a non-empty output directory. In order
       to maintain forensic soundness, this is not allowed.
Aborting.

Please help.</description>
		<content:encoded><![CDATA[<p>I am getting this error while trying to run scalpel</p>
<p>Written by Golden G. Richard III, based on Foremost 0.69.<br />
ERROR: You have attempted to use a non-empty output directory. In order<br />
       to maintain forensic soundness, this is not allowed.<br />
Aborting.</p>
<p>Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shapu</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-16529</link>
		<dc:creator>Shapu</dc:creator>
		<pubDate>Thu, 13 May 2010 15:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-16529</guid>
		<description>I need to recover over 400GB of files that I placed on a hard drive that I use as a back up drive.its a long story that happened 4 hours ago. but I too am stuck  with this error:

 &quot;ERROR: The configuration file didn&#039;t specify any file types to carve.
(If you&#039;re using the default configuration file, you&#039;ll have to
uncomment some of the file types.)&quot;

please help, Yes I am a newbie. if there is need to elaborate what I did please let me know,I need those files... :(</description>
		<content:encoded><![CDATA[<p>I need to recover over 400GB of files that I placed on a hard drive that I use as a back up drive.its a long story that happened 4 hours ago. but I too am stuck  with this error:</p>
<p> &#8220;ERROR: The configuration file didn&#8217;t specify any file types to carve.<br />
(If you&#8217;re using the default configuration file, you&#8217;ll have to<br />
uncomment some of the file types.)&#8221;</p>
<p>please help, Yes I am a newbie. if there is need to elaborate what I did please let me know,I need those files&#8230; <img src='http://www.addictivetips.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-16317</link>
		<dc:creator>Felipe</dc:creator>
		<pubDate>Sat, 08 May 2010 18:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-16317</guid>
		<description>suppose that i just wanna to recover one file that i just deleted by error... how suppose i do that?</description>
		<content:encoded><![CDATA[<p>suppose that i just wanna to recover one file that i just deleted by error&#8230; how suppose i do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsa</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-14602</link>
		<dc:creator>dsa</dc:creator>
		<pubDate>Sun, 28 Mar 2010 16:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-14602</guid>
		<description>delete # &lt;&lt;&lt;&lt;&lt;&lt;</description>
		<content:encoded><![CDATA[<p>delete # &lt;&lt;&lt;&lt;&lt;&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asdasd</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-14222</link>
		<dc:creator>asdasd</dc:creator>
		<pubDate>Thu, 18 Mar 2010 19:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-14222</guid>
		<description>read line 4... uncomment file types from /etc/scalpel/scalpel.conf using something like gedit / nano</description>
		<content:encoded><![CDATA[<p>read line 4&#8230; uncomment file types from /etc/scalpel/scalpel.conf using something like gedit / nano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantam</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-14180</link>
		<dc:creator>Shantam</dc:creator>
		<pubDate>Wed, 17 Mar 2010 19:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-14180</guid>
		<description>I got an error when I ran the command:&lt;br&gt;ERROR: The configuration file didn&#039;t specify any file types to carve.&lt;br&gt;(If you&#039;re using the default configuration file, you&#039;ll have to&lt;br&gt;uncomment some of the file types.)&lt;br&gt;&lt;br&gt;&lt;br&gt;how to solve this dude ?</description>
		<content:encoded><![CDATA[<p>I got an error when I ran the command:<br />ERROR: The configuration file didn&#39;t specify any file types to carve.<br />(If you&#39;re using the default configuration file, you&#39;ll have to<br />uncomment some of the file types.)</p>
<p>how to solve this dude ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nivir</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-10869</link>
		<dc:creator>nivir</dc:creator>
		<pubDate>Fri, 20 Nov 2009 06:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-10869</guid>
		<description>How to retrieve from the output file really stuck in there</description>
		<content:encoded><![CDATA[<p>How to retrieve from the output file really stuck in there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nivir</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-10039</link>
		<dc:creator>nivir</dc:creator>
		<pubDate>Fri, 20 Nov 2009 01:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-10039</guid>
		<description>How to retrieve from the output file really stuck in there</description>
		<content:encoded><![CDATA[<p>How to retrieve from the output file really stuck in there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nivir</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-8884</link>
		<dc:creator>nivir</dc:creator>
		<pubDate>Thu, 19 Nov 2009 20:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-8884</guid>
		<description>How to retrieve from the output file really stuck in there</description>
		<content:encoded><![CDATA[<p>How to retrieve from the output file really stuck in there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaun w</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-8276</link>
		<dc:creator>shaun w</dc:creator>
		<pubDate>Mon, 02 Nov 2009 18:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-8276</guid>
		<description>when you type the command to install scalpel, you should type::  sudo apt-get install scalpel</description>
		<content:encoded><![CDATA[<p>when you type the command to install scalpel, you should type::  sudo apt-get install scalpel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Smith</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/how-to-recover-deleted-filesdata-in-ubuntu-linux/comment-page-1/#comment-4413</link>
		<dc:creator>Brad Smith</dc:creator>
		<pubDate>Tue, 07 Jul 2009 00:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=6031#comment-4413</guid>
		<description>I got an error when I ran the command:
ERROR: The configuration file didn&#039;t specify any file types to carve.
(If you&#039;re using the default configuration file, you&#039;ll have to
uncomment some of the file types.)

I had to edit the config file to get it to work:
sudo gedit /etc/scalpel/scalpel.conf</description>
		<content:encoded><![CDATA[<p>I got an error when I ran the command:<br />
ERROR: The configuration file didn&#8217;t specify any file types to carve.<br />
(If you&#8217;re using the default configuration file, you&#8217;ll have to<br />
uncomment some of the file types.)</p>
<p>I had to edit the config file to get it to work:<br />
sudo gedit /etc/scalpel/scalpel.conf</p>
]]></content:encoded>
	</item>
</channel>
</rss>

