PDA

View Full Version : I need help with Scalpel



houshdaran
April 28th, 2010, 01:16 AM
please help

I just type this:

sudo scalpel /dev/sda2 -o /media/m
and got this error
:
Scalpel version 1.60
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

houshdaran
April 28th, 2010, 01:19 AM
hi.
please help

I just type this:

sudo scalpel /dev/sda2 -o /media/m
and got this error
:
Scalpel version 1.60
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

Please also tell me how to "foremost".I also get such an error when foremost.I need some deleted files

cariboo
April 28th, 2010, 04:54 AM
Moved to General Help, as the Cafe is not a support forum.

MelDJ
April 28th, 2010, 08:35 PM
edit

zircon214
April 28th, 2010, 09:18 PM
ERROR: You have attempted to use a non-empty output directory.That means you need to create a new, empty directory for the program to output to.

mkdir /media/m/out
sudo scalpel /dev/sda2 -o /media/m/out

lisati
April 28th, 2010, 09:43 PM
Thread moved to "General Help"

cariboo
April 28th, 2010, 10:14 PM
Please don't create multiple threads on the same subject, I have merged your two threads.

houshdaran
April 29th, 2010, 11:41 AM
edit
How?