summaryrefslogtreecommitdiffstats
path: root/vold.fstab
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-04-22 12:25:46 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-04-22 12:25:46 +0700
commitd42f625b12e42b40a87235b5e2ed3c9c916d8c50 (patch)
tree2ffb2fd499bd58fdacef5310503baab747d9528d /vold.fstab
parentc9d2bf05f0c99d059485d136ac6a97a7d6abdc66 (diff)
downloaddevice_samsung_aries-common-d42f625b12e42b40a87235b5e2ed3c9c916d8c50.zip
device_samsung_aries-common-d42f625b12e42b40a87235b5e2ed3c9c916d8c50.tar.gz
device_samsung_aries-common-d42f625b12e42b40a87235b5e2ed3c9c916d8c50.tar.bz2
aries-common: Switch emmc and sdcard
To match CM standard. Not touching recovery right now as that can cause a lot of problems. Change-Id: I09940553b16e84a396271fcad547eb21f7eb8474
Diffstat (limited to 'vold.fstab')
-rw-r--r--vold.fstab4
1 files changed, 2 insertions, 2 deletions
diff --git a/vold.fstab b/vold.fstab
index b1a2880..4e59bc1 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 sdcard /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 emmc /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2 \ No newline at end of file