Skip to content

Instantly share code, notes, and snippets.

@beshkenadze
Created January 31, 2012 10:17
Show Gist options
  • Save beshkenadze/1709766 to your computer and use it in GitHub Desktop.
Save beshkenadze/1709766 to your computer and use it in GitHub Desktop.
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/system of=/data/media/factoryfs.ext4 bs=4096
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/cache of=/data/media/cache.ext4 bs=4096
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/efs of=/data/media/efs.ext4 bs=4096
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/radio of=/data/media/modem.ext4 bs=4096
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/boot of=/data/media/boot.ext4 bs=4096
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/sbl of=/data/media/sbl.ext4 bs=4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment