Created
January 24, 2011 02:17
-
-
Save loxK/792711 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mount point fstype device [device2] | |
/boot mtd boot | |
/cache yaffs2 cache | |
/data yaffs2 userdata | |
/misc mtd misc | |
/recovery mtd recovery | |
/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0 | |
/system yaffs2 system | |
/sd-ext ext3 /dev/block/mmcblk0p2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment