forked from STS-Dev-Team/android_device_motorola_spyder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvold.fstab
32 lines (28 loc) · 1.64 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
## 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
######################
## Example of a dual card setup
dev_mount sdcard /storage/sdcard0 25 /devices/platform/omap/omap_hsmmc.1/mmc_host/mmc1
dev_mount sdcard-ext /storage/sdcard1 auto /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc0
# flash drive connection through hub connected to USB3
#dev_mount usb0 /storage/usb0 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.1.1
#dev_mount usb1 /storage/usb1 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.1