From c9b9f44792280bdb7533966003c87f70127b468e Mon Sep 17 00:00:00 2001 From: Shawn Alty Date: Mon, 10 Oct 2011 20:48:59 -0500 Subject: Conform and fix SGS SD card stuff inside Android OS (1/4) Mount internal storage to emmc (like other devices), but the expected behavior for new users is for it to be mounted to /sdcard (thus eliminating the requirement of an external SD card). This will be fixed in the device build files by defaulting to having the switch enabled. Patchset 2: This is to squash a "bug-but-not-a-bug" issue. Technically the partition mapping was wrong, but it snuck through and worked anyway as they both happen to "match" under default circumstances. Best to make sure and get it right though. Change-Id: I38b87cd8d20f66b7ee76ddc240ab1c98954a7c25 --- vold.fstab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vold.fstab') diff --git a/vold.fstab b/vold.fstab index b1a2880..925519d 100644 --- a/vold.fstab +++ b/vold.fstab @@ -13,7 +13,7 @@ ###################### # internal sdcard -dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0 +dev_mount emmc /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0 # external sdcard -dev_mount emmc /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2 \ No newline at end of file +dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2 -- cgit v1.1