Related
How to partition your SD Card for us Newbies.
how can i do that? Ext2 , Ext3
i have a 8 gb sd card class 6. someone guide me please with a link
Thnx
acronis disk manager can do that but the card wouldnt boot in my phone, so i used the phones internal boot up manager to do it, unlocker.com has a video guide. i only been doing this my self passed 3 days and its been really confusing so good luck
Page 2 of the Q&A Forum
oMaRcO said:
How to partition your SD Card for us Newbies.
Thnx
Click to expand...
Click to collapse
Introductory Remarks:
- Ext Partition is only needed if your rom uses App2SD+ (Froyo app2sd works with basic Fat32 partition)
- "Install apps to sd" (ext) must sometimes be configured in your ROM, check the thread for your rom for infos...
- Backup your SD card before you start ! The following steps will wipe the contents !
- Ext partitions are only visible in Linux = Windows can't see it.
- Swap Partitions are no longer useful.
- You can check if you have a working ext partition with Quick system info (in app market)
- On first reboot after partition, android will move some apps to the SD, this will take a lot of time. Some people have reported a bootloop on green HTC Screen, one reported a need to Battery pull 4 times before it finally worked), so be patient!!!!
- If the device is plugged into a PC when you try to boot with the partitioned SDCard it never gets past the white HTC sceen & logo.
Now the tutorials:
A. Easiest way is to install Rom Manager:
1) install rom manager
2) choose partition sd card
- 512mb ext
- 0 swap
3) let RM do the rest... ;-)
- I believe Rom Manager (as of end of July) creates an ext2 partition, therefore if you want ext3 or 4, easiest is to go through Gparted, or if you have amonRa Recovery, I believe this function is present.
B. Another one is using Gparted:
(copied this from http://wiki.cyanogenmod.com/index.php?title=Apps2SD)
You can use a livecd of GParted, or use it from within Ubuntu (vid: http://www.youtube.com/watch?v=sVK-t...eature=related)
+ You can do this using your phone to mount the SD card or a Card adapter directly connected to your computer.
1) Connect your phone to your computer (or use an SD Card adapter...., in this case skip to 4))
2) Pull down the notification bar and mount the phone
3) Start Gparted
4) Gparted will search available drives. (Your phone should show up as a USB drive, and will be something like /dev/sdb1 or /dev/sdc1, etc..)
Warning: double-check you've not selected a hdd by mistake!
5) In the upper right corner, select the correct USB device for your phone. (i.e. check to make sure it is correct size for your SD card)
6) Right click on each partition and select 'unmount'
7) Right click on each partition and select 'delete'
If you know what you are doing, you can re-size the partitions and add a new 2nd partition formatted as ext2/3/4
8) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
9) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = fat32
Free Space Following = 512 (or whatever you want)
10) Click add
11) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
12) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = ext3 or 4 (recommend ext4)
Free Space Following = 0
Click add
13) [CHECK AGAIN you are working on your SD card and not your Hard Drive!!!!] Click edit, then 'Apply All Operations' to write changes to disk
14) Quit GParted
15) Unmount your SD Card
16) Reboot your phone and wait (see introductory remarks)
C. Recovery Images
Some Recovery Images also have a option to format your SD card from the recovery screen. (see http://forum.xda-developers.com/showthread.php?t=721792).
I have not tried that.
As long as you have an ext2/3/4 partition and the ROM you're flashing has A2SD support (check before you download the ROM), you are not required to do anything more.
D. How to check if it worked?
To check whether A2SD is working once you've flashed your ROM,
1)Download Quick System Info from the Market, and check under A2SD Storage, it should give you enough informations.
2)download the Android Terminal Emulator app from the market and use the following commands
Code:
su
ls -l /data
You should see your app directory pointing to /system/sd/app and app-private pointing to /system/sd/app-private (courtesy of ikkokusenkin)
E. Further Infos
See: http://geeks.pirillo.com/profiles/blogs/how-to-partition-an-sd-card or :
http://androidcommunity.com/forums/f...rtition-14232/ or:
http://theunlockr.com/2009/10/15/ho...-android-when-using-swap-hero-and-or-apps2sd/ (With Rav Recovery...) or:
http://forum.xda-developers.com/showthread.php?t=534714 (most complicated way.... )
related thread: http://forum.xda-developers.com/showthread.php?t=731432&page=2
F. Open Questions:
What I don't know:
- If the size of the ext partition matters (if you have to choose 256/512 or 1024, and can't have 600mb for example?
- What ROMs require ext partitions? (all with app2sd+, basic froyo app2sd doesn't require ext partition).
- If Class 6 SD cards really are that important (some webpages say that class 2 cards are not able to handle ext2 partitions and end up bricked.
- How to manage the contents in the ext partition when changing SD Cards... (do you need any management of your ext partition?) or you have to reinstall those apps????) See here.
- How to check if you bricked your sd card...
- etc...
Good Luck
Use Rom Manager
Completely painless, took less that 2 mins to do mine
PS - It may appear to stuck at the HTC white screen after completion, I just left it and
it booted up normally after about 3 mins
50 apps installed and 132MB spare!!
The first time round the Rom manager worked for me. But I again formatted the card thinking i had not followed the right partitioning so i tried again but i get stuck on a black screen with SU request written forever which needs to be force closed.
Please advise. thanks
I recently bought a 32gb sandisk and want to get that working heres what I have done with no luck:
I inserted the new memory card and it picked up fine on the phone then I went to rom manager to partition the card, 512mb and 0 swap it reboots but only stays in clockwork mod, from here I dont know what to do.
If I connect the phone to the computer with the card mounted it displays the card as raw not fat32 but music files drag and drop and easily play.
I could format it from the computer to fat32 but I'll wait and see what you guys say.
Chan_B said:
I recently bought a 32gb sandisk and want to get that working heres what I have done with no luck:
I inserted the new memory card and it picked up fine on the phone then I went to rom manager to partition the card, 512mb and 0 swap it reboots but only stays in clockwork mod, from here I dont know what to do.
If I connect the phone to the computer with the card mounted it displays the card as raw not fat32 but music files drag and drop and easily play.
I could format it from the computer to fat32 but I'll wait and see what you guys say.
Click to expand...
Click to collapse
Try to format the card back to fat32 using:
http://panasonic.jp/support/global/cs/sd/download/index.html
Then check out the Windows way of using parted to partition
http://androidandme.com/2009/08/news/how-to-manually-partition-your-sd-card-for-android-apps2sd/
After partitioning I use clockworkmod to upgrade ext2 to 3.
And you can't always set a linux swap of 0 so calculate 1MB for that part.
I got it to fat32 but then the windows way of using parted to partition seems difficult. How can I tell if I have partitioned my card successfully? How can I partition using clockworkmod only, when I go to partitions menu it only says mount or format, this is frustrating...
Chan_B said:
I got it to fat32 but then the windows way of using parted to partition seems difficult. How can I tell if I have partitioned my card successfully? How can I partition using clockworkmod only, when I go to partitions menu it only says mount or format, this is frustrating...
Click to expand...
Click to collapse
gparted has a live cd to partition your sd card
http://gparted.sourceforge.net/download.php
Hi, i see you all set swap as 0 does that mean its using phone internal storage as swap how fast is read/write of phone ram ? i have class2 32gb card i used the phone boot with the r5 windows.bat to get into it and i set 256 swap/512 ext2/ rest 32bit all seems to work fine.
i note that writing to the sd card is about 2MBps and read is 10MBps.
i have a class4 8gb that writes at 10MBps reads about 17MBps i have had both in the phone and i cant say that i notice lag on the 32GB but i havent had it more than a few days and coming from xda orbit its a big difference.
if i use the card as storage the phone becomes very lag but maybe thats cause in that mode it would have no swap file? might change that when i finally flash to froyo.
gparted kept saying it was unformatted when windows said it was formatted so i gave up with it.
gianton said:
gparted has a live cd to partition your sd card
Click to expand...
Click to collapse
Thanks, but I think I sorted it. Fingers crossed.
Just rooted my htc desire and used rom manager to partition my sd card (the one I got when I bought the phone). Everything fine.
then I bought a new Transcend micro sdhc 8GB... this memory card is not recognize by windows if using card reader. So..:
- I inserted into blackberry and connected using usb cable. My windows (Windows xp) can see and access it.
- formatted the new memory card to Fat32
- copy Open Desire and and Official Sense Froyo ROMs, both by Adam
- flashed to Sense Froyo ROM, and when it rebooted, it freezed.. cant get into the system
- flashed to OpenDesire, it worked.
- Download ROM Manager
- choose "Partition SD Card"
- Swap 0, Ext 512mb
- ERROR...
what should I do?
Did you download Clockworkmod recovery through ROM Manager before that?
If you create a partition using rom manager do you lose all your apps and settings that you already have in use.
thanks
jankos said:
Did you download Clockworkmod recovery through ROM Manager before that?
Click to expand...
Click to collapse
yes.. cos when i clicked partition sd card, it asked me to download clockworkmod first.
it goes to recovery screen but with "unsucsessfull" message. cant find sdcard/cache/update.zip ...
the funny thing is, if I copied update.zip from my old memory card into new one. and run update.zip from recovery screen... then it worked.
but when I checked with quick system info, app2sd only shows around 400mb. is that rite?
aoisora said:
yes.. cos when i clicked partition sd card, it asked me to download clockworkmod first.
it goes to recovery screen but with "unsucsessfull" message. cant find sdcard/cache/update.zip ...
the funny thing is, if I copied update.zip from my old memory card into new one. and run update.zip from recovery screen... then it worked.
but when I checked with quick system info, app2sd only shows around 400mb. is that rite?
Click to expand...
Click to collapse
Its showing around 400mb for me aswell, but how exactly can I tell if it is working. If I go to manage applications and click on sd card I have a couple that I moved over i.e rom manager but some apps are unmovable to sd card. Are these apps unmovable by design. I hope I haven't done it wrong.
BTW neophyte is the best rom I've used yet.
I made partition with Rom Manager.
Do I need now to "swap" ext2 to ext3?
If so, how do I do it?!
mattan said:
I made partition with Rom Manager.
Do I need now to "swap" ext2 to ext3?
If so, how do I do it?!
Click to expand...
Click to collapse
I think rom manager does that as ext3.
mattan said:
I made partition with Rom Manager.
Do I need now to "swap" ext2 to ext3?
If so, how do I do it?!
Click to expand...
Click to collapse
ROM Manager makes directly ext3 format. Do not worry about that
jankos said:
ROM Manager makes directly ext3 format. Do not worry about that
Click to expand...
Click to collapse
No it doesn't it makes a ext2 partition, you have to format to ext3... I have used gparted live cd to do this.
Sent from my HTC Desire using XDA App
On a rooted HTC Desire I installed the XDA rom: “LeeDrOiD V2.0 (30/08 l Official 2.2 l FAST l STABLE l OPTIONAL A2SD+)”.
I need to create on the SD Card (of 16GB) a partition EXT3.
I have used Quick System Info Pro and A2SC storage to check and it displays “Information not available”.
I have installed on HTC the utility “Rom Manager” in order to try to create the EXT type partition.
When I am trying to format with Rom Manager the software does not ask me what type of partition to create (EXT2 or EXT3), but only what size to have and the size of swap.
Can you help me by giving advice on how to create the EXT3 partition?
Thank you in advance.
Rom manager creates ext3 partitions.
Lennyuk said:
Rom manager creates ext3 partitions.
Click to expand...
Click to collapse
I partitioned with Rom Manager my sd card with Ext size=512MB and swap=0.
After that, again, Quick System Info Pro say, at <A2SD storage> : “Information not available”.
??
(sorry for my english)
Did you reboot your phone once done?
I am stuck in the same position, in Rom manager I select the size and swap and then it reboots. It now goes straight to a diagram of an exclamation mark in a white triangle and an Android bot. I waited for 15 minutes and nothing happens. Here I press the oj and there is some information stating that there is some problem with the update.zip. SOMEBODY PLEASE HELP!
EddyOS said:
Did you reboot your phone once done?
Click to expand...
Click to collapse
Yes.
And... exact like <David0123> !
Same thing here
I'm just gonna chime in and say I'm having the same issue here when trying to create the partition using rom manager.
I ended up creating the partition using gparted on my linux box, but after copying all the files back to my fat32 partition, and rebooting my phone it no longer recognizes the applications installed to sd using froyo a2sd. (I have not installed old school a2sd yet as it is not compatible with the version of CM I'm using... waiting for 6.1)
Is there a reason the phone wouldn't see the files for the applications? I created my fat32 partition first, then an ext3 with the remainder.
Is it possible to create a 1gb ext partition using ROM Manager?
Hi.
I have an HTC Desire (T-Mobile UK) usng the Pinky Desre 1.8 rom. I have ROM Manager Premium installed, but this only allows upto 512mb for an ext partition.
I have a 8gb MicroSD card and would liike to create a 1gb ext2/3/4 partiton.
Does anyone have any nfo on how I can do this (assumng that ts possible of course)
Thanks in advance
killawatts said:
I'm just gonna chime in and say I'm having the same issue here when trying to create the partition using rom manager.
I ended up creating the partition using gparted on my linux box, but after copying all the files back to my fat32 partition, and rebooting my phone it no longer recognizes the applications installed to sd using froyo a2sd. (I have not installed old school a2sd yet as it is not compatible with the version of CM I'm using... waiting for 6.1)
Is there a reason the phone wouldn't see the files for the applications? I created my fat32 partition first, then an ext3 with the remainder.
Click to expand...
Click to collapse
Have you tried
- moving all the apps on the SD back to the phone
- Do a backup i.e. Titanium
- Reboot phone
- Create partition using ROM Manager
- Re-install apps \ Move to SD
I haven't tried ths, but thinking logically, it should work
vybztymz said:
Have you tried
- moving all the apps on the SD back to the phone
- Do a backup i.e. Titanium
- Reboot phone
- Create partition using ROM Manager
- Re-install apps \ Move to SD
I haven't tried ths, but thinking logically, it should work
Click to expand...
Click to collapse
I have 16mb of available space on my phone with every application possible moved to the sd card so moving them back is out of the question. I guess I could always just do an brainapp sync for my free apps and re-install the rest from .apk. I'm thinking now I'll hold off until I get a class 6 to make the ext partition.
vybztymz said:
Hi.
I have an HTC Desire (T-Mobile UK) usng the Pinky Desre 1.8 rom. I have ROM Manager Premium installed, but this only allows upto 512mb for an ext partition.
I have a 8gb MicroSD card and would liike to create a 1gb ext2/3/4 partiton.
Does anyone have any nfo on how I can do this (assumng that ts possible of course)
Thanks in advance
Click to expand...
Click to collapse
Amon-Ra lets you make bigger partitions that Recovery Manager/ClockWorkMod
There is a way to do this via ADB I believe as well, or a linux partition manager like GParted.
Lennyuk said:
Amon-Ra lets you make bigger partitions that Recovery Manager/ClockWorkMod
There is a way to do this via ADB I believe as well, or a linux partition manager like GParted.
Click to expand...
Click to collapse
Thanks for the tip.
I'm checking the forums on Amon-Ra....need to know a few things i.e. can it be installed \ work with CW; does CW need to be uninstalled etc)
Will try the Linux G-Parted route as well.
Thanks
vybztymz said:
Thanks for the tip.
I'm checking the forums on Amon-Ra....need to know a few things i.e. can it be installed \ work with CW; does CW need to be uninstalled etc)
Will try the Linux G-Parted route as well.
Thanks
Click to expand...
Click to collapse
How mine is set up
Use Unrevoked to install Amon-Ra (that way if you enter recovery via HBOOT you go to Amon-Ra
Then keep RomManager installed, if you need to do anything via clockworkmod you can do it via this app, which "fake flashes" the recovery for its purposes, however still leaves Amon-Ra as its permanent recovery.
Lennyuk said:
How mine is set up
Use Unrevoked to install Amon-Ra (that way if you enter recovery via HBOOT you go to Amon-Ra
Then keep RomManager installed, if you need to do anything via clockworkmod you can do it via this app, which "fake flashes" the recovery for its purposes, however still leaves Amon-Ra as its permanent recovery.
Click to expand...
Click to collapse
Thanks again....
I rooted using Unrevoked via Slax, and just want to ask if usng Unrevoked again means I'll have to re-root...or can I just install Amon-Ra?
(apologies if this is a silly question)
My unanswered ROM Manager, SD Card Partition post looks like it belongs here
I rooted my dInc with UnRevoked & 4ever and am now running SkyRaider 3.0 Sense (seems stable & fast) and I see that there's an update available to SR Sense 3.1 RC3 - so I figure now might be a good time to use ROM Manager to create an Ext partition for Apps on my 16G Kingston Class 10 SD card - although, so far I've been using App2SD successfully w/o partitioning the card. What's the benefit? The ability to back up apps on the sd card?
Anyway, I did nandroid & Titanium backups and copied my entire card to a folder on my PC.
My first question is what size ext partition should I choose? (I do currently have a ton of apps - but will be paring down to a leaner machine with fewer redundant apps). Also, what swap size do you suggest?
2nd, when I copy from the PC's SD Card folder back SD Card, which files & folders go to the ext. partition? Just the moved apps?. Then, all the rest to the main partition?
Then, do I just mount the card in the phone and run the update with a full wipe?
I already have the Goodies installed but, will I want to d/l the newest kernel?
Lastly, which of Titaniums' batch restore scenarios is best to finish with? Missing Apps w/ data? All apps & system data?
I realize there are numerous ways to go on this but I'm hoping you folks have some experience you can share before I make any major changes to a phone that's really running pretty well.
Please keep in mind I'm working with ROM Manager and I haven't gotten into sdk, adb, emulation or overclocking - yet
Dartmouth70 said:
I rooted my dInc with UnRevoked & 4ever and am now running SkyRaider 3.0 Sense (seems stable & fast) and I see that there's an update available to SR Sense 3.1 RC3 - so I figure now might be a good time to use ROM Manager to create an Ext partition for Apps on my 16G Kingston Class 10 SD card - although, so far I've been using App2SD successfully w/o partitioning the card. What's the benefit? The ability to back up apps on the sd card?
Anyway, I did nandroid & Titanium backups and copied my entire card to a folder on my PC.
My first question is what size ext partition should I choose? (I do currently have a ton of apps - but will be paring down to a leaner machine with fewer redundant apps). Also, what swap size do you suggest?
2nd, when I copy from the PC's SD Card folder back SD Card, which files & folders go to the ext. partition? Just the moved apps?. Then, all the rest to the main partition?
Then, do I just mount the card in the phone and run the update with a full wipe?
I already have the Goodies installed but, will I want to d/l the newest kernel?
Lastly, which of Titaniums' batch restore scenarios is best to finish with? Missing Apps w/ data? All apps & system data?
I realize there are numerous ways to go on this but I'm hoping you folks have some experience you can share before I make any major changes to a phone that's really running pretty well.
Please keep in mind I'm working with ROM Manager and I haven't gotten into sdk, adb, emulation or overclocking - yet
Click to expand...
Click to collapse
(Q1) I have an 8gb sdcard and created a 1gb Ext2 partition using G-Parted (using Ubuntu 10.04 onmy thumb drive). You dont need to create SWAP. I did'nt use ROM Manager as it (a) totally wipes your sdcard and (b) it only allows for a 512mb partition. I still copied all my sdcard data to my NAS beforehand though....just in case
once I parttioned my sdcard,
I did a full wipe (incl. cache \ dalvic etc)
Installed custom ROM (Pinky Desire 1.8 – FRF91 Official Sense Release).
Then re-installed everything from scratch as, like you, was unsure how TB would restore my backups.
Then used TB to restore User apps w /Data. I figured that system apps were easier\safer to reconfigure manually
Once done, and tested - did an"all user apps+system data" backup with TB.
Booted into Recovery, and did Nandroid backup (and copied that to my NAS bos)
Dont worry about which apps go to the EXT partition. As I understand it, most free apps can be moved\installed to the SDCard; paid apps can only be moved\nstalled to sdcard if the developer has enabled it to do so. I use an app called App 2 SD - it dentifies which appa can be moved to sdcard.
I'm pretty sure that there are easier \ quicker ways, and that my way is over cautious, but it was useful in giving me a better understanding of Android.
I hope this helps.
Thanx for the feedback!
Sounds like about what I'll be doing - unless someone comes up with specific details on using ROM Manager.
What's particularly confusing is that even the apps that can be moved to the SD card only partially reside on the card.
Hi all,
I have a big problem with my desire well my class 6 32gb kingston card I should say.
I don't seem to be able to create an ext partition, I tried rom manager, but it doesn't work because it doesn't create it. It actually creates a partition which can't be recognized by my pc, rom, clockword or amon recovery, neither clockword recovery no amon's recovery seem to be able to create a working one at the moment.
Then, I tried to do it via adb and parted but it says parted not found, I pushed parted to sbin via adb and i tried to do it there, it works fine for creating fat32 partitions but when it comes to ext3 it goes until the end and then says some bug has been found in parted.
Then, I used gparted, I created a fat32 partition and then a ext3 partition, it shows clearly that the partitions are there but neither my leodroid rom nor either of the recoveries can see it, when I try to wipe it, it says unable to format (file exists).
Then, I used minitools partition wizard but with no avail, neither the rom nor the recovery can read the ext partition.
Any help is appriciated.
shav4life said:
Hi all,
I have a big problem with my desire well my class 6 32gb kingston card I should say.
I don't seem to be able to create an ext partition, I tried rom manager, but it doesn't work because it doesn't create it. It actually creates a partition which can't be recognized by my pc, rom, clockword or amon recovery, neither clockword recovery no amon's recovery seem to be able to create a working one at the moment.
Then, I tried to do it via adb and parted but it says parted not found, I pushed parted to sbin via adb and i tried to do it there, it works fine for creating fat32 partitions but when it comes to ext3 it goes until the end and then says some bug has been found in parted.
Then, I used gparted, I created a fat32 partition and then a ext3 partition, it shows clearly that the partitions are there but neither my leodroid rom nor either of the recoveries can see it, when I try to wipe it, it says unable to format (file exists).
Then, I used minitools partition wizard but with no avail, neither the rom nor the recovery can read the ext partition.
Any help is appriciated.
Click to expand...
Click to collapse
are you creating an ext 4 partition with gparted? i had the same problem with clockworkmod, the file exists error, so i tried with the unbuntu live cd (ext 4) and got the same error, i deleted the partition and this time created an ext 3 instead and all worked fine, maybe theres a problem with clockwork and ext 4 partitions
believe me i have tried 4, 3 and 2 and none of them seem to be readable. It's driving my crazy. Any idea why parted is not on my rom? or is it just my particular device having this issue?
Thanks,
I am having a similar problem, would appreciate if someone can help
in my case I tried to partition the stock 4 GB SD card that comes with the Desire into 480 MB EXT2 partition and the rest into FAT32, for this i tried:
- ROM Manager but if failed to create the partition after going to recovery
- used EASUS partition manager from my Windows Vista laptop, and it seemed that the partition were correctly created
Then I proceeded to try to flash a couple of ROMS that are using A2SD (Leedroid 2.2e and 2.2f , Modaco R9) and in each time I got stuck in splash screen. I tried for many times then I decided to try with a ROM not using A2SD (pre-rooted stock HTC Froyo) and my Desire came back to life again.
The problem is that after that point my SD card was not recognisable at all by the phone although I could use it on the Windows laptop
I wonder if someone can explain in details the best way to format a SD card to be able to work with A2SD or A2SD+, preferrably from the phone itself (clockwork recovery) or from Windows PC application
Thanks
Gam
gamgoum said:
I am having a similar problem, would appreciate if someone can help
in my case I tried to partition the stock 4 GB SD card that comes with the Desire into 480 MB EXT2 partition and the rest into FAT32, for this i tried:
- ROM Manager but if failed to create the partition after going to recovery
- used EASUS partition manager from my Windows Vista laptop, and it seemed that the partition were correctly created
Then I proceeded to try to flash a couple of ROMS that are using A2SD (Leedroid 2.2e and 2.2f , Modaco R9) and in each time I got stuck in splash screen. I tried for many times then I decided to try with a ROM not using A2SD (pre-rooted stock HTC Froyo) and my Desire came back to life again.
The problem is that after that point my SD card was not recognisable at all by the phone although I could use it on the Windows laptop
I wonder if someone can explain in details the best way to format a SD card to be able to work with A2SD or A2SD+, preferrably from the phone itself (clockwork recovery) or from Windows PC application
Thanks
Gam
Click to expand...
Click to collapse
I have the same problem, can any one help??? I gave lots of money to buy that sd card but I cant use it the way I want :S
Take a Usb-stick.
! YOUR DATA FROM YOUR STICK WILL BE LOST, BACKUP BEFOR GPARTED INSTALL!
! BACKUP YOUR DATA FROM YOUR DESIRE SD-CARD, ALL DATA WIL BE LOST USING THIS METHOD!
Download gparted, install it using unetbootin.
start gparted form your usb-stick.
Remove all partitions in GParted from your desire sd-card.
create a new partition form about 1Gb ext-4.
then create a new partition (fat-32) that fils the rest of your sd-card.
Note: the ext-4 partition needs to be in front of the fat-32 partition.
restore your desire sd-card data.
I hope this helps!
Keon91 said:
Take a Usb-stick.
! YOUR DATA FROM YOUR STICK WILL BE LOST, BACKUP BEFOR GPARTED INSTALL!
! BACKUP YOUR DATA FROM YOUR DESIRE SD-CARD, ALL DATA WIL BE LOST USING THIS METHOD!
Download gparted, install it using unetbootin.
start gparted form your usb-stick.
Remove all partitions in GParted from your desire sd-card.
create a new partition form about 1Gb ext-4.
then create a new partition (fat-32) that fils the rest of your sd-card.
Note: the ext-4 partition needs to be in front of the fat-32 partition.
restore your desire sd-card data.
I hope this helps!
Click to expand...
Click to collapse
Thank you Keon91. Gonna try this cos been having mega probs.
duryard said:
Thank you Keon91. Gonna try this cos been having mega probs.
Click to expand...
Click to collapse
Have you got it working?
Yes Thanks. All sorted now
Need some pointers from anyone that may be able to help out... I'm a first time rooter/modder, and have successfully rooted and modded my Desire, but for the life of me can't seem to be able to partition my SD card - I thought that would have been the simplest part!
Here's the guff;
PC running Vista
HTC Desire
32GB SanDisk (a real one purchased from play dot com)
Rooted using Unrevoked
Running ClockworkMod 2.5.0.7
Running CyanogenMod 6.1.0 RC1 Desire
All working perfectly, no issues.
Then I got to the point where I need to partition the SD card with an ext partition to allow for a2sd. I've now spent four 2AM nights trawling and googling through the intermaweb trying to figure out how to do this with no luck.
I have had the card for a few months and have been using almost the whole 30GB of the card for storage on and off (transferring to and from in Vista), but I also recently ran verification tests to confirm that there are no bad sectors/issues with the SD.
I have unsuccessfully tried all of the following methods to partition the SD;
ROM Manager --> Partition SD Card --> 512MB ext, 32MD swap and the rest fat, along with a number of other combinations. I am using the premium version 2.5.0.7... ROM Manager goes through the process, looks like it's done it's thing and then reboots, but then doesn't actually create the partitions!
GParted Live CD. I boot using the live CD, but no matter what, the SD just doesn't seem to show up here for some reason - I'm not really sure exactly what state I should be putting the phone in to make it work here??
Android Device Bridge (ADB) using the console manager thing. I get issues with parted, but I think that was because it was needing the Amon-Ra recovery?
Amon-Ra recovery. I couldn't find the proper recovery to use, didn't know what to do with it, and then wasn't sure if I should be getting rid of ClockworkMod, so didn't manage to use this either!
The 'Quick System Info' app confirms the status as:
SD Card Storage: total 29.2GB, free 29.2GB
A2SD storage: "information not available"
Internal storage: total 148MB, free 44.48MB
System storage: total 250MB, 132MB
System cache: 40MB, 38.7MB
Any help would be super-duper appreciated, so thanks in advance for your responses!
I just installed a couple of apps (angry birds/XDA) and rebooted, now Quick System Info says:
SD card storage: total 29.2GB, free 29.18GB
A2SD storage: total 21.3MB, free 6.1MB???*****
Internal storage: total 148MB, free 40.1MB
System storage: total 250MB, free 132MB
Click to expand...
Click to collapse
I had faced similar issues as well. I finally used ubuntu live cd that is a free to download bootable iso image and used gparted that is available in that.
gparted live cd did not detect my SD but it did in ubuntu. You can also use it to mount and see the contents of SD and resize if required. I recommend you download it.
I used MiniTool Partition Wizard Home Edition to part my SD card.....
... actually setting up A2SD on CM6.0.1 alludes me....
I can't remember if cyanogen actually supports a2sd+ or not but make your fat32 partition FIRST then just make your ext3 and swap in ROM Manager
Sent from my HTC Desire using XDA App
Thanks for the replies! - will give the ideas a try next week when get home...
Sent from my HTC Desire using XDA App
Any luck with this?
I _still_ can't get A2SD working with CM6.1
As Gparted live cd was not detecting my SD, I followed vpraveenis' suggestion and used Ubuntu live cd and the Gparted that comes with that - this finally picked up my SD where the Gparted live CD wouldn't.
It showed me that the 'partition SD card' option in ROM manager was actually working, as the SD card was already partitioned with a fat32, 512mb ext and 32mb swap.
I repartitioned it using the Ubuntu live cd Gparted with fat32, 1024mb ext4 and 32mb swap just to see it anything different happened. Same issue. a2sd didn't work.
bugmenot (cyanogen forum) advised that installing Darktremor A2SD fixed their issues so I tried that - this also didn't seem to make any difference.
Looking around now, there seems to be a number of users asking the same question and not getting anywhere.
Could this be a cyanogen mod issue? My understanding is that a2sd is included in 6.1CR1, so it should be working.
I'm currently trying to sort out some of the latest nightly builds so see if I have any luck there. Any other insights would be appreciated.
i faced the same problems with you, but i have solved it.
First, you need to download the unvoked 3.14 << which is the older version
then dl the RA-Desire-Recovery
Using the unvoked 3.14 to custom the RA-desire recovery. (connect the phone to computer)
then boot into the recovery by holding vol - and power and partition here.
Finished~~~~
Hi guys
I just bought a new 16gb class 6 Adata SDHC card and need help partitioning it in this way [Fat + 1GB Ext4 + 0.3GB Ext4 + 0.1GB Swap] as this is required for RCSMixHD rom which i want to flash...currently i am on leedroid 2.2c app2sd+ and a 4gb class 4 card....tried googling but couldnt find anything that worked for me....also how do some guys keep changing roms ? this task seems so tedious
BTW i have tried ubuntu method, had a ubuntu 9.04 disc - booted with it and opened gparted, but gparted doesnt detect my SD at all...ubuntu detects it though
You only need one its much faster with it anyway I've done a couple of random reboot and all is super fast and stable
Sent from my HTC Desire using XDA App
ohh...i dint know, but dev of RCSmixHD suggests those partitions, also please suggest how to partition the memory card
Thank you
Just did it via GParted method. I alredy had an ext3, so i did not have to format the fat32 - just upgrade to ext4! I can tell it fast
Also if you use the data2ext, then it is better to have more partitions.
There is a post in RCSMixHD how to use GParted.
create a gparted boot disc [ i used magiciso] then turn off your pc. restart your pc and get into the boot mennu [its f2 for me] set your cd drive higher in the list then your hdd. save changes. restart with disc in drive. it will load linux. while it is still loading, atach your phone in disk storage mode. i found if i hooked in my phone whengparted was completely loaded, it owuldnt recognuze my phone but if i had my phone loaded and ready when gparted finally fished loading, it would recognize it right of the bat. creating partitions is easy to do. and i recommend rc mix hd. i use it myself and its the best all around hd rom i could find and the only 1 i havent tried yet is cool hd v2a.
gparted live disk worked...thank you guys
I have been trying gparted on my sd card for the whole day, it goes on well, but CWM say can't find ext partition?? What to do??
I am getting this error while D2ext rom in CWM recovery
"Can't mount /dev/block/mmcblk0p2
invalid argument
Error mounting SDEXT:! "
Any idea what to do??
hei shakeebkazia
take contact I can help you with those "normal" upload sits.
[email protected]