Skip to content

Instantly share code, notes, and snippets.

@SyncHack
Created March 2, 2012 11:41
Show Gist options
  • Save SyncHack/1957938 to your computer and use it in GitHub Desktop.
Save SyncHack/1957938 to your computer and use it in GitHub Desktop.
vold.fstab (Nexus One, Android 2.3.6)
## Vold 2.0 fstab for HTC Passion
#
## - San Mehat (san@android.com)
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# Mounts the first usable partition of the specified device
dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment