[Q] SD card help - Motorola Droid X2

I am new to this and i want to swap my 8gb sd card to a 16 or 32....can anyone tell me the steps on how to go as far as formatting or doing a partition on the card....not sure how and don't want to mess up....thanks

Insert new SD. Go to settings/storage and data/ Press erase on the SD u wish to erase.
Cyanogenmod

OR, you can back up your current sdcard contents into a folder on a computer,turn off phone, insert new sdcard into phone,turn on phone, reconnect to computer. Copy and paste the contents of your sdcard backup folder,minus the main folder name you filed it under, then reboot.
Sent from my MX2 using XDA.

be careful which one you choose to format if doing it from your phones settings
remember
the sdcards are flip flipped if running eclipse
if running cm7 I don't think they are flipped
just backup all files to be safe to your computer
Sent from my DROID X2 using Tapatalk

Then i am assuming that i dont have to partition the card or format....just stick it in and boot the phone...I backed up my card to the computer already...

jaxgmfb said:
Then i am assuming that i dont have to partition the card or format....just stick it in and boot the phone...I backed up my card to the computer already...
Click to expand...
Click to collapse
are you running a ROM??
and no need to partition anything
don't even TRY to partition BSR if that's what you are talking about
I'm pretty sure it will mess up something

Related

[Q] Screwed up sd and more

I just created a ext3 partition for my sd and it got screwed the phone couldnt recognise it said it has corrupted. ended up formatting it through phone now my firmwares screwed cant mount sd, keeps rebooting and not able to use the notification bar (TRIPMIUI mod by cf) now im reflashing my FW throuugh SEUS. Lost all my contacts and messages. Can somebody tell me where did i go wrong to cause this landslide of BULL?
- formatting sd should go first Fat32 then the remaining space go to ext2/ext3..
- both should be formatted in primary. The phone need to read the fat32, those ext2/ext3 are for the system link which only work after the phone boot up normally.
- Full backup is always a good way to prevent any unwanted landslide of fire...
I have the same issue. Partitioned my SD card and my phone could not find it after. I also tried to resize my fat32 partition with data on it along with a ext3 partition to see if it would find my sd card but had no luck making it work.
farsight73 said:
- formatting sd should go first Fat32 then the remaining space go to ext2/ext3..
- both should be formatted in primary. The phone need to read the fat32, those ext2/ext3 are for the system link which only work after the phone boot up normally.
- Full backup is always a good way to prevent any unwanted landslide of fire...
Click to expand...
Click to collapse
Sent from my X10i using XDA Premium App
If you want to start over, reformat your SD card with this:
http://www.sdcard.org/consumers/formatter_3/
For some reason, some of the custom roms do not recognize the SD card after you've created partitions. Reformat and try again.
Even when I reformat my sd card the phone does not detect it. I believe that its because of my ext3 partition. seems like the phone reads the 2nd partition (ext3) as the main partition of the sd card.
Where does the android system determine which partition is the main one?
There must be some type of script that tells the system what partition to look for. Am I right?
If there is then maybe we could mod the script so it, always reads from a certain position first.
Anybody know anything about something like this?
sopdogg said:
If you want to start over, reformat your SD card with this:
http://www.sdcard.org/consumers/formatter_3/
For some reason, some of the custom roms do not recognize the SD card after you've created partitions. Reformat and try again.
Click to expand...
Click to collapse
Sent from my X10i using XDA Premium App
Follow this thread.... this works fine....
http://forum.xda-developers.com/wiki/index.php?title=SD_card_partitioning
Thanks, I will try that and see how it works out.
Sent from my X10i using XDA Premium App
since u seem to be using froyo rom u do not need additional partition of ext2/3 on sdcard... app2sd is already implemented in most 2.2 roms and work with fat32 partition of sdcard without any issues...
sd card not recognized after installing 2.2
please i need some help.. my phone wont recognize my sd card after i installed 2.2 froyo custo rom.. and one more thing, i used the backup/restore on xrecovery but it says mismatch
i have done the samething but... i choosed the ext2 instead of ext3 try that? maybe it will help and remember to set up both as "primary" goodluck.
microsd not recognized
follow the second post on the thread ------ >>>>> http://forum.xda-developers.com/showthread.php?p=12183416#post12183416
hope it helps
cheers
i tried to reformat my sd card.. i used card reader to insert my sdcard
and used mini tool partition wizard but still no luck.. it jut says there that "bad disk"
please need some help..
thanks.. hope it will work..
shahkam said:
i have done the samething but... i choosed the ext2 instead of ext3 try that? maybe it will help and remember to set up both as "primary" goodluck.
Click to expand...
Click to collapse
thanks bro.. so you mean to reformat my sd card? but how about the files and programs i have saved into that sd card? wud that be erased?
edit: already found a way
i used other sdcard then i reflash my phone back to 2.1 using update service.. and it works..
and yehey, it reads my old sdcard.. tnx to all

Sdcard vs Sdcard2 vs Sd_ext - can this be fixed?

Why did they make the sdcard folder on the internal ram? All my apps write to arcade not ed_ext. Titaniumbackup, Rom manager, browser, you name it. Not to mention a factory wipe in cwm wipes the arcade folder. Am I missing something? Are the devs going to fix this within the Rom?
Great question... This gets on my nerves.... It wasn't this way on my Droid Charge and boom I saw it on my Bionic and now the Rezound...
Sent from my HTC Rezound using Tapatalk
That is because we are using a Unix file structure. (EXT/2/3/4) Unix (and its derivatives) see drives (USB drives, extra internal drives, SD cards, etc) as folders/files not as devices. There are ways to make these devices appear to show up as a device rather than a folder to the user, but at its core it is still treated as a folder by the kernel.
Desktop linux file structure has all extra storage devices listed as folders in the /media folder of the / (root) partition of the file system.
This structure is also why we have the /system and /data partitions in Android. Its another throw over from the linux base (desktop linux is usually / and /user or /home)
Seems there is no consistancy between OEMs and how they tell the file system to arrange user storage. Some have /SDCARD1 /SDCARD2 and HTC has the external card listed inside the internal memory. It could be that the internal memory is mapped to the /media of regular linux.
/sdcard is a symbolic link (shortcut) for /mnt/sdcard and /sdcard2 is a symlink for /mnt/sdcard/ext_sd
So really they are all the same, just how they choose to link the location is different. Either way, that is just how linux works.
Can this be remapped? Is so, how?
maniac2k said:
Can this be remapped? Is so, how?
Click to expand...
Click to collapse
vold.fstab modification EXPERIMENTAL
Read the whole thread first before you decide
http://forum.xda-developers.com/showthread.php?t=1383330
considering the available storage does it really matter where the data goes?
I've just htcdev unlocked my bootloader (which wipes the phone) and it didn't touch the internal sd card or sd card2. Installing a ROM that wipes the device did not either.
So what's the big deal where it goes? I use the internal storage for apps and game data and my 32gb sd card for media and roms.
nrfitchett4 said:
considering the available storage does it really matter where the data goes?
I've just htcdev unlocked my bootloader (which wipes the phone) and it didn't touch the internal sd card or sd card2. Installing a ROM that wipes the device did not either.
So what's the big deal where it goes? I use the internal storage for apps and game data and my 32gb sd card for media and roms.
Click to expand...
Click to collapse
And all that really means is that, if your application writes data to a different location, you just copy the data to your SD card. Not really a lot of work. Got used to it with my Dell Streak 7...
Sent from my ADR6425LVW using Tapatalk
When I did a few wipes, it did wipe my sdcard folder. That is problem 1. #2 is then I have to config all my apps that default to sdcard. #3 I have to now backup sdcard and sdcard2. #4 wah I don't want change.
nrfitchett4 said:
considering the available storage does it really matter where the data goes?
I've just htcdev unlocked my bootloader (which wipes the phone) and it didn't touch the internal sd card or sd card2. Installing a ROM that wipes the device did not either.
So what's the big deal where it goes? I use the internal storage for apps and game data and my 32gb sd card for media and roms.
Click to expand...
Click to collapse
Sent from my ADR6425LVW using XDA App
maniac2k said:
When I did a few wipes, it did wipe my sdcard folder. That is problem 1. #2 is then I have to config all my apps that default to sdcard. #3 I have to now backup sdcard and sdcard2. #4 wah I don't want change.
Sent from my ADR6425LVW using XDA App
Click to expand...
Click to collapse
That's what I read, so I backed it up, but htcdev didn't wipe it on my device (does a factory reset when unlocking), and it wasn't wiped when I installed chingy's rom (that auto wipes), so I don't know why some are experiencing this.
Not to mention that wiping with amon ra also does not delete the internal sd card.
md303 said:
vold.fstab modification EXPERIMENTAL
Read the whole thread first before you decide
http://forum.xda-developers.com/showthread.php?t=1383330
Click to expand...
Click to collapse
Modded the vold.fstab per your link and it worked. Thanks!
http://forum.xda-developers.com/showthread.php?t=2072751
enter here to fix default install location to sdcard2:
http://forum.xda-developers.com/showthread.php?t=2072751
Titanium backup was mentioned, it's really easy to go into preferences and edit the backup storage location. I used to walk a lot of people through it with the remote unlocking process I would do.
Sent from my ADR6425LVW using xda premium

