blob: 6dfb0a9b7bc09ef75cf24e1c64cd1812fd9fa40f [file] [log] [blame]
David Ferguson72733122012-10-09 17:14:39 -04001## Vold 2.0 Generic fstab
2## - San Mehat (san@android.com)
3##
4
5#######################
6## Regular device mount
7##
8## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
9## label - Label for the volume
10## mount_point - Where the volume will be mounted
11## part - Partition # (1 based), or 'auto' for first usable partition.
12## <sysfs_path> - List of sysfs paths to source devices
13## storage_struct - ex) series, "/mnt/sdcard/extStorages" / parallel
14######################
15# internal sdcard
16dev_mount sdcard /storage/sdcard0 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
17
18# external sdcard
19dev_mount external_sd /storage/sdcard1 auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
20
21#otg sdcard
David Fergusonc5f78a22013-02-12 18:46:15 -050022dev_mount sda /storage/usbdisk0 auto /devices/platform/msm_hsusb_host.0