[Q] How to swap internal & external storage? - Galaxy S III Q&A, Help & Troubleshooting

Does anyone know how to swap the internal storage with the sd card? The fstab looks funky.
Sent from my GT-I9300 using xda premium

Mister_Mxyzptlk said:
Does anyone know how to swap the internal storage with the sd card? The fstab looks funky.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
what do you mean by swap the internal storage with the external? dont you just normally use both internal and external together?

FOr what reasons? For apps to be moved/installed in the external SD?
Answer is at the moment Apps2SD doesn't work YET in s3

No. I mean to literally swap their mount directories. I've done this before on my Note. I edited my vold.fstab and with a little help got my internal storage mounted to /sdcard/ExternalSD and my 64GB SD card mounted to /sdcard. That's what I want to do here.
Sent from my GT-I9300 using xda premium

Anyone?
Sent from my GT-I9300 using xda premium

For what reasons do you want to do this?

Look in siyah kernel thread.he changed the vold.fstab mounted in adb.ask him about the swap.

zodiaxe66 said:
Look in siyah kernel thread.he changed the vold.fstab mounted in adb.ask him about the swap.
Click to expand...
Click to collapse
Thank you so much. And to answer the questions, I want to do this so my internal storage can be as big as the SD card I'm using. For example, I have the storage swapped on my n7000 so my 64GB SD card is read as internal storage and my 16GB internal storage is read as an external SD card.
Sent from my GT-I9300 using xda premium

bordikun said:
For what reasons do you want to do this?
Click to expand...
Click to collapse
I would like to do the same. i have done this switch on my note and it works flawlessly. I want to do this because I am a hardcore gamer and 16gb is nowhere near enough space to store all my game data, but my 64gb sd card is.

Mister_Mxyzptlk said:
Thank you so much. And to answer the questions, I want to do this so my internal storage can be as big as the SD card I'm using. For example, I have the storage swapped on my n7000 so my 64GB SD card is read as internal storage and my 16GB internal storage is read as an external SD card.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Never thought of it that way hehe. But I have a question about the setup: Have you ever had issues where your SD card randomly unmounted itself? If so, what happened to the system? Were you still able to run it or did it freeze or anything else?
Thanks

Not even once and I have had it set this way on my note for months through several different roms
Sent from my SCH-I535 using XDA Premium HD app

The internal SDcard is not a real partition but a userspace mount (fuser)
It's configured in the file /init.smdk4x12.rc with the exact definition:
Code:
service sdcard /system/bin/sdcard /data/media 1023 1023
I don't see the daemon getting any kind of configuration as to the target directory. Either it's hardcoded or it uses /system/etc/vold.conf definition volume_sdcard the mount_point value.
You can't use Easy UMS anymore though since it will unmount the external SD.
Just using the APK Directory Bind will work fine though to simulate folders on the external SDcard as being on the internal one.

You can swap over the Internal SD with your external SD so you could have a 64GB phone with a 16GB ext card (assuming your phone is a 16GB one) - take a look at ExtSd2InternalSd v4|Increase your data storage

Related

[Q] wasting space sdcard & externalSDcard

Hello.
I just bought a MicroSD, and saw on ESExplorer that the phone mounts the externalSD inside the sdcard folder /sdcard/external_sd
That way, it thinks I only have 11.5Gb available and everything I put inside my external_sd actually fills the internal memory.
I should have 11.5+8=19.5 but I don't.
Any way to fix this?
Thanks a lot!
I can't believe no one has a Galaxy S2 with an external Sd card!
SirDVV said:
I can't believe no one has a Galaxy S2 with an external Sd card!
Click to expand...
Click to collapse
Settings menu/storage and did you format it there first? Or do you use Kies and what is it using for sending stuff to your memory (Internal or External First?)
In settings/storage do you see both cards? In mine I can see SD card 29.81gb & USB storage 11.5gb.
Yes it shows the external card folder in the internal file explorer. It doesn't mean files are saved on the internal card. It was also like that on the S1 as well.
When you connect to PC in USB mode the PC will show both cards separately.
Sent from my GT-I9100
external_sd is just the mount point. You will only have ~12gb available on your internal memory because the phone uses some memory for the OS. I only have 7.4gb usable on my 8gb external sd. The available memory is always smaller than advertised
Sent from my GT-I9100 using XDA App

How does SDCard work?

Waiting for my AT&T model and had a question, how does the 16GB internal storage get presented at file system level? Is it mounted as /sdcard or something else? If so what does the external SD get mounted as? Trying to decide if I need an SDcard or not. 16GB is enough for me but concerned about app compatibility depending on how its setup.
Sent from my HTC One X using Tapatalk 2
Mounts as sdcard external card mounts as ext sdcard on stock firmware apps cannot be installed to ext sdcard.
Sent from my GT-I9300 using xda premium

Helly Bean external SD issues?

I've been running HB and following the dev forum regularly. I've heard of people having external SD card issues. I am wondering if I am having these issues too. When I try to move an app to my SD card, it moves it from one partition to the other, not the external SD. Is it supposed to do that or am I having the external SD card issues?
Thanks in advance.
Sent from my SGH-T959 using xda app-developers app
partition
HellsBells said:
I've been running HB and following the dev forum regularly. I've heard of people having external SD card issues. I am wondering if I am having these issues too. When I try to move an app to my SD card, it moves it from one partition to the other, not the external SD. Is it supposed to do that or am I having the external SD card issues?
Thanks in advance.
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
The dev shrunk the partition for the app storage (USB storage) I think... so when you move to sd your actually moving to the internal storage. I'm kinda new hear also but I read in the jb threads they did it for performance I believe. Hope this helps
HellsBells said:
I've been running HB and following the dev forum regularly. I've heard of people having external SD card issues. I am wondering if I am having these issues too. When I try to move an app to my SD card, it moves it from one partition to the other, not the external SD. Is it supposed to do that or am I having the external SD card issues?
Thanks in advance.
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
The internal SD is setup with a system partition a data partition and a datadata partition that between them takes up about 3gb. Leaving around 13gb left on internal SD. The system part is basically the apps from ROM. The data and datadata is basically apps you DL and use. So when you move an app to SD you move it from the data part to internal SD.
sent from the depths of helly bean

[Q] Directory Bind

Do I need to create a second partition for Directory Bind?
http://forum.xda-developers.com/showthread.php?t=1889550
No you just need an external memory card in the device for the files (apps, data, photos and other items) to be stored.
Sent from my GT-I9300 using xda premium
Nick Fury said:
No you just need an external memory card in the device for the files (apps, data, photos and other items) to be stored.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
So I should format my SD card to FAT32?
As an Alternative you can us External SD 2 Internal SD mod found here in the XDA forum.
Using it with my 64gb external and it works flawlessly. Internal Mem read 64gb, external reads 16gb
Moved all app data over and everything works perfect.
Because I am bored at work I found you the link if your interested: http://forum.xda-developers.com/showthread.php?t=1772234&highlight=ext

[Q] Rezound file structure

I have explored the phone using ES File Explorer. But, I just can't seem to grasp the file structure.
There is an sdcard folder, sn SDcard0 and sdcard1. Some folders and their contents appear to be mirrored in other places. There are several sdcard folders, in various other places. Just confusing as heck to me.
Can someone please explain the file structure to me. What is the external card. What is the internal card? Why is there are internal card? Why are there multiples of the same folder. What does mnt mean?
Thanks for the help.
This won't answer much but sdcard is the removable one and emmc is the internal storage. Idk why its there's short cuts everywhere, maybe its just faster access but it doesn't take up space
Are you trying to do something specific?
Sent from my ADR6425LVW using xda app-developers app
wiredwrx said:
I have explored the phone using ES File Explorer. But, I just can't seem to grasp the file structure.
There is an sdcard folder, sn SDcard0 and sdcard1. Some folders and their contents appear to be mirrored in other places. There are several sdcard folders, in various other places. Just confusing as heck to me.
Can someone please explain the file structure to me. What is the external card. What is the internal card? Why is there are internal card? Why are there multiples of the same folder. What does mnt mean?
Thanks for the help.
Click to expand...
Click to collapse
The external card is the Micro SD card you see when you take the back cover of your phone off.
The internal card is the 16 gb of internal storage that is part of the motherboard.
The internal card gives you more storage and is also where some system files are.
Multiples of the same folder? I dunno.
mnt is usually the "mount" folder in a linux OS (which Android is) and where drives and storage is mounted.
GrayTheWolf said:
The external card is the Micro SD card you see when you take the back cover of your phone off.
The internal card is the 16 gb of internal storage that is part of the motherboard.
The internal card gives you more storage and is also where some system files are.
Multiples of the same folder? I dunno.
mnt is usually the "mount" folder in a linux OS (which Android is) and where drives and storage is mounted.
Click to expand...
Click to collapse
actually the Removable sd card is the 16Gb one. not the internal
bunchies said:
actually the Removable sd card is the 16Gb one not the internal
Click to expand...
Click to collapse
The internal is 16gb and the phone comes with a 16gb for the external as well - it's partitioned though, so there's the "internal" and "phone" for the internal 16gb card, then "storage card" for the external if you look under storage in settings. My removable external is a 64gb. :highfive:
Hmmm, I haven't upgraded mine yet but I only have 600mb left total Lol
Sent from my ADR6425LVW using xda app-developers app
bunchies said:
actually the Removable sd card is the 16Gb one. not the internal
Click to expand...
Click to collapse
The Rezound has 16 GB of internal memory and comes with a 16 GB micro SD card.
GrayTheWolf said:
The Rezound has 16 GB of internal memory and comes with a 16 GB micro SD card.
Click to expand...
Click to collapse
I just found that out
I assumed because my micro SD said 16Gb and internal was partitioned at 10gb than I tested by taking out the micro SD card and than booting into twrp and used the file manager to see if sdcard was gone and it was but emmc was still present
Sent from my ADR6425LVW using xda app-developers app
bunchies said:
I just found that out
I assumed because my micro SD said 16Gb and internal was partitioned at 10gb than I tested by taking out the micro SD card and than booting into twrp and used the file manager to see if sdcard was gone and it was but emmc was still present
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
bunchies said:
Hmmm, I haven't upgraded mine yet but I only have 600mb left total Lol
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Well you can get a 64gb card for $100 less than I got mine for, well actually, for $55 more since mine was a xmas gift.
Seriously, you can get a 64gb card for less than $60 on amazon.
Sweet, I'll make sure to buy one to store more music and adventure time on since I have a road trip in about a month and a half
Sent from my ADR6425LVW using xda app-developers app

Categories

Resources