Guest User

Untitled

a guest
Dec 9th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 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. ## storage_struct - ex) series, "/mnt/sdcard/extStorages" / parallel
  14. ######################
  15. # internal sdcard
  16. #dev_mount emmc /mnt/emmc 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
  17.  
  18. # external sdcard
  19. #dev_mount sdcard /storage/sdcard1 auto /devices/platform/msm_sdcc.3/mmc_host/mmc1/
  20. dev_mount sdcard /storage/sdcard1 1 /devices/platform/msm_sdcc.3/mmc_host/mmc1/
  21. #dev_mount sdcard /storage/sdcard2 2 /devices/platform/msm_sdcc.3/mmc_host/mmc1/
  22.  
  23. #otg sdcard
  24. dev_mount sda /mnt/usbdisk auto /devices/platform/msm_hsusb_host/usb
Add Comment
Please, Sign In to add comment