#######################
## 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
######################
## external sdcard
dev_mount external_sd /storage/sdcard1 auto /devices/platform/sdhci.0/mmc_host/mmc2
## usb otg
dev_mount usbdisk0 /storage/usbdisk0 auto /devices/platform/dwc_otg/usb1
dev_mount usbdisk1 /storage/usbdisk1 auto /devices/platform/dwc_otg/usb1
dev_mount usbdisk2 /storage/usbdisk2 auto /devices/platform/dwc_otg/usb1
dev_mount usbdisk3 /storage/usbdisk3 auto /devices/platform/dwc_otg/usb1