[Q] How to create a swap partion

heyguys, most of the time i dont have enough ram when using facebook and messenger or browser, so the launcher closes (although i have ticked keep in memory)
so i want to create a swap partion to have more ram (is that statement correct) ?
pls help me, thx for reply
im using nAa kernel and ROM
OK i already found a tutorial which is working.
http://forum.xda-developers.com/showthread.php?t=1457635
This methos work better than simply use swapper from market?
Sent from my U20i using Tapatalk
cwm based recovery can make swap ext easy
anyone can explain easier ways to make partition and swap than the one explained in the tutorials abovee??
as described above, the easy-way is with cwm... just a bit of buttons pushed
blackkzero said:
as described above, the easy-way is with cwm... just a bit of buttons pushed
Click to expand...
Click to collapse
but you mean for both... swap and partition? with cwm?
in that case, could you explain briefely how to do it and what should i do first? I mean, with my sd card (format it, reflash the new rom after that...)
sorry I'm a bit lost in this things...
And if i did the partitions and i wouldn't be satisfied how may I undo all that?
If its too much to explain here if you knew any page to send me I would apreciate it
thanks!!
yomiguy said:
but you mean for both... swap and partition? with cwm?
in that case, could you explain briefely how to do it and what should i do first? I mean, with my sd card (format it, reflash the new rom after that...)
sorry I'm a bit lost in this things...
And if i did the partitions and i wouldn't be satisfied how may I undo all that?
If its too much to explain here if you knew any page to send me I would apreciate it
thanks!!
Click to expand...
Click to collapse
First and always and most importantly. Prepare. That means making backups and preparing yourself for the possibility of losing your sd card or phone .
Steps:
1. copy contents of sd card to computer. you will lose the data stored on your sd card by doing this.
2. reboot to recovery
3. go to advanced
4. go to patition sd card
5. choose how much for the sd-ext size
6. choose how much will go to swap size(usually half of the ext size)
7. reboot phone
8. wait for a while
9. copy contents from pc to sd card
10. enjoy
demoniacs said:
First and always and most importantly. Prepare. That means making backups and preparing yourself for the possibility of losing your sd card or phone .
Steps:
1. copy contents of sd card to computer. you will lose the data stored on your sd card by doing this.
2. reboot to recovery
3. go to advanced
4. go to patition sd card
5. choose how much for the sd-ext size
6. choose how much will go to swap size(usually half of the ext size)
7. reboot phone
8. wait for a while
9. copy contents from pc to sd card
10. enjoy
Click to expand...
Click to collapse
thx for ur explanation!! but how much is recommended for each one ext and swap? and where do i recopy in sd card all the things i copied before in computer because i guess i would see my sd card with different parts when getting it into computer... and last one i promise may i go back to my sd card original way without partitions? in that case how?
thx!!
depends really on your sd card. for swap i took about a third of my ext size. recopy it to your sd card. your computer wont show you the ext and swap size anyway. to go back it will be the same way.
demoniacs said:
depends really on your sd card. for swap i took about a third of my ext size. recopy it to your sd card. your computer wont show you the ext and swap size anyway. to go back it will be the same way.
Click to expand...
Click to collapse
ohh! i feel so noob at this... i have 8gb sd card class 6... how much would u assign to partition and how much to swap?
sorry i hope to stop boring u soon!
yomiguy said:
ohh! i feel so noob at this... i have 8gb sd card class 6... how much would u assign to partition and how much to swap?
sorry i hope to stop boring u soon!
Click to expand...
Click to collapse
512mb to ext3
256 to swap.
thats my configuration, you can alter it, but dont use ext3 partition more than 1gb. causes instability.
th3discodancer said:
512mb to ext3
256 to swap.
thats my configuration, you can alter it, but dont use ext3 partition more than 1gb. causes instability.
Click to expand...
Click to collapse
thx! i will try as soon as i have a moment and will tell about
ohhh!! one last thing!!! when I do everything you people say... I install my apps like I usually do without moving anything to sd card because they will be installed in my partitions? or do I have to move anything to those ext3 or swap partitions? thx!!
yomiguy said:
ohhh!! one last thing!!! when I do everything you people say... I install my apps like I usually do without moving anything to sd card because they will be installed in my partitions? or do I have to move anything to those ext3 or swap partitions? thx!!
Click to expand...
Click to collapse
depends on your settings.
1. CM settings
2. Application
3. Check allow app moving
4. Install location
5. Choose external so it automatically sends it to sd card
demoniacs said:
depends on your settings.
1. CM settings
2. Application
3. Check allow app moving
4. Install location
5. Choose external so it automatically sends it to sd card
Click to expand...
Click to collapse
once more thanks!! Ive done it and now ill recopy all my apps!! lets see my incoming to partitions world!!
demoniacs said:
depends on your settings.
1. CM settings
2. Application
3. Check allow app moving
4. Install location
5. Choose external so it automatically sends it to sd card
Click to expand...
Click to collapse
Hi demoniacs!! I wanted to tell you it defenitely worked!! I'm astonished how wonderful my phone is now!!
But I must tell you forgot to tell me to activate a2sd so when I did it as you told me, I didnt see any difference with native moving...
Finally I found the way to activate a2sd in minicm7 development thread, by Ferotakis, going to Cm settings, performance...and when I restored my apps with titanium backup I could see that everything was moved to sdext!!! thx gooddd!!! I could do it!!!
Now my phone has full of space for more apps, more free mb of RAM, and I'm very happy!!!
so thanks for your help!!
if anyone keeps wanting to do this partition and swap this thread is awsome!!
ohh!! to complete demoniacs instructions I want to put here Ferotakis instructions too, to activate our ext and swap partition to let our apps to move to sd card enjoy your phone people!!
1. Format SD and partiton it with CWM on phone make yor ext part and swap (I must say I put demoniacs advice:512mb for ext, 256 for swap) if yo want swap ig not live it 0
2. Install this lovely rom
3. Go to CM seting under performance put the a2sd (first show none till reboot)
4. Go to CM then hit apps and tick the "allow app moving to external "
5. Open terminal and type free
6. Go to CM again then performance again then to a2sd and chek there must no say NONE and must be a2sd
7. Install some apps then rootexplorer and browse in root dir on your phone you will saw ext folder open it and look your apps will be there
8. Thanks again if you missed to NAa
9. Learn some Linux
10. Go outside and show your fr and bbf your amazing phone

