Re: [sleuthkit-users] Problems with Sorter
Brought to you by:
carrier
|
From: Brian C. <ca...@sl...> - 2006-11-17 22:00:20
|
Are you getting a dialog box about not being able to find the OpenSSL
dlls? When I just did a similar test, that is what I got and then got
the same error. The problem is that sorter clears the PATH, but Cygwin
needs to find the OpenSSL dlls for AFFLib. The quick fix is to edit
bin/sorter and comment out line 21 (add a #):
#$ENV{PATH} = '';
brian
Brent Kidwell wrote:
> I have a dd image of an NTFS disk. I'm using the most recent build of
> TSK under Cygwin on a XP machine.
>
> When I run sorter on the dd image and specify "-f ntfs", I get back an
> error message "Incorrect file system type (-f ntfs)".
>
> Running fsstat on the same dd image returns recognition that this image
> is indeed an NTFS file system.
>
> Any suggestions?
>
> For reference, here is the complete sorter command I am running:
>
> >> sorter -d c:\\output -h -s -n /usr/local/nsrl/NSRLFile.txt -m "E:/"
> -f ntfs -i raw /usr/local/images/analysis.dd
>
> By the way, from within Autopsy the same error is generated.
>
> Many thanks.
>
> Brent
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> sleuthkit-users mailing list
> https://lists.sourceforge.net/lists/listinfo/sleuthkit-users
> http://www.sleuthkit.org
|