Advertisement
Guest User

vold.fstab

a guest
Apr 9th, 2011
3,139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. ## Vold 2.0 NVIDIA Whistler 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. ## 20100725, hyeseung.ryu@lge.com, Add 2nd external memory
  14.  
  15. ##dev_mount extsdcard /mnt/sdcard/_ExternalSD auto /devices/platform/tegra-sdhci.2/mmc_host/mmc1 /devices/platform/tegra-sdhci.2/mmc_host/mmc0
  16. ##dev_mount sdcard /mnt/sdcard auto /devices/platform/tegra-sdhci.3/mmc_host/mmc2
  17.  
  18.  
  19. dev_mount extsdcard /mnt/sdcard/_ExternalSD auto /devices/platform/tegra-sdhci.3/mmc_host/mmc2
  20. dev_mount sdcard /mnt/sdcard auto /devices/platform/tegra-sdhci.2/mmc_host/mmc1 /devices/platform/tegra-sdhci.2/mmc_host/mmc0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement