summaryrefslogtreecommitdiffstats
path: root/vold.fstab
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-11-20 16:10:53 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-11-20 16:10:53 +0700
commitc908e81f7c94f85d272cc3e557e1644ba6e2c219 (patch)
treea0135af6e757e3fdd7e23f4bccbd5707b5840e4a /vold.fstab
parent051e23982492befbf99021e46ce09c813df603fd (diff)
downloaddevice_samsung_aries-common-c908e81f7c94f85d272cc3e557e1644ba6e2c219.zip
device_samsung_aries-common-c908e81f7c94f85d272cc3e557e1644ba6e2c219.tar.gz
device_samsung_aries-common-c908e81f7c94f85d272cc3e557e1644ba6e2c219.tar.bz2
Use mount internal storage as /mnt/sdcard and external as /mnt/emmc for now
This reverts commit c9b9f44792280bdb7533966003c87f70127b468e.
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 925519d..b1a2880 100644
--- a/vold.fstab
+++ b/vold.fstab
@@ -13,7 +13,7 @@
######################
# internal sdcard
-dev_mount emmc /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
+dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
-dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
+dev_mount emmc /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2 \ No newline at end of file