David Ferguson | 7273312 | 2012-10-09 17:14:39 -0400 | [diff] [blame] | 1 | ## 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 |
| 16 | dev_mount sdcard /storage/sdcard0 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0 |
| 17 | |
| 18 | # external sdcard |
| 19 | dev_mount external_sd /storage/sdcard1 auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2 |
| 20 | |
| 21 | #otg sdcard |
David Ferguson | c5f78a2 | 2013-02-12 18:46:15 -0500 | [diff] [blame] | 22 | dev_mount sda /storage/usbdisk0 auto /devices/platform/msm_hsusb_host.0 |