[Q] Problem with EXTERNAL SD CARD - LG Optimus 2x

I have try many things and lost many hours and can't find a answear to my Problem.
I have rooted my Optimus 2X and have installed the rom:
[ROM][JB] [4.2.2] Avatar ROM for LG Optimus 2X (p990) - Updated[Feb 28, 2013]
I want to use my 32GB SD Card for all my Apps but the internal memory of 8 GB is splitet into 2 Partitions
The First 1,48 GB this use the Phone to install apps
And a Second with 4,64 GB this is shown in every App as the SD Card but it isn't.
The 32 GB SD Card is listened but i can't move any Apps into it.
I have tryed many programs like Link2SD, Mounts2SD, Root All 2SD and have formated 2 Partitions 1 in ext4 the other in fat32 but nothing works.
Is there a way to made the internal Memory to one Partition and the Extern to the other?
In Root All 2 SD can i say that the App saves everything on the External SD but it thinks the Second 4,64 GB Partition of the Internal Memory is the External SD Card.
Can someone please help me? i try since 10 hours or more.
Sorry my bad english.

i have found a way now and it was very easy to do:
i have edited in the internal memory in the "etc" folder the file called "vold.fstab"
i have changed this:
#######################
## 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 /storage/sdcard1 auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
dev_mount emmc /storage/sdcard 11 /devices/platform/sdhci-tegra.3/mmc_host/mmc0
into this
#######################
## 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 /storage/sdcard auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
dev_mount emmc /storage/sdcard1 11 /devices/platform/sdhci-tegra.3/mmc_host/mmc0
maybe have someone the same problem with this and can fix it like the way i do.
And all thanks only goes to God :good:
Source:
http://www.android-hilfe.de/root-cu...go/319802-interne-sd-externe-sd-tauschen.html

Thank you
Thank you so much Heima77, I had exactly the same issue and I could fix it thanks to you.
Best wishes !

Related

Can't Use Camera After Encryption Unsuccessful Workaround (vold.fstab?)

