[NTLUG:Discuss] Output to Multiple Files - Now More
David Wilson
drindles at yahoo.com
Thu Apr 7 10:39:21 CDT 2005
My goal is to capture a forensic image of a hard drive
to a dd type of file. I need to split it into chunks
(FAT32 limitation). My process requires that I have
two copies of the files when complete. I am trying to
save the time required to make a copy. If I can write
out both copies at once it will save a considerable
amount of time.
Any suggestions?
David
--- "Patrick R. Michaud" <pmichaud at pobox.com> wrote:
> On Thu, Apr 07, 2005 at 07:06:49AM -0700, David
> Wilson wrote:
> > This is what I am trying
> >
> > dd if=/dev/sdb |split -b 640m | tee file1 > file2
>
> Out of curiosity, why have the dd(1) there? Why not
> simply:
>
> split -b 640m /dev/sdb
>
> ?
>
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
>
__________________________________
Yahoo! Messenger
Show us what our next emoticon should look like. Join the fun.
http://www.advision.webevents.yahoo.com/emoticontest
More information about the Discuss
mailing list