Guest User

Untitled

a guest
Apr 16th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  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. ######################
  14.  
  15. ## Example of a standard sdcard mount for the emulator / Dream
  16. # Mounts the first usable partition of the specified device
  17. dev_mount sdcard /storage/sdcard0 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
  18. dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
  19. ## Example of a dual card setup
  20. # dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
  21. # dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
  22.  
  23. ## Example of specifying a specific partition for mounts
  24. # dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
  25.  
  26. # usb otg disk
  27. dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb /devices/platform/musbfsh_hdrc
Add Comment
Please, Sign In to add comment