Internal and External memory mislabelled/swapped - Galaxy Ace II General

I have searched the forums and I have seen guides for swapping internal and external memory, but I'm not sure they are referring to the same problem I'm having.
My phone thinks external is internal. I have no SD card inserted, phone boots and saves perfectly fine, but Windows (with the USB drivers) and Kies both think everything is being saved on external memory when there is no external memory!
In Windows it's listed as Card and Phone, card having everything on it, phone being completely empty.
It seems I can't copy files to either in Windows now, I could before.
How do I fix it? It happened after I put Jellybean Italian Job 1 on it.
Thanks.

http://d-h.st/L2j
Download this file and usig root explorer move it to /system/etc and change permissions to rw-r--r--
Next time post in Q&A

Rooobertinhooo said:
Download this file and usig root explorer move it to /system/etc and change permissions to rw-r--r--
Next time post in Q&A
Click to expand...
Click to collapse
Ok, sorry.
Thanks.

Np, you are new here

I dunno...
Hi, so I'm a newb as well and I am actually curious if this apply to my phone. You see, my log from that file 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
## storage_struct - ex) series, "/mnt/sdcard/extStorages" / parallel
######################
# internal sdcard
{
ums_sys_path = /sys/class/android_usb/f_mass_storage/lun0/file
secure_format = enable
discard = enable
}
dev_mount sdcard /storage/sdcard0 8 /devices/sdi2/mmc_host/mmc0/mmc0 encryptable_nonremovable
# external sdcard
{
ums_sys_path = /sys/class/android_usb/f_mass_storage/lun1/file
supported_exfat = disable
android_secure_containers = enable
}
dev_mount sdcard1 /storage/extSdCard auto /devices/sdi0/mmc_host/mmc1/mmc1
#usb host device
{
media_type = usb
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/msm_hsusb_host.0
#EOF
Thus, since I have seen thread
http://forum.xda-developers.com/showthread.php?t=1757767
where the file looks different, I ask you, is your file goning to work on my phone? I run the Portuguese TMN Jelly Bean.

ekhem...
Pardon me for being rude, however the issue is of great gravity for me. Is there anybody who can ease the pressing pain in the skull of my phone?

Related

[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,

Swapping internal and external sd in Android via vold.fstab HELP?

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?

[Q] I Need help swapping mounts D: Samsun 4G Blaze

I have a T - Mobile Samsung galazy S Blaze 4G and I have it rooted, with busy box and FX file viewer. It has a text editer built in. What do I change within my Vold.fstab file? this is EXACTLY what it looks like. PLEASE help me, I only have 1.2 gb of "Internal storage" and my sd card is 4gb D:
## 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
## storage_struct - ex) series, "/mnt/sdcard/extStorages" / parallel
######################
# internal sdcard
{
storage_struct = cover, "/mnt/sdcard/external_sd","/mnt/sdcard/usbStorage"
ums_sys_path = /sys/class/android_usb/f_mass_storage/lun/file
discard = enable
}
dev_mount sdcard /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0 encryptable_nonremovable
# external sdcard
{
ums_sys_path = /sys/class/android_usb/f_mass_storage/lun_ex/file
android_secure_containers = enable
}
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
#usb host device
{
media_type = usb
}
dev_mount sda /mnt/sdcard/usbStorage/UsbDriveA auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdb /mnt/sdcard/usbStorage/UsbDriveB auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdc /mnt/sdcard/usbStorage/UsbDriveC auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdd /mnt/sdcard/usbStorage/UsbDriveD auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sde /mnt/sdcard/usbStorage/UsbDriveE auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdf /mnt/sdcard/usbStorage/UsbDriveF auto /devices/platform/msm_hsusb_host.0
#EOF
D: all these views and no help? no Dev people out there TT_TT
hollow2318 said:
D: all these views and no help? no Dev people out there TT_TT
Click to expand...
Click to collapse
The reason there are no replies is because this has been asked many times already. Search for "swap" and you will see there are many threads in this section and the developer section.
Edit and more here:
http://forum.xda-developers.com/showthread.php?p=33562250&highlight=swap#post33562250

Modified vold.fstab for N7100???

Hello, does anyone here have the modified version of vold.fstab for the Note 2 N7100 ub irder to use the external sd as internal storage? I've tried to modify it but after a reboot everything crashed.
This is the original version of the file:
## 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
######################
#storage_struct = series, "/storage/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1/
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/s5p-ehci
#EOF
The modified version should be similar to this. Thanks.
Dan Law 001 said:
Hello, does anyone here have the modified version of vold.fstab for the Note 2 N7100 ub irder to use the external sd as internal storage? I've tried to modify it but after a reboot everything crashed.
This is the original version of the file:
## 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
######################
#storage_struct = series, "/storage/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1/
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/s5p-ehci
#EOF
The modified version should be similar to this. Thanks.
Click to expand...
Click to collapse
First wrong place to post as you will have a dedicated forum for your Model, which can be identified by using the "your device search".
Look here for detailed guide and if undermentioned method fails, you can use init.d method mentioned in it. Make sure you have nandroid backup before any attempt.
Change Red with Blue in vold fstab, and follow instructions as to what you need to do as written in above link
Check this out! You , YES! you are an " Android ". Not your phone but U.
You Must watch this documentary concerning your privacy Terms & Conditions we had agreed to, by using a PC or Smartphone
How to say Thank you? If you find any post helpful on XDA, click on their Thanks button
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you are using XDA App or Tapatalk, long press on the post and select :good: Thanks Its easier to give "Feedback" in this manner than make an additional post.​

[Q] vold.fstab

Please help me with editing vold.fstab. I want to switch the internal memory and sd card. I'm using Samsung GT-I8552.
## 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
######################
#storage_struct = series, "/mnt/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
android_secure_containers = enable
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/msm_sdcc.1/mmc_host/mmc1/
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/msm_hsusb_host/usb
#EOF
I saw a thread almost similar with my problem just different model, but same format of vold.fstab. Unfortunately I cant figure it out how to make it work on my GT-I8552.
HTML:
http://forum.xda-developers.com/showthread.php?t=2470255
dummypirate said:
Please help me with editing vold.fstab. I want to switch the internal memory and sd card. I'm using Samsung GT-I8552.
## 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
######################
#storage_struct = series, "/mnt/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
android_secure_containers = enable
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/msm_sdcc.1/mmc_host/mmc1/
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/msm_hsusb_host/usb
#EOF
I saw a thread almost similar with my problem just different model, but same format of vold.fstab. Unfortunately I cant figure it out how to make it work on my GT-I8552.
HTML:
http://forum.xda-developers.com/showthread.php?t=2470255
Click to expand...
Click to collapse
Is your device rooted already?
yes sir.. why?
Have you tried a software solution e.g. foldermount or app2sd as it would be more safe and easy?
Gesendet von meinem One S mit Tapatalk
LS.xD said:
Have you tried a software solution e.g. foldermount or app2sd as it would be more safe and easy?
Gesendet von meinem One S mit Tapatalk
Click to expand...
Click to collapse
no sir.. i prefer editing vold.fstab..
Please help me..
dummypirate said:
Please help me..
Click to expand...
Click to collapse
Here is a workaround --> LINK
And here is a full section for your phone including everything you will probably ever need... -> LINK

Categories

Resources