Created
March 2, 2012 11:41
-
-
Save SyncHack/1957938 to your computer and use it in GitHub Desktop.
vold.fstab (Nexus One, Android 2.3.6)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Vold 2.0 fstab for HTC Passion | |
# | |
## - San Mehat ([email protected]) | |
## | |
####################### | |
## 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