-
Notifications
You must be signed in to change notification settings - Fork 9
/
vold.fstab
19 lines (17 loc) · 964 Bytes
/
vold.fstab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Vold 2.0 NVIDIA Harmony fstab
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
#dev_mount sdcard /mnt/sdcard auto /devices/platform/tegra-sdhci.1/mmc_host/mmc0 /devices/platform/tegra-sdhci.1/mmc_host/mmc1
dev_mount sdcard /mnt/sdcard auto /devices/platform/tegra-sdhci.3/mmc_host/mmc2
dev_mount usb0 /mnt/usb/system_usb auto /devices/platform/tegra-ehci.0/usb
dev_mount usb1 /mnt/usb/docking_usb auto /devices/platform/tegra-ehci.2/usb
# todo: the secondary sdcard seems to confuse vold badly
#dev_mount sdcard2 /mnt/sdcard2 auto /devices/platform/tegra-sdhci.3/mmc_host/mmc1
dev_mount usbdisk /mnt/usbdisk auto /devices/platform/tegra-ehci