Skip to content

Instantly share code, notes, and snippets.

@SyncHack
Created March 2, 2012 10:55
Show Gist options
  • Save SyncHack/1957704 to your computer and use it in GitHub Desktop.
Save SyncHack/1957704 to your computer and use it in GitHub Desktop.
vold.fstab (XOOM, Android 4.0)
## Vold 2.0 fstab for Stingray
#######################
## 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/external1 auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment