Swapping internal and external sd in Android via vold.fstab HELP? - General Questions and Answers

I tried to do it as each phone has.different vold.fstab
but i bricked my phone
PLEASE SOMEONE MODIFY vold.fstab file for my Ace Plus
I just have 1.8gb internal so help.me to get 32gb
Plz Help me and plz dont delete thread
Here is my vold.fstab
## 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
######################
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = disable
discard = enable
}
dev_mount sdcard /mnt/sdcard 23 /devices/platform/msm_sdcc.3/mmc_host/
# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
}
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.1/mmc_host/
# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line ## keep this line
Plz anyone swap it
so.that i have 32gb internal
Please help

help
plz help.me someone

Re:Help
plz help guys
why u not responding?

Related

[Q] how to use internal storage as SD card with CM7

Since flashing CM7 I have not been able to use internal storage as SD card (can't run camera or dropbox without a micro SD card inserted)
The internal storage appears to be located in the /emmc/ folder.
Also, I can see the storage on my computer only if I toggle mount/unmounted while plugged in.
External micro as cards work as expected but I would rather be able to use my internal storage like I used to.
I found this thread in the LG Optimus forum and copied the file vold.fstab into the system/etc folder, and now my internal storage is not visible at all, even in the emmc folder. would it be possible for someone to upload the stock CM7 one?
Thank you
http://forum.xda-developers.com/showthread.php?t=1064593
Here you go.
This is from UCKJ4 with Entropy's Kernel.
## 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
######################
# sdcard mount for the P1
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
discard = disable
asec = disable
}
dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
}
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
#end line ## keep this line
Click to expand...
Click to collapse
thank you. I think I identified the problem though there is an option in cm7 settings that says use internal/external storage but it appears to be backwards for me (says its using internal storage but actually using external)
where did you locate these settings

[HELP] Bootloop Problem - Need guide on how to map my external sd card

I can't get out of this boot loop problem.
I'm 80% sure it's a hardware problem (Internal sd).
I've searched almost all threads with similar problems like:
Bootloop! & Can't mount SDCARD
and
Bootloop after flashing
but failed to find the answers.
But because of this thread, im having second thoughts.
[SOLVED]i9003 internal sd card unavailable
and
this post by anplugged
Maybe I could pull this out of that looping problem and probably will fix my I9003.
Now, does anyone can put a correct guide and procedure on how to map an extenal mmc?
This is what I followed:
1. Make partition using "parted" in adb shell. Is mmcblk0 refers to the external mmc?
2. Edit "vold.fstab". Is this a compulsory?
3. Modify /etc/fstab. How?
Please, I need you help. TIA
br,
Where are you guys....................
Experts?
Anybody?
......
Vold.fstab is in the /system/etc directory, I suppose it's compulsory.
Sent from my GT-I9003 using xda app-developers app
bscraze said:
Vold.fstab is in the /system/etc directory, I suppose it's compulsory.
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the reply.
If so, do i have to pull the vold.fstab from the device or just push the one that i have and already edited.
Original vold.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
######################
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = enable
mbr_policy = overwrite
}
dev_mount sdcard1 /mnt/sdcard/external_sd 1 /devices/platform/mmci-omap-hs.1/mmc_host/mmc0
# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = disable
discard = enable
mbr_policy = skip
}
dev_mount sdcard /mnt/sdcard 1 /devices/platform/mmci-omap-hs.0/mmc_host/mmc1
#end line ## keep this line
Click to expand...
Click to collapse
Edited vold.fstab
## 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
######################
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
mbr_policy = overwrite
}
dev_mount sdcard1 /mnt/sdcard/external_sd 1 /devices/platform/mmci-omap-hs.1/mmc_host/mmc1
# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = disable
discard = enable
mbr_policy = skip
}
dev_mount sdcard /mnt/sdcard 1 /devices/platform/mmci-omap-hs.0/mmc_host/mmc1
#end line ## keep this line
Click to expand...
Click to collapse
Please check if i'm on the right track. It's important for me to understand rather than just following the other tutorials or guide without understanding. TIA..
br,
AFAIK, you have to replace it or you cannot have any access to either sd card and not delete and copy. Maybe that will work through adb push though.
Sent from my GT-I9003 using xda app-developers app
Okay. After pushing the vold.fstab to the device, the device is still in bootloop.
I think I didnt make it right(editing the vold.fstab)
This is where I edit the file. The one with color blue (change from 0 to 1) as per this post.
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
mbr_policy = overwrite
}
dev_mount sdcard1 /mnt/sdcard/external_sd 1 /devices/platform/mmci-omap-hs.1/mmc_host/mmc1
One thing I've notice, pc has a problem detecting the USB mass storage.
Any idea everyone?
br,

