• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Help swapping internal and external storage using vold.fstab

jakew2989

Lurker
Hello,
I know there are tons of threads out there regarding this but in the VERY few I've seen with my specific vold.fstab issue, NONE of which have been resolved. SO I turn here in hopes that someone can help me this issue because without fixing it I literally can only install the SMALLEST of apps on my tablet. I understand the process good and well, but I don't have multiple dev_mount lines to SWAP (I think this has something to do with the tablet's internal memory being "emulated"?)

Anyway, this is what my vold.fstab looks like, trying to swap out internal memory for my 16gb external sd. Any input would be GREATLY appreciated.

## Vold 2.0 fstab

#######################
## 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
## flags - (optional) Comma separated list of flags, must not contain '/' character
######################

# Mounts the first usable partition of the specified device
#use this line to support VIRTUAL CDROM.And you can define the directory where you want to mount
#loop_mount loop /mnt/VIRTUAL_CDROM
dev_mount sdcard /storage/external_storage/sdcard1 auto /devices/platform/AMLOGIC_CARD/card_host/memorycard0 /devices/platform/aml_sd_mmc.0
#asec flash
 
Back
Top Bottom