From 3cc6682de6bb9144534142ca5f772c8774d3da4d Mon Sep 17 00:00:00 2001 From: codeworkx Date: Wed, 3 Aug 2011 16:18:15 +0200 Subject: [PATCH] vold: use /mnt/emmc for external sdcard using stackmounts causes actually problems on mediascanner. use emmc until we've figured out whats the problem and to avoid data loss. Change-Id: I0819b0caa73841aaa4fcffeed48b77aa1b9b6756 --- etc/vold.fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/vold.fstab b/etc/vold.fstab index ecfe1a8..f3dbf56 100644 --- a/etc/vold.fstab +++ b/etc/vold.fstab @@ -16,7 +16,7 @@ dev_mount sdcard /mnt/sdcard 11 /devices/platform/s3c-mshci.0/mmc_host/mmc0/mmc0 # external sdcard -dev_mount emmc /mnt/sdcard/external_sd auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1 +dev_mount emmc /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1 # USB storage device dev_mount usbdisk /mnt/usbdisk auto /devices/platform/s3c_otghcd/usb