[Completed] [Q] Vold.FSTAB need XDA Help for mounting internal SDCard - XDA Assist

Hi Respected XDA experts,
I bought recently Android box with DVB-S2 functionality. It has internal storage of 4 GB which is mounted virtually however when I try to analyze memory via ESExplorer, it says SD card unmounted. I have downloaded subject file from box and pasted below for your reference. Can anybody help me to make it correct and give ready made file? and I can install it in system.
It has about 450 MB of system reserved memory which I guess is ROM. I want to extent the internal memory further.
I guess this box has modified ROM of 4.2.2 android system and using Mali 400 GPU, and Hi3719C Chip. I have issue with Kodi also, after installation it is stuck at "waiting for external storage".
I hope you guys can provide me help on both issues.
Thanks
## Vold 2.0 Generic fstab
## - 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
#dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
#dev_mount sdcard /mnt/sdcard auto /devices/platform/hiusb-ehci.0 /devices/platform/hi_godbox-ehci.0
dev_mount block /mnt/sdcard auto /devices/virtual/mtd/mtd16/mtdblock16 Ubifs=ubi3_0
multi_mount block /mnt all /devices/platform/hiusb-ehci.0 /devices/platform/hiusb-ohci.0 /devices/platform/ahci.0 /devices/platform/hi_mci.0/mmc_host/mmc1 /devices/platform/hi_mci.1/mmc_host/mmc0
## Example of a dual card setup
# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
## Example of specifying a specific partition for mounts
# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1

Hi there,
I'm sorry but I can't find anything related to your question/device.
Please post that in the links bellow for more answers from the experts:
[Ask Any Question][Newbie Friendly]
> Android Development and Hacking > Android Q&A, Help & Troubleshooting
Good luck

Related

[Q] Use external SDcard for apps on BLU Dash 4.5

Droidiser posted the following in
> Android Development and Hacking > Android Software and Hacking General [Developers Only] > [MOD] Swap Internal and External sdcard of ANY Android phone.
Q. How to swap?
A. Here's how to do it Upload your device's vold.fstab file (find it in /system/etc using root explorer or solid explorer or ES explorer) anywhere on the net and post a reply to this thread with a link to your uploaded file. And I shall give a modified vold.fstab file which you can replace using the instructions I have given in the link above. Post your device's name along with the link to the file so that I can add it in the list below!
Since I wasn't allowed to post into a 'developers' group, I'm doing it here.
<https://dl.dropboxusercontent.com/u/91159702/vold.fstab> for a BLU Dash 4.5.
Thanks,
Bev
My Vold.fstab working SDcard for apps
Bev999 said:
Droidiser posted the following in
> Android Development and Hacking > Android Software and Hacking General [Developers Only] > [MOD] Swap Internal and External sdcard of ANY Android phone.
Q. How to swap?
A. Here's how to do it Upload your device's vold.fstab file (find it in /system/etc using root explorer or solid explorer or ES explorer) anywhere on the net and post a reply to this thread with a link to your uploaded file. And I shall give a modified vold.fstab file which you can replace using the instructions I have given in the link above. Post your device's name along with the link to the file so that I can add it in the list below!
Since I wasn't allowed to post into a 'developers' group, I'm doing it here.
<https://dl.dropboxusercontent.com/u/91159702/vold.fstab> for a BLU Dash 4.5.
Thanks,
Bev
Click to expand...
Click to collapse
I did some changes in the file, and now the SDcard is mounted like the first sdcard, and my apps are installed there. (Sorry for my english).
___________________________________________________________________________________________________-
## Vold 2.0 Generic fstab
## - 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# usb otg disk
dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb /devices/platform/musbfsh_hdrc
__________________________________________________________________________________________________________

[Q] alcatel 985D, how to edit vold.fstab to swap external sd and internal sd

Hello all
I searched more and more about swapping external sd to internal sd but i didn't find any method competible with
my alcatel 985D , when i open vold.fstab to edit it, I only find one line as you see in the following paste
"
## Vold 2.0 Generic fstab
## - 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/mt6573-sd.0/mmc_host/mmc0
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mt6516-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mt6516-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
"
I tried to add a new line reffering to my internal sd but i didn't make it
any help plz

[Q] External 2 internal config for MIUI 4.6

