Advertisement
fosser22

Untitled

Jan 30th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ## Vold 2.0 fstab
  2.  
  3. #######################
  4. ## Regular device mount
  5. ##
  6. ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
  7. ## label - Label for the volume
  8. ## mount_point - Where the volume will be mounted
  9. ## part - Partition # (1 based), or 'auto' for first usable partition.
  10. ## <sysfs_path> - List of sysfs paths to source devices
  11. ######################
  12.  
  13. # Configuration of SMBA1002
  14. dev_mount internal_sd /storage/sdcard1 auto /devices/platform/sdhci-tegra.3/mmc_host/mmc1
  15. dev_mount microsd /storage/sdcard2 auto /devices/platform/sdhci-tegra.2/mmc_host/mmc2
  16. dev_mount usbdrive1 /mnt/usbdrive1 auto /devices/platform/tegra-ehci.2/usb1/1-1/1-1.1/1-1.1:1.0
  17. dev_mount usbdrive2 /mnt/usbdrive2 auto /devices/platform/tegra-ehci.2/usb1/1-1/1-1.2/1-1.2:1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement