View difference between Paste ID: 34AeL00L and
SHOW: | | - or go back to the newest paste.
1-
1+
## Vold 2.0 NVIDIA Whistler fstab
2
3
#######################
4
## Regular device mount
5
##
6
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
7
## label        - Label for the volume
8
## mount_point  - Where the volume will be mounted
9
## part         - Partition # (1 based), or 'auto' for first usable partition.
10
## <sysfs_path> - List of sysfs paths to source devices
11
######################
12
13
## 20100725, hyeseung.ryu@lge.com, Add 2nd external memory
14
15
##dev_mount extsdcard /mnt/sdcard/_ExternalSD auto /devices/platform/tegra-sdhci.2/mmc_host/mmc1 /devices/platform/tegra-sdhci.2/mmc_host/mmc0
16
##dev_mount sdcard /mnt/sdcard auto /devices/platform/tegra-sdhci.3/mmc_host/mmc2
17
18
19
dev_mount extsdcard /mnt/sdcard/_ExternalSD auto /devices/platform/tegra-sdhci.3/mmc_host/mmc2
20
dev_mount sdcard /mnt/sdcard auto /devices/platform/tegra-sdhci.2/mmc_host/mmc1 /devices/platform/tegra-sdhci.2/mmc_host/mmc0