Advertisement
Guest User

Untitled

a guest
Nov 27th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. root@ubuntu:~/Ubuntu-Touch/device/samsung# ls
  2. jf-common jfltexx msm8960-common qcom-common
  3.  
  4. root@ubuntu:~/Ubuntu-Touch/device/samsung/jf-common# cat vold.fstab
  5. ## Vold 2.0 Generic fstab
  6. ## - San Mehat (san@android.com)
  7. ##
  8.  
  9. #######################
  10. ## Regular device mount
  11. ##
  12. ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
  13. ## label - Label for the volume
  14. ## mount_point - Where the volume will be mounted
  15. ## part - Partition # (1 based), or 'auto' for first usable partition.
  16. ## <sysfs_path> - List of sysfs paths to source devices
  17. ## storage_struct - ex) series, "/mnt/sdcard/extStorages" / parallel
  18. ######################
  19. # internal sdcard
  20. #dev_mount emmc /mnt/emmc 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
  21.  
  22. # external sdcard
  23. dev_mount sdcard /storage/sdcard1 auto /devices/platform/msm_sdcc.4/mmc_host/mmc2/ /devices/platform/msm_sdcc.2/mmc_host/mmc2/
  24.  
  25. #otg sdcard
  26. dev_mount sda /storage/usbdisk0 auto /devices/platform/msm_hsusb_host/usb1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement