Ray Arachelian wrote:
By the way, a quick way to turn the disk images into tar is by using
dd, like this:
dd if=16of16-pascal.image skip=84 count=409600 of=tmp
dd bs=512 count=800 if=tmp of=16of16-pascal.tar
Correction the above should be:
By the way, a quick way to turn the disk images into tar is by using
dd, like this:
dd if=16of16-pascal.image bs=1 skip=84 count=409600 of=tmp
dd bs=512 count=800 if=tmp of=16of16-pascal.tar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "LisaList" group.
To post to this group, send email to lisalist@googlegroups.com
To unsubscribe from this group, send email to lisalist-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/lisalist?hl=en
-~----------~----~----~----~------~----~------~--~---