How can I grab a binary image of my entire MMC2 card that's 4 gigs?
I'm booting from SD card and would like to make a back up of the entire thing on my computer in case anything gets corrupted.
I'm using Windows XP. Thanks. :) |
Re: How can I grab a binary image of my entire MMC2 card that's 4 gigs?
Just use
Code:
dd if=/dev/mmcblk1 of=/home/user/MyDocs/some_image_part_one count=2000000 bs=1024EDIT: The above code are just two line, do not know why the first code line is spread about those two lines. |
Re: How can I grab a binary image of my entire MMC2 card that's 4 gigs?
Quote:
|
| All times are GMT. The time now is 12:31. |
vBulletin® Version 3.8.8