Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    How can I grab a binary image of my entire MMC2 card that's 4 gigs?

    Reply
    Addison | # 1 | 2012-06-19, 03:35 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    michaaa62 | # 2 | 2012-06-19, 05:37 | Report

    Just use
    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
    Copy the two files to your XP box.

    EDIT: The above code are just two line, do not know why the first code line is spread about those two lines.

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by michaaa62; 2012-06-19 at 05:44.
    The Following User Says Thank You to michaaa62 For This Useful Post:
    Addison

     
    ajack | # 3 | 2012-06-19, 06:16 | Report

    Originally Posted by michaaa62 View Post
    Just use
    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
    Copy the two files to your XP box.

    EDIT: The above code are just two line, do not know why the first code line is spread about those two lines.
    But you need to "umount" before the dd to prevent corruptions? Plus I think it's better to shut down the N900 properly, remove the microSD card out and copy it from a reader. Just what tool to use on Windows XP is the question as I myself use linux and would use the "dd" tool on it.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to ajack For This Useful Post:
    Addison

     
vBulletin® Version 3.8.8
Normal Logout