• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Vold 2.0 Generic fstab
2## - San Mehat (san@android.com)
3##
4
5#######################
6## Regular device mount
7##
8## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
9## label        - Label for the volume
10## mount_point  - Where the volume will be mounted
11## part         - Partition # (1 based), or 'auto' for first usable partition.
12## <sysfs_path> - List of sysfs paths to source devices, must start with '/' character
13## flags        - (optional) Comma separated list of flags, must not contain '/' character
14######################
15
16dev_mount sdcard /storage/sdcard0 3 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0 nonremovable,encryptable
17