Re: [sleuthkit-users] Clonezilla Multi-Disk
Brought to you by:
carrier
From: Derrick K. <dk...@gm...> - 2015-07-11 18:25:54
|
Hi Tiago. I believe the issue you are seeing is that Clonezilla has created a split gzip image which sleuthkit does not accept. Sleuthkit/Autopsy will support a split raw image, but not a split gzip image. What you can do is uncompress your split image into a single raw image and that should work. Something like this should work: `cat sdd1.vfat-ptcl-img.gz.a* | gzip -d -c > sdd1.vfat-ptcl.img' Then add 'sdd1.vfat-ptcl.img' to Autopsy and see how that goes! Derrick On Sat, Jul 11, 2015 at 11:39 AM, Tiago Faria <tia...@gm...> wrote: > Hi list, > > I'm having quite a hard time importing a data source of a computer > that was clone with CloneZilla. It was a simple clone process with the > only different of also cloning the USB disk drives that were also > connected to the PC. > > The end result is something like this (only part of the content): > > http://i.imgur.com/CHiyGZr.png > > And I can't seem to add it as a data source, since I get the error: > > "Errors occured while ingesting image > 1. Cannot determine file system type (Sector offset: 0)" > > Any tips? I'm really worried since this is all I got and I won't have > access to the computer again. > > Thank you in advance! > > P.S.: Adding all parts of the archive as logical files seems to be > accepted, but nothing useful is gathered (not even time stamps are > displayed). > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org |