• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Vold 2.0 fstab for HTC Passion
2#
3## - San Mehat (san@android.com)
4##
5
6#######################
7## Regular device mount
8##
9## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
10## label        - Label for the volume
11## mount_point  - Where the volume will be mounted
12## part         - Partition # (1 based), or 'auto' for first usable partition.
13## <sysfs_path> - List of sysfs paths to source devices
14######################
15
16# Mounts the first usable partition of the specified device
17dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
18
19