Well I have my phone rooted obviously as I am Using a custom ROM which is
MIUI 4.6.13 on Android 4.2.2 with Kernal 3.4.5
this is my vold.fstb
Code:
## Vold 2.0 Generic fstab
## - 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
I have attached the screen shot.
So what will be the correct configuration for External 2 internal app?
Grrrrr
No reply.. Come on guys.. It's been 3 days I asked this question... Is this means any one on xda developers don't know how to do this... !!!!!
biobeo said:
No reply.. Come on guys.. It's been 3 days I asked this question... Is this means any one on xda developers don't know how to do this... !!!!!
Click to expand...
Click to collapse
Maybe no one that has seen your question knows the answer. Maybe they don't have the time at the moment to answer. Who knows, but this is not a place to go around demanding that someone help. If someone comes along and can help and has the time to do so, it is their choice whether or not they want to help. I wish you luck with your issue (I can't help you) but in the future try to be less demanding when you are the one looking for help

[Completed] Mounting sd to internal memory

Hi.I have ZTE E9Q 3G tablet and I want to mount the external sd card to internal memory. It has only 1gb. I've seen quite a few videos and read some threads but I can't figure it out.At least with the way I want it.
I want to edit the vold.fstab but I don't know which lines. Can anyone help me please? This is the text.
# 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
deihak said:
Hi.I have ZTE E9Q 3G tablet and I want to mount the external sd card to internal memory. It has only 1gb. I've seen quite a few videos and read some threads but I can't figure it out.At least with the way I want it.
I want to edit the vold.fstab but I don't know which lines. Can anyone help me please? This is the text.
# 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
Click to expand...
Click to collapse
Hello and thank you for using XDA Assist.
As pointed out in reply to your several previous Assist posts, we cannot provide technical support nor can other members reply to your posts here on XDA Assist. There is no forum specifically for the ZTE E9Q at this time but I suggest that you ask your question with all relevant details in the friendly general Android Q&A, Help & Troubleshooting forum at http://forum.xda-developers.com/android/help. That's a good place to start where members familiar with your device might be able to advise you. I also see several references to your model from a site search at http://forum.xda-developers.com/sitesearch.php?q=ZTE Z9Q which might be worth reviewing.
Good luck!
This thread is closed.

[Completed] Nextbook 7 vold.fstab

I,ve searched this forum for answers but haven't found my answer. I have a
Nextbook 7 Model NX007HD8G
Android version 4.1.1
Kernel 3.0.8
Build# JR003Cv008
I bought for my Granddaughter, the trouble is storage. I bought it because it had a sd slot for more storage I thought. I'm pretty good with software issues but have not been able to make the changes I've read about. I've rooted my tablet. What I need to do is swap my internal storage with external but when I read the different info out there I get more confused. I hoping this site will be able to help. I'm attaching how my vold.fstab set up and hope some will change it and send an updated file. Any help is truly 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/sdcard0/external_sdcard auto /devices/platform/AMLOGIC_CARD/card_host/memorycard0 /devices/platform/aml_sd_mmc.0
#dev_mount sdcard /storage/sdcard0 3 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0 nonremovable,encryptable
dev_mount flash /storage/sdcard0 auto /devices/virtual/mtd/mtd8/avnftl8 /devices/platform/mtd/mtd8/avnftli nonremovable
asec flash
RebelRaider said:
I,ve searched this forum for answers but haven't found my answer. I have a
Nextbook 7 Model NX007HD8G
Android version 4.1.1
Kernel 3.0.8
Build# JR003Cv008
I bought for my Granddaughter, the trouble is storage. I bought it because it had a sd slot for more storage I thought. I'm pretty good with software issues but have not been able to make the changes I've read about. I've rooted my tablet. What I need to do is swap my internal storage with external but when I read the different info out there I get more confused. I hoping this site will be able to help. I'm attaching how my vold.fstab set up and hope some will change it and send an updated file. Any help is truly 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/sdcard0/external_sdcard auto /devices/platform/AMLOGIC_CARD/card_host/memorycard0 /devices/platform/aml_sd_mmc.0
#dev_mount sdcard /storage/sdcard0 3 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0 nonremovable,encryptable
dev_mount flash /storage/sdcard0 auto /devices/virtual/mtd/mtd8/avnftl8 /devices/platform/mtd/mtd8/avnftli nonremovable
asec flash
Click to expand...
Click to collapse
Greetings,
Thank you for using XDA Assist. For the best results, please ask your question here:
Android Q&A, Help & Troubleshooting
You'll receive expert advice there. Good luck!

Categories

Resources