forked from CyanogenMod/android_device_lge_mako
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvold.fstab
40 lines (35 loc) · 2.09 KB
/
vold.fstab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point[:[asec_point]:[lun_point]]> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## asec_point - Whether asec mount is needed for this value, if not, use "none"
## Else, supply a folder name under /mnt/secure/
## If not supplied, "asec" will used by default
## If supplied, /mnt/secure/asec_point will be used
## This is for further extension, not needed now
## lun_point - The target lun device for this volume. If not supplied, will use
## /sys/devices/platform/usb_mass_storage/lun0/file
## else, will use /sys/devices/platform/usb_mass_storage/lun_point/file
## part - Partition # (1 based), or 'auto' for first usable partition.
## For a disk with only 1 partition, use '1' is different to 'auto'
## Using 1, will not re-write its partition table when formatting
## <sysfs_path> - List of sysfs paths to source devices
######################
# external SDCard
dev_mount sdcard1 /storage/sdcard1 auto /devices/platform/msm_sdcc.3/mmc_host/mmc1
#TODO: USB storage
# flash drive connection to USB1
#dev_mount usbdisk0 /storage/usbdisk0 auto /devices/platform/tegra-ehci.0/usb1/1-1/1-1:1.0
# flash drive connection through hub connected to USB1
#dev_mount usbdisk1 /storage/usbdisk1 auto /devices/platform/tegra-ehci.0/usb1/1-1/1-1.1
#dev_mount usbdisk2 /storage/usbdisk2 auto /devices/platform/tegra-ehci.0/usb1/1-1/1-1.2
#dev_mount usbdisk3 /storage/usbdisk3 auto /devices/platform/tegra-ehci.0/usb1/1-1/1-1.3
#dev_mount usbdisk4 /storage/usbdisk4 auto /devices/platform/tegra-ehci.0/usb1/1-1/1-1.4
#dev_mount usbdisk5 /storage/usbdisk5 auto /devices/platform/tegra-ehci.0/usb1/1-1/1-1.5
#dev_mount usbdisk6 /storage/usbdisk6 auto /devices/platform/tegra-ehci.0/usb1/1-1/1-1.6
#dev_mount usbdisk7 /storage/usbdisk7 auto /devices/platform/tegra-ehci.0/usb1/1-1/1-1.7