diff options
-rw-r--r-- | recovery.fstab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recovery.fstab b/recovery.fstab index e6f954b..b00e6a2 100644 --- a/recovery.fstab +++ b/recovery.fstab @@ -1,11 +1,11 @@ # mount point fstype device /sdcard vfat /dev/block/sda1 -/system ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/system -/cache ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/cache -/data ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/userdata -/misc mtd misc -/boot mtd boot -/recovery mtd recovery +/system ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system +/cache ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache +/data ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata +/misc emmc /dev/block/platform/omap/omap_hsmmc.0/by-name/misc +/boot emmc /dev/block/platform/omap/omap_hsmmc.0/by-name/boot +/recovery emmc /dev/block/platform/omap/omap_hsmmc.0/by-name/recovery /bootloader mtd bootloader /radio mtd radio |