Re: [sleuthkit-users] Sleuthkit v3.0 b3 Win32: split image not recognized
Brought to you by:
carrier
|
From: Brian C. <ca...@sl...> - 2008-09-22 13:28:32
|
Hi Mark, That is because Windows does not provide the same "glob"ing feature that Unix systems do. The Unix shell typically breaks image.* into a list of individual file names. Windows does not and I don't have a work around yet. It is on the todo list: http://wiki.sleuthkit.org/index.php?title=Todo_List thanks, brian On Sep 22, 2008, at 5:28 AM, Mark Stam wrote: > Maybe I'm doing something wrong, but I have tried to use img_stat > and fsstat on a split image in Windows (the image consists of 43 > parts, named image.E01, image.E02, image.E03 etc.) > My command: > > fsstat e:\08-0001\001\image.* > > The result: > Error stat(ing) image file (e:\08-0001\001\image.*: No such file or > directory) > > Mark > ---------------------------------------------------------------------- > --- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org |