[Q] HELP Partially Bricked my Phone while swapping sd mount points HELP in swap

I tried to do it as each phone has.different vold.fstab
but i bricked my phone
PLEASE SOMEONE MODIFY vold.fstab file for my Ace Plus
I just have 1.8gb internal so help.me to get 32gb
Plz Help me and plz dont delete thread
Here is my vold.fstab
## 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
######################
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = disable
discard = enable
}
dev_mount sdcard /mnt/sdcard 23 /devices/platform/msm_sdcc.3/mmc_host/
# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
}
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.1/mmc_host/
# otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line ## keep this line
Plz anyone swap it
so.that i have 32gb internal
Please help

Move game data (obb) to SD

Hi!
I bought a microSD 32GB and want to install game which I before can't play because Optimus has only 8GB space.
I've got Jelly Cream Sandwich V3 with Shazo's Kernel, every data was installed on sdcard, another like Bard's Tale on __externalSD. I'm try to bind directory in Lucky Patcher, in Directory Binder, in GL2SD. Maybe is the way to standard install app data on this ExternalSD?
Or maybe someone try to bind files from Vice City/GTA 3/Asphalt 8, The Condiut?
Kryzyss said:
Hi!
I bought a microSD 32GB and want to install game which I before can't play because Optimus has only 8GB space.
I've got Jelly Cream Sandwich V3 with Shazo's Kernel, every data was installed on sdcard, another like Bard's Tale on __externalSD. I'm try to bind directory in Lucky Patcher, in Directory Binder, in GL2SD. Maybe is the way to standard install app data on this ExternalSD?
Or maybe someone try to bind files from Vice City/GTA 3/Asphalt 8, The Condiut?
Click to expand...
Click to collapse
try change vold to this
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
######################
dev_mount sdcard /mnt/sdcard auto /devices/platform/omap/omap_hsmmc.0/mmc_host
dev_mount extsdcard /mnt/sdcard/_ExternalSD 15 /devices/platform/omap/omap_hsmmc.1/mmc_host
it will swap int sd with ext sd
I have that, I changed sdcard witaj externalsd niedobre Trentino to bind data and not working. Let's try again.
In file vold.fstab I have that:
## 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 15 /devices/platform/omap/omap_hsmmc.1/mmc_host
dev_mount extsdcard /mnt/sdcard/_ExternalSD auto /devices/platform/omap/omap_hsmmc.0/mmc_host
#dev_mount sdcard /mnt/sdcard auto /devices/platform/mmci-omap-hs.1/mmc_host/mmc0
#dev_mount extsdcard /mnt/sdcard/_ExternalSD auto /devices/platform/mmci-omap-hs.0/mmc_host/mmc1
Click to expand...
Click to collapse
Need to be that?
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /mnt/sdcard/_ExternalSD 15 /devices/platform/omap/omap_hsmmc.1/mmc_host
dev_mount extsdcard /mnt/sdcard auto /devices/platform/omap/omap_hsmmc.0/mmc_host
#dev_mount sdcard /mnt/sdcard/_ExternalSD auto /devices/platform/mmci-omap-hs.1/mmc_host/mmc0
#dev_mount extsdcard /mnt/sdcard auto /devices/platform/mmci-omap-hs.0/mmc_host/mmc1
Click to expand...
Click to collapse

[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

Categories

Resources