Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
## 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
#/devices/platform/awsmc.3/mmc_host for sdio
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandi
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ehci.2
Have some honey do jobs to get done around the house.
manually mount sdcard,
adb shell
mount -o noatime,utf8 -t vfat /dev/block//vold/93:64 /mnt/sdcard
Needs to be done as root.
You must not have full root.
So after adb shell type su
adb shell
su
Then type the rest.
yeh tried that and got this,
255|shell@android:/ # su
su
shell@android:/ # mount -o noatime,utf8 -t vfat /dev/block//vold/93:64 /mnt/sdca
rd
/dev/block//vold/93:64 /mnt/sdcard <
mount: Device or resource busy
nope same as before