Hey guys! I found some videos on YouTube and learned something about partitioning of the sdcard.And I believe that we need to choose some ext. partition of 128,256 or 512mb and do some swapping things.Will that actually increase the internal space on our phone? Can someone show me a thread regarding this or give me a detailed explanation??? Thanks!
Some ROMs have this feature implemented. (Void, megatron, etc) Nothing new...
Sent from my LG-P500 using XDA App
So will it increase internal storage space???
It doesn't increase it. The apps will install on sd card and you will have more free space on internal storage.
Sent from my LG-P500 using XDA App
Is it the same as Apps2sd?
Yes. App2sd needs that ext partition. Otherwise the phone simply uses the entire memory card with FAT filesystem.
masteryx said:
Yes. App2sd needs that ext partition. Otherwise the phone simply uses the entire memory card with FAT filesystem.
Click to expand...
Click to collapse
Do you mean the original 2GB SD has ext partition? I think there is only one partition although I can use apps-to-sd in my P500. What is the real benefit by using more than one partition?
Yeah I would like to know that too!
rikux said:
Do you mean the original 2GB SD has ext partition? I think there is only one partition although I can use apps-to-sd in my P500. What is the real benefit by using more than one partition?
Click to expand...
Click to collapse
No, rikux, the original card only has FAT partition.
EXT type partition should be created only if you plan to use app2sd with a custom ROM.
In case things are not clear, App2SD is a feature that moves installed applications onto the memory card. There are two ways of using it:
1. Simple install of the app from the market. Now you got yourself a nice little batch mover from internal memory to the card. It can not move apps installed as services and widgets. You could move the apps yourself, but you can only do it one by one - so there's where Apps2SD comes in handy because it lets you do it all at once. All clear so far, OK?
2. A more sophisticated use of this feature, actually called "a2sd" and used in the custom ROMs. What it does is tricking the phone into believing it has more internal memory available. But all this extra space must come from somewhere, right? Thus, this space it's taken from the memory card under the appearance of an EXT partition. Why EXT, I don't know - probably in order not to confuse the phone with two FAT partitions. Now, when you install an application, the app goes to the internal memory but physically it's hosted on the SD card... get it? No more "moving to SD card" necessary, because now if you choose to MOVE an app from the "internal memory" to the "SD card", what you're actually doing is moving it from the EXT partition to the FAT partition. Moreover, now even service apps and widgets go to the SD card, and everything happens automatically.
rikux, you're falling in the first case above.
AsherChua, what you've seen on Youtube fits in the second case above.
I really hope you understand now the differences, and the utility.
Masteryx thanks very much for the good explanation.
As I am not going to use any custom ROM, the Froyo 2.2 inbuild capability to install2SD one by one is enough for me. So it seems like I don't need any more partitions.
The question still remains, are these "App2SD" and "a2SD" somehow more efficient than the standart Froyo apps2sd, which cannot install all apps to sd and if it can then only a part of app is in sd. I assume methode 1. and 2. can install all apps to sd.
Still one question as my 2GB original SD is quite full allready. Is it OK to copy all from the original SD to a bigger SD with PC card reader? Can the new SD be formatted in PC and is FAT32 OK?
Method 1 can install on the card only the apps that Froyo allows, not all of them. Method 2 installs all of them on the card.
About the new card: yes, it will work just fine. Just make sure you copy everything, including the hidden files and folders.
I suggest formatting the new card in the phone. Let it "decide" what kind of FAT system should be used. I know that FAT32 is a bit more reliable, but the phone manual clearly states that the card should use FAT16 (aka FAT) file system. I'm pretty sure both will work exactly the same, so do as you please.
Thanks masteryx for the brilliant answer! One question though,I'm using megatron and it has apps2sd 'preinstalled' in that rom. So can I say that I have case 2 enabled too?
AsherChua said:
Thanks masteryx for the brilliant answer! One question though,I'm using megatron and it has apps2sd 'preinstalled' in that rom. So can I say that I have case 2 enabled too?
Click to expand...
Click to collapse
Yes, you do.
Right thanks!
Good day xda.
I just wanna ask on how to partition my sdcard. Im new to this stuff, and on android too. So please bear with me.
I have the mini pro, having problem on storage so i bought a 8gb sdcard. My apps is installed on internal memory and i cant find a way to install it on sdcard
Does anyone have a guide for partition?
Also, i would like to install some apps from market.. so my last question is..
How can i balance my sdcard partition for mini pro internal and external storage?
I'm really lost here.
Thanks! Sorry for asking some what-to-do stuffs.
Here is how to divide the card.
http://forum.xda-developers.com/wiki/index.php?title=SD_card_partitioning
Hi there. most of the threads about this here revolves about the steps of getting it working and not much on the reasoning.
My main question is if I format my SD card as EXT[2,3,4] it is available early during boot?
I am under the impression that with the basic linux knowledge i can change my init scripts to mount my app install area on the sd card and have more space.
Am i right on this? or having ext[2,3,4] on the SD for a completely different purpose?
No matter how many tutorials I've read I just don't understand... my guess is because of the terminology involved between the different SD cards involved... I simply want to have a partition on my MicroSD card where most of my apps live. That includes the libraries and .apk files. I don't care about large games. As far as I see, Link2SD just installs on the phone's internal SD card. How can I set that up? Is a second app needed (Foldermount?)
Hi all,
I want to gain a bit more usable space on my phone without reformatting and repartition my sd card, the best way I can think of doing this would be to place a virtual hdd file of some sort(VHD or equivalent) on my sd card, format it EXT4 and then mount it within android.
Does anyone have any ideas on how to do this?
I've searched everywhere but keep getting completely irrelevant results so if this has already been asked and answered then I'm sorry and would you mind pointing me in the right direction?
Many thanks
Wondering same and looking for the answer since long.
Got any response or found a solution?
Link2SD is a working solution for increasing internal memory i.e. by linking apps to 2nd partition on sd card. But I don't want to partition my sd card. Just a virtual partition (ISO or IMG file placed somewhere on sd card) should be mounted at /data/sdext2/ to which apps are linked.
I don't think it's an impractical idea.