|
|
06-19-2012
, 01:37 AM
|
|
Posts: 1,763 |
Thanked: 1,389 times |
Joined on Sep 2008
@ Berlin, Germany
|
#2
|
dd if=/dev/mmcblk1 of=/home/user/MyDocs/some_image_part_one count=2000000 bs=1024 dd if=/dev/mmcblk1 of=/home/user/MyDocs/some_image_part_two seek=2000000 bs=1024
| The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
|
06-19-2012
, 02:16 AM
|
|
|
Posts: 255 |
Thanked: 146 times |
Joined on Oct 2010
@ Petaling Jaya, Selangor, Malaysia
|
#3
|
Just useCopy the two files to your XP box.Code:dd if=/dev/mmcblk1 of=/home/user/MyDocs/some_image_part_one count=2000000 bs=1024 dd if=/dev/mmcblk1 of=/home/user/MyDocs/some_image_part_two seek=2000000 bs=1024
EDIT: The above code are just two line, do not know why the first code line is spread about those two lines.
| The Following User Says Thank You to ajack For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
I'm using Windows XP.
Thanks.