Hi,
I'm currently having an issue with trying to set up my sd card to mount to use the camera/other apps.
I ran into the encryption unsuccessful bug, and am using the external sd workaround with partitions.
I've tried changing the vold.fstab with some guides, but it isn't working for me...
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
######################
# internal sdcard
dev_mount sdcard /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount emmc /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
This particular fix isn't changing anything for me either:
Code:
# internal sdcard
dev_mount emmc /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
[/CODE]
I recently was able to bind /mnt/emmc to /sdcard/external_sd. This enabled me to use usb mass storage mode again (which hadn't been showing up when I plugged in my cable). However, I'm still unable to use my camera and other apps that require an SD Card.
I'm currently running Cyanogenmod 9.1 Stable.
Any help would be great, thank you!
Alright, I was able to fix this myself. Hadn't seen any suggestions for this particular fix:
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
######################
# internal sdcard
dev_mount sdcard /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount emmc /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
How did you fix it ?
How did you fix it ? Changes in vold.fstab are not working for me. They seem to be ignored
nightstalkerpoet said:
Alright, I was able to fix this myself. Hadn't seen any suggestions for this particular fix:
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
######################
# internal sdcard
dev_mount sdcard /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount emmc /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
Click to expand...
Click to collapse

Corrupt sdcard. Can't access the camera.

Was on the Lanlight Alpha when my sdcard became corrupted, now flashed to AOKP. Figured that it has nothing to do with the ROM, but more so JB itself and how our phone handles the sdcard when on it. Now have to use my external as my internal, but by doing this my camera app won't start up, saying "there is no external storage present." Tried editing my vold.fstab, but I guess I'm doing it incorrectly because it would just stick onto the loading screen when booting up and would never move on.
vold.fstab looks like this
## 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
######################
#FIXME: Swap again?
# internal sdcard
dev_mount emmc /storage/sdcard1 auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
# external sdcard
dev_mount sdcard /storage/sdcard0 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
Click to expand...
Click to collapse

[Q] Help Editing "vold.fstab"

Hi,
recently I bring back to life my SGS I9000 with broken Internal chip.
This all was possible through this video: http://www.youtube.com/watch?v=zdMhYYdMB08
Now I have two partitions 2GB (system-Android) and 6GB to use as SD Card
The problem is there... If I edit the vold.fstab file as in the video, I can't boot my phone anymore it just stays in CyaogenMod.
Now I need help from you to tell me how to edit my vold.fstab file
There is the original one I just copied it from /system/etc
May you edit it for me?
Thank you everyone.
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
######################
# internal sdcard
dev_mount sdcard /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount emmc /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
Nobody?
I though this was a frequent forum???
Still waiting
Sorry to ditrub
agronn19 said:
Hi,
recently I bring back to life my SGS I9000 with broken Internal chip.
This all was possible through this video: http://www.youtube.com/watch?v=zdMhYYdMB08
Now I have two partitions 2GB (system-Android) and 6GB to use as SD Card
The problem is there... If I edit the vold.fstab file as in the video, I can't boot my phone anymore it just stays in CyaogenMod.
Now I need help from you to tell me how to edit my vold.fstab file
There is the original one I just copied it from /system/etc
May you edit it for me?
Thank you everyone.
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
######################
# internal sdcard
dev_mount sdcard /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount emmc /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
Click to expand...
Click to collapse
Hi,
As I can see in the video, he is just swapping the mounts. So, according to the original vold.fstab file you copied, I think after the modifications it should look like 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
######################
# internal sdcard
dev_mount emmc /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount sdcard /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
Is this what you already tried?
I hope it helps.
Professore said:
Hi,
As I can see in the video, he is just swapping the mounts. So, according to the original vold.fstab file you copied, I think after the modifications it should look like 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
######################
# internal sdcard
dev_mount emmc /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount sdcard /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
Is this what you already tried?
I hope it helps.
Click to expand...
Click to collapse
Lol u replyed and so he Died lool
It worked for me, Thanks ^^
helppppppp please
Hi everybody....
My internal sd broken & i install cm 4.2.2 on micro sd ram by recovery.
All is ok , BUT must switch sdcard in vold.fstab file , becuase device not detect any sdcard for camera , galery,download &.,.....
Please edit for working it......
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label #
#FIXME: Swap again?
# internal sdcard
dev_mount emmc /storage/sdcard1 auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
# external sdcard
dev_mount sdcard /storage/sdcard0 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
-----------------------

[Q] SD card problem after JB update

Hi, I'm new here. I looked around for a similar problem to mine but haven't seen it. Please be kind if I have missed it.
I finally updated from GB last night to ICS and then to JB. I've got root again finally. Now the problem is that I don't have access to my SD card.
My system version is: 98.72.18.XT894.Verizon.en.US
Android version is 4.1.2
Before the update I had swapped the SD card with the internal storage through void.fstab. To avoid problems with the update I restored the original fstab file to swap them back. Now these are the symptoms I see:
When I go to Settings > Storage, it force closes and I get the error "Unfortunatly, Settings has stopped."
When I browse to /sdcard in Root Explorer it says "The SD card is not currently mounted"
When I browse to /sdcard-ext in Root Explorer it just shows an empty folder
When I stuck the SD card in my computer, I could see everything I had on there before the update
Currently I'm using the original void.fstab file, but even when I try to switch, nothing changes. This is the original void.fstab I am using right now:
Code:
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point[:[asec_point]:[lun_point]]> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## asec_point - Whether asec mount is needed for this value, if not, use "none"
## Else, supply a folder name under /mnt/secure/
## If not supplied, "asec" will used by default
## If supplied, /mnt/secure/asec_point will be used
## This is for further extension, not needed now
## lun_point - The target lun device for this volume. If not supplied, will use
## /sys/devices/platform/usb_mass_storage/lun0/file
## else, will use /sys/devices/platform/usb_mass_storage/lun_point/file
## part - Partition # (1 based), or 'auto' for first usable partition.
## For a disk with only 1 partition, use '1' is different to 'auto'
## Using 1, will not re-write its partition table when formatting
## <sysfs_path> - List of sysfs paths to source devices
######################
# external sd card
dev_mount sdcard-ext /storage/sdcard1:none:lun1 auto /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc0
# internal eMMC
dev_mount sdcard /storage/sdcard0:: 25 /devices/platform/omap/omap_hsmmc.1/mmc_host/mmc1
## 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
# flash drive connection through hub connected to USB3
dev_mount usbdisk_1.1.1 /storage/usbdisk_1.1.1 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.1.1
dev_mount usbdisk_1.1 /storage/usbdisk_1.1 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.1
dev_mount usbdisk_1.2 /storage/usbdisk_1.2 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.2
dev_mount usbdisk_1.3 /storage/usbdisk_1.3 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.3
dev_mount usbdisk_1.4 /storage/usbdisk_1.4 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.4
dev_mount usbdisk_1.5 /storage/usbdisk_1.5 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.5
dev_mount usbdisk_1.6 /storage/usbdisk_1.6 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.6
dev_mount usbdisk_1.7 /storage/usbdisk_1.7 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb3/3-1/3-1.7
Has anybody else had this problem? Does anybody have any suggestions on what to do here? Thank you for any help you can provide!
Yea!!
Actually I'm surprised that I'm not the only one, but it seems like this is a small problem. I can't mount internal or sd storage, and when I go into settings to mount, settings cashes. The phone WAS rooted when I updated from ICS.
jthree2001 said:
Actually I'm surprised that I'm not the only one, but it seems like this is a small problem. I can't mount internal or sd storage, and when I go into settings to mount, settings cashes. The phone WAS rooted when I updated from ICS.
Click to expand...
Click to collapse
So I got it to work, I re-flashed JB using the Matt's jb flash thingy without the SDcard, and it corrected itself. I should also note that I had an extra partition on my sdcard so I think it had something to do with it.
jthree2001 said:
So I got it to work, I re-flashed JB using the Matt's jb flash thingy without the SDcard, and it corrected itself. I should also note that I had an extra partition on my sdcard so I think it had something to do with it.
Click to expand...
Click to collapse
Ok, I just reset to factory default, but it still crashed when I tried to open up Storage in Settings right after the reset. What is this "Matt's jb flash thingy" and where can I get it?
*EDIT*: Are you possibly talking about the post on droidforums titled "DROID RAZR Utility XT912 Jellybean" by mattlgroff (can't link to it yet)? I think that's what I used originally. I'm going to try it again, but I've formatted my SD card and am no longer root after the factory reset. Hopefully it works this time.

[Q] internal sd broken

Hi everybody...
My internal sd broken & i install cm 4.2.2 on micro sd ram by recovery.
All is ok , BUT must switch sdcard in vold.fstab file , becuase device not detect any sdcard for camera , galery,download &.,.....
Please edit for working it......
Sumsung galaxy s i9000
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label #
#FIXME: Swap again?
# internal sdcard
dev_mount emmc /storage/sdcard1 auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
# external sdcard
dev_mount sdcard /storage/sdcard0 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
-----------------------

Categories

Resources