Re: [sleuthkit-users] Exfat recovery
Brought to you by:
carrier
From: Kalin K. <me....@gm...> - 2015-01-31 02:08:23
|
On Jan 31, 2015 10:41 AM, "Dennis Zheleznyak" <de...@es...> wrote: > I'm trying to recover deleted data from an SD card that I pulled out of a smartphone. > > I backed up the image using: > >> dd if=/dev/sdb of=/tmp/disk.img > > > However, when I try to recover the files using the following command: > >> usr/local/sleuthkit/bin/fls -r -p disk.img | less > > > I get the following error: > >> Cannot determine file system type > > Not sure exfat is supported and cannot test right now, but what is the output of `mmls disk.img` May be you need offset (it used partitions) ? Kalin. |