[sleuthkit-users] Re: [linux_forensics] DD Split and Physical MD5
Brought to you by:
carrier
From: Brian C. <ca...@ce...> - 2003-10-17 02:40:33
|
On Thursday, October 16, 2003, at 09:03 PM, Rich Thompson wrote: > OK I need some assistance. Whats the best way to md5 > an image that has been split into 640mb chunks?? I > need to verify my pre and post acquisition hash > values... But I use split during acquisition and the > files are now 640mb, the original drive was 3.2gb.... > so now I have like 5 dd images. > > help???? > > I know I could cat them together but they are on a > fat32 drive that has a 2gb file size limit. cat should work with a pipe: # cat img.01 img.02 img.03 | md5sum brian |