Guest User

Untitled

a guest
May 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. /data/data/berserker.android.apps.sshdroid/home # cat /etc/vold.*
  2. ## vold configuration file for the emulator/SDK
  3.  
  4. volume_sdcard {
  5. ## This is the direct uevent device path to the SD slot on the device
  6. emu_media_path /devices/platform/goldfish_mmc.0/mmc_host/mmc0
  7.  
  8. media_type mmc
  9. mount_point /sdcard
  10. ums_path /devices/platform/usb_mass_storage/lun0
  11. }
  12. ## Vold 2.0 Generic fstab
  13. ## - San Mehat (san@android.com)
  14. ##
  15.  
  16. #######################
  17. ## Regular device mount
  18. ##
  19. ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
  20. ## label - Label for the volume
  21. ## mount_point - Where the volume will be mounted
  22. ## part - Partition # (1 based), or 'auto' for first usable partition.
  23. ## <sysfs_path> - List of sysfs paths to source devices
  24. ######################
  25.  
  26. # internal sdcard
  27. dev_mount emmc /mnt/emmc 11 /devices/platform/s3c-mshci.0/mmc_host/mmc0/mmc0
  28.  
  29. # external sdcard
  30. dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
  31.  
  32. # USB storage device
  33. dev_mount usbdisk /mnt/usbdisk auto /devices/platform/s3c_otghcd/usb
  34. /data/data/berserker.android.apps.sshdroid/home #
Add Comment
Please, Sign In to add comment