how can i partion and transper file to sd card

how can i partition and wat is the safest way to transfet my file to the sd card. i got 2gb sd card.
Sent from my LG-P350 using xda premium
You can partition with pretty much every recovery software. I think rom-mangaer will even let you do it from a bootet OS.
How you transfer stuff depends on the version of Android you are running.
AFAIK (I'm really not so sure):
Starting with ICS all you need to do is select from the Settings what should be moved to sd.
Before ICS you need to move Apps manually.

TWRP Can't mount external SD

So I recently flashed TWRP and when i try to mount the the externel sd it won't check the box. So I can't save backups onto my external SD. I can access it fine when I connect using the usb.
KelpoOrganic said:
So I recently flashed TWRP and when i try to mount the the externel sd it won't check the box. So I can't save backups onto my external SD. I can access it fine when I connect using the usb.
Click to expand...
Click to collapse
From what we discovered. The newer version of TWRP is very picky on how the sdcard is formatted.
Go to "Install" and make sure it is point to /sdcard.
If it doesn't go to /sdcard. Keep toggling the radio buttons for internal and External sdcards until it pops up or press "Install" then back a few times.
You beat me to it! What I actually had to do to get mine to work was go into advanced and partition the sdcard, I made the ext-sd partition as small as possible since I never plan on using it. Once I did that everything was fine. Just make sure to back up your stuff because it will wipe your sdcard!
brando56894 said:
You beat me to it! What I actually had to do to get mine to work was go into advanced and partition the sdcard, I made the ext-sd partition as small as possible since I never plan on using it. Once I did that everything was fine. Just make sure to back up your stuff because it will wipe your sdcard!
Click to expand...
Click to collapse
So I have EXT Size and Swap Size. Which one do I make small and which one do I make large? Also, do I use EXT3 or EXT4
I set the ext size to 128 and swap to 0, I also used EXT4. I don't think it really matters which one you use because you're not going to be using it anyway. EXT4 just provides performance enhancements over EXT3.
brando56894 said:
I set the ext size to 128 and swap to 0, I also used EXT4. I don't think it really matters which one you use because you're not going to be using it anyway. EXT4 just provides performance enhancements over EXT3.
Click to expand...
Click to collapse
Thanks! That worked
Glad I could help!
brando56894 said:
Glad I could help!
Click to expand...
Click to collapse
i still can't mount my external sdcard what to do???
How did you manage to backup your SD card to partition it when in the first place you can't backup it because TWRP fails to mound the SD card!
I can't seem to get my SD card to mount either. I flashed TWRP last week. I just rooted my wife's old rezound. I tried all the fixes mentioned and nothing worked.
Sent from my Infected Rezound using xda app-developers app
TWRP keeps telling me it can't open 'E:' (when trying backup to ext_SD).
'E:' was the drive designation used when formatting the card.
How do we tell TWRP to just write the card that's installed in the tablet?
TWRP 2.8, KitKat 4.4, if that matters.
rogerlig
KelpoOrganic said:
So I recently flashed TWRP and when i try to mount the the externel sd it won't check the box. So I can't save backups onto my external SD. I can access it fine when I connect using the usb.
Click to expand...
Click to collapse
I reformatted the SD Card and it worked on the Nubia Z17 NX591J after getting twrp installed. Ran restore and all is good. Rooted!
KelpoOrganic said:
So I recently flashed TWRP and when i try to mount the the externel sd it won't check the box. So I can't save backups onto my external SD. I can access it fine when I connect using the usb.
Click to expand...
Click to collapse
I my case same you just format sd-card in Primary partition no logical partition and then try again [Use Mini Tool ] Link:https://www.partitionwizard.com/download.html

Categories

Resources