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

Help Swap internal sdcard with external? Gamestick

Hi i had bought a GameStick it has android 4.1.2 and only 8GB of internal storage i want to swap my internal and external but i am unsure how to do so... this is my vold.fstab:

Code:
## 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/sdcard0/external_sdcard auto /devices/platform/AMLOGIC_CARD/card_host/memorycard0 /devices/platform/aml_sd_mmc.0
dev_mount flash /storage/sdcard0 auto  /devices/platform/mtd/mtd6/avnftlg /devices/virtual/mtd/mtd6/avnftlg
asec flash
#dev_mount sata /mnt/sata auto /devices/lm2
#media_mount usb /mnt/usb 4 /devices/lm0/usb1/
im not sure what to change and whatnot please help someone.
 
Back
Top Bottom