XE Not Mounting SD Card in Correct Location - Sony Xperia Miro, Tipo (Dual), J, E

Recently got an Xperia E through Immix, and already had to reinstall the OS through .ftf files. Now I notice that none of my personal data (music, etc.) is showing up in the apps. When I checked Root Browser, it shows that my SD card is mounted on ext_card, rather than sdcard. Wondering if I can change the mount points so that my sd card files show up in Gallery, Music, etc.
Thanks,
Gage
Sent from my C1505 using xda app-developers app

This is actually the correct way to be mounted. The "sdcard" is the internal 2GB of the phone.
The "ext-sdcard" is your card.
You can just copy your files to the phone's internal sdcard.
Don't try the vold swap trick people do here to reverse the two as the chances of hard bricking your phone are very high. I know because it happened to me.
Cheers

Good, thanks. Had an issue with 'phone storage' being low, was afraid it was the same mount point.
Sent from my C1505 using xda app-developers app

Don't worry dude, you are not alone there. It should read "Internal Storage" and "External Storage" as it confuses many people.
Some idiot in an office thought that one up for sure!
You can partition your sdcard (external lol) though and use mount2sd to give yourself more internal space easily though.
Search the xda forum for instructions - It's really quite easy and safe.
Good luck

CtrlAltDelIrl said:
Don't worry dude, you are not alone there. It should read "Internal Storage" and "External Storage" as it confuses many people.
Some idiot in an office thought that one up for sure!
Click to expand...
Click to collapse
Darn him, lol
CtrlAltDelIrl said:
You can partition your sdcard (external lol) though and use mount2sd to give yourself more internal space easily though.
Search the xda forum for instructions - It's really quite easy and safe.
Good luck
Click to expand...
Click to collapse
Sweet, this is what I was looking for. Thanks!

Related

[Q] Missing Internal SD

Hey sorry if this is posted somewhere else but I dont know where to look and I looked on google for you guys who want to post that google thing.
Anyways, after installing roms from CM7 or even eagle, my internal sd card does not show up in file or root explorer. Its shown in the storage sections but not where i can access the information on there from the phone's file system.
When i restore back to stock (but rooted) rom its back to normal!
Its there, just hidden and named emmc. This is why root explorer is a must own app, it allows to see tons of hidden files you would otherwise not see. I'm sure there's other free apps that can do the same but root explorer has saved me from so many headaches it was an instant buy in market.
The 1 major gripe I ever had with this phone was the way they partitioned the internal storage, whoever decided that was a complete moron!
Edit:
Look under mnt/emmc with root explorer
Sent from my LG-P999 using xda premium
Thanks but how do I use it for normal everyday stuff? I guess i cant with CM7?
Sure you can, just move stuff from sdcard to mnt/emmc with root explorer. I know its a pain and one of the reasons I started a request thread to see if there was a way to bind/combine both partitions into 1 so we'd all have more internal space for installing apps/games.
Sent from my LG-P999 using xda premium
Hey thanks for the insight, I will just keep my reg ota with root until a much better version comes out.
jetbruceli said:
Hey thanks for the insight, I will just keep my reg ota with root until a much better version comes out.
Click to expand...
Click to collapse
Do you use an external sdcard with your g2x, or do you use only the internal? There is a potentially easy solution if you want to use CM7 and keep the internal card as your primary. I'll tell you how step by step, but depending on if you use an external card and what you use it for, more or less steps will be involved. So I'll wait for your answer so I can give you the right response.
Sent from my LG-P999 using XDA App
Well I have a 32 gb SD installed but like having the internal for apps and clockwork roms
sent from my anti IPhone device
jetbruceli said:
Well I have a 32 gb SD installed but like having the internal for apps and clockwork roms
sent from my anti IPhone device
Click to expand...
Click to collapse
I personally prefer to keep my backups and personal data on an external/removable sdcard. Its safer that way in case anything happens to the phones internal memory, all my documents and backups are safe and I can put my sdcard into my computer or another phone to retrieve it. Also, I'd much rather have 32gb of storage for all that rather than the 5gb you'll have with the internal card.
That said, its personal preference and always good to have options. Here's how I have mine setup with CM7 (I'll explain how to achieve the setup you want in a moment):
- My external removable card is mounted at /mnt/sdcard. This is the default setup of CM7.
- My internal sdcard (emmc) is mounted at /mnt/sdcard/_OtherSD. CM7 default is to mount it at /mnt/emmc, which means if I have photos, music and movies stored there they wont show up in some of my apps. By having it mounted to a directory inside my /mnt/sdcard directory, any app that looks at my external sdcard will also see what's stored on the internal sdcard. This is similar to the stock setup, except that with stock the external card is mounted as /mnt/sdcard/_ExternalSD.
But if you want the internal to be your primary sdcard then here are a couple of fixes for you. The quickest fix is this:
- Go to Settings > Cyanogenmod settings > Application
- Select "Use internal storage"
- Reboot phone
- Now your internal card will be mounted at /mnt/sdcard and your external card at /mnt/emmc
- This makes your internal card your main sdcard but leaves you external card mostly unusable because of its mount point.
So if you are like me and you like for things to be labeled properly and usable then continue reading. This works with CM7 (it wont work with stock), and I also recommend having root explorer (from the Market). My instructions will be specific to root explorer, although you can use any root text editor you want. You will need to edit 2 files (/system/build.prop and /system/etc/vold.fstab):
- Using root explorer navigate to your /system directory.
- At the top of the screen select "Mount R/W"
- Scroll down and find the /system/build.prop file. Long-press on it and select to open in text editor.
- Scroll about halfway down the file and find the section that says "
# Mount the internal SD card, too
- Where it says "ro.additionalmounts=" specify a directory by typing its full path. I use /mnt/sdcard/_OtherSD. This is the mount point you will use in the vold.fstab file (which you'll edit in a moment)
- The very next line says "ro.vold.switchablepair=" .. These are the mount points that get swapped when you enable that setting in CM7. Change the options to match the mount points you will want to use. So for me it says "/mnt/sdcard,/mnt/sdcard/_OtherSD" ... of course no quotation marks.
- Select Menu > Save & Exit. One nice feature of root explorer is that it automatically saves your original file as a backup in case there are any problems.
- Now navigate to /system/etc
- Make sure the directory is still mounted as R/W, scroll down and open the file /system/etc/vold.fstab. This file specifies where both the external and internal sdcards are actually mounted. Each drive/device has its own entry.
- Find the line that starts with dev_mount emmc /mnt/emmc" and change it to match the mount point you created in the build.prop file. So for me I change it to "dev_mount emmc /mnt/sdcard/_OtherSD"
- Select Menu > Save & Exit
- Reboot phone
Now when you use the CM7 settings option to use internal storage, it will swap them but still keep one mounted within the other so any music, pics, videos you have will be usable by all your apps.
****PLEASE NOTE**** -- These changes will be overwritten if you flash a new nightly.
Sent from my LG-P999 using XDA App
Thanks a million! I will try just having access is good.
I have root explorer and I use file expert.
You said ur on cm7? Or are u on a custom version like eagle? I keep flipping between reg stock, cm7, miui and eagle. Just can't tell which is the best for everyday use.
But really thanks for all the info!
sent from my anti IPhone device
jetbruceli said:
Thanks a million! I will try just having access is good.
I have root explorer and I use file expert.
You said ur on cm7? Or are u on a custom version like eagle? I keep flipping between reg stock, cm7, miui and eagle. Just can't tell which is the best for everyday use.
But really thanks for all the info!
sent from my anti IPhone device
Click to expand...
Click to collapse
Just plain CM7. I think I'm using nightly 144. The method should be the same or similar on other cm7-based roms. It just won't work on stock-based roms because the changes to the files get overwritten when you reboot.
Sent from my LG-P999 using XDA App
d12unk13astard said:
Its there, just hidden and named emmc. This is why root explorer is a must own app, it allows to see tons of hidden files you would otherwise not see. I'm sure there's other free apps that can do the same but root explorer has saved me from so many headaches it was an instant buy in market.
The 1 major gripe I ever had with this phone was the way they partitioned the internal storage, whoever decided that was a complete moron!
Edit:
Look under mnt/emmc with root explorer
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
JaiaV said:
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
Click to expand...
Click to collapse
I wonder what would happen if the phone was physically repartitioned ... I don't know enough of how Android works to know what effects that would have. Obviously the disk is just a disk and you can create whatever partition sizes you want. Is the OS designed to look for a certain number of partitions and partition sizes on each phone? Or will it just use what's there?
Sent from my LG-P999 using XDA App
JaiaV said:
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
Click to expand...
Click to collapse
I found an app that has made the 1.5gb internal storage manageable, look in the market for link2sd. Basicly it allows you to move any app/game to the extra partition on your sdcard(I made a 4gb partition) I'm amazed how stable it runs! After trying numerous apps2sd programs and them being unstable plus running out of internal space too quickly, link2sd is a godsend! It allows even dalvik cache moving to SD extra and batch selecting/deselecting for ultra quick installs. I can't reccommend this app enough for people having internal storage space problems.
As for the internal SD card being combined with the 1.5gb storage I put up a request thread on it hoping a Dev would know how to.. until that happens tho link2sd has made me proud.
http://forum.xda-developers.com/showthread.php?t=1265540
Internal storage partition
Some of the asshats on that thread made me laugh with their ignorance.
Sent from my LG-P999 using xda premium
d12unk13astard said:
I found an app that has made the 1.5gb internal storage manageable, look in the market for link2sd. Basicly it allows you to move any app/game to the extra partition on your sdcard(I made a 4gb partition) I'm amazed how stable it runs! After trying numerous apps2sd programs and them being unstable plus running out of internal space too quickly, link2sd is a godsend! It allows even dalvik cache moving to SD extra and batch selecting/deselecting for ultra quick installs. I can't reccommend this app enough for people having internal storage space problems.
As for the internal SD card being combined with the 1.5gb storage I put up a request thread on it hoping a Dev would know how to.. until that happens tho link2sd has made me proud.
http://forum.xda-developers.com/showthread.php?t=1265540
Internal storage partition
Some of the asshats on that thread made me laugh with their ignorance.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I can move apps to external storage by default with CM7. This is not the solution I am looking for , but thank you for trying.
JaiaV said:
I can move apps to external storage by default with CM7. This is not the solution I am looking for , but thank you for trying.
Click to expand...
Click to collapse
The difference between apps2sd which your using and link2sd which i'm using is that with apps2sd your internal memory will run out much faster then if using link2sd which can also move dalvikcache to sd ext. I've already moved 300 apps/games to sd ext with link2sd and still have over 1gb of internal storage, try doing that with apps2sd
Edit: forgot to mention link2sd is a free app in market.

[Q] Internal storage (non-sd card) of the G2x - how big it is?

Hi
I am coming from the Vibrant. There, I never used my own SD CARD. I always used the phone's storage. It was always fine.
But now I just flashed to CM and when I wanted to take a pic, it said "please insert SD card before ...."
huh? does the G2x doesn't have enough space - even for ONE picture?
I am sure I am missing something here
Thank you!!!
benyben123 said:
Hi
I am coming from the Vibrant. There, I never used my own SD CARD. I always used the phone's storage. It was always fine.
But now I just flashed to CM and when I wanted to take a pic, it said "please insert SD card before ...."
huh? does the G2x doesn't have enough space - even for ONE picture?
I am sure I am missing something here
Thank you!!!
Click to expand...
Click to collapse
Internal memory is 8gb but free space is roughly 5.2 gbs.
You need to have an external SD card with the way cm7 is formatted the internal SD card is mounted as mnt/emmc.
Not sure if you can change your download folder to mnt/emmc as I never have tried.
There is I believe if I recall correctly a flash that changes the internal memory card from emmc to reg browse the threads in dev you'll surely find it there
Sent from my LG-P999 using XDA App
There's an option in cyanogenmod settings>application
That does that for you. Called use internal storage or something. Tap it and reboot.
Sent from my LG-P999 using xda premium
cyanogenmod settings -> application -> use internal storage
check this, reboot, and the internal storage should be mounted on /sdcard and /mnt/sdcard, while external sd card (if exists) will be mounted on /mnt/emmc
There is a 2GB for apps if I am not mistaken.
Sent from my LG-P999 using xda premium
roughly 1.5gb for apps, with link2sd that 1.5gb is very generous since only some cache files are stored on internal and everything else being linked to the ext partition on sdcard. I have over 450+ apps/games on my phone atm using link2sd and reccomend it to anyone else who also likes installing tons of apps.
Sent from my LG-P999 using xda premium

[Q] G2X, cant mount sdcard on cm7

Hi,
I have a g2x and i recently rooted it using superoneclick and i tried to back up using nvflash
however when i boot into recovery and try to install a zip or do anything with an sdcard, it says cant mount sdcard.
i ended up installing cyanogenmod 7 using rom manager.
but at the moment i cant do anything that involves using the sdcard because it cant mount.
any ideas on how to fix this?
thanks in advance
When you're in recovery, have you simply tried taking out the memory card then putting it back in?
Sometimes the simplest solutions work. It used to not mount my sd card too and just popping it out and back in made it read it.
buru898 said:
When you're in recovery, have you simply tried taking out the memory card then putting it back in?
Sometimes the simplest solutions work. It used to not mount my sd card too and just popping it out and back in made it read it.
Click to expand...
Click to collapse
Thanks ill try it and let you know but how come nothing ever gets loaded onto the phones internal sdcard I still have the 5 gigs that I initially had and nothing is ever loaded onto it including the apps I download, any way I can change this?
EgyptianBoi said:
Thanks ill try it and let you know but how come nothing ever gets loaded onto the phones internal sdcard I still have the 5 gigs that I initially had and nothing is ever loaded onto it including the apps I download, any way I can change this?
Click to expand...
Click to collapse
It's the way they memory is partitioned. ~3 GB for the System and Apps, 5GB for other stuff. There's a workaround/fix for CM7 in the development forum (atleast I think there was) but I don't know if it works anymore.
Jufjufjuf said:
It's the way they memory is partitioned. ~3 GB for the System and Apps, 5GB for other stuff. There's a workaround/fix for CM7 in the development forum (atleast I think there was) but I don't know if it works anymore.
Click to expand...
Click to collapse
Right now if I go to storage in settings I have my SD card then I have internal storage with 1.48 gigs and then I have additional storage /mnt/emmc which has 5.21 gigs. At the moment apps installed from the android market go to the internal storage and apps online go to the SD card but I can move them to the internal memory. It seems that at the moment the one place with the most memory can't be used so I'm guessing thats the partition your talking about
o there's no way of changing this partition?
And can you give me the link to that? Thanks
Yaay got the SD card working in recovery it worked taking it out and putting it in again
EgyptianBoi said:
Right now if I go to storage in settings I have my SD card then I have internal storage with 1.48 gigs and then I have additional storage /mnt/emmc which has 5.21 gigs. At the moment apps installed from the android market go to the internal storage and apps online go to the SD card but I can move them to the internal memory. It seems that at the moment the one place with the most memory can't be used so I'm guessing thats the partition your talking about
o there's no way of changing this partition?
And can you give me the link to that? Thanks
Click to expand...
Click to collapse
You're right, I don't believe it can be used (natively for apps atleast, you can always move media and files there). Unless you mount that internal partition to be the external SD card and do a Move to SD on the apps (both are settings in Android/CM7 somewhere) there's not much else you can do. The problem is that some apps don't work on the SD, of course you could keep those on the system partition.
Sorry if my replies are starting to get confusing, it's late here.
I use link2sd which creates a mount point script that uses the extra partition on external sdcard. I used minitool partitioned to create a 10gb ext4 on my 32gb class 10( I'm an app junkie lol). Most if not all apps/games moved with link2sd work flawlessly, I'm happy with it
Sent from my LG-P999 using xda premium
Jufjufjuf said:
You're right, I don't believe it can be used (natively for apps atleast, you can always move media and files there). Unless you mount that internal partition to be the external SD card and do a Move to SD on the apps (both are settings in Android/CM7 somewhere) there's not much else you can do. The problem is that some apps don't work on the SD, of course you could keep those on the system partition.
Sorry if my replies are starting to get confusing, it's late here.
Click to expand...
Click to collapse
thanks i think i managed to get it! i found the settings i think you're talking about in the cyanogenmod settings and managed to switch the sdcard and additional storage. now the 5 gigs appears as the sdcard and the actual external microsd appears as the additional storage
i guess thats the best im gonna get
thanks a lot!!
d12unk13astard said:
I use link2sd which creates a mount point script that uses the extra partition on external sdcard. I used minitool partitioned to create a 10gb ext4 on my 32gb class 10( I'm an app junkie lol). Most if not all apps/games moved with link2sd work flawlessly, I'm happy with it
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
thanks ill try it and see how it workds
d12unk13astard said:
I use link2sd which creates a mount point script that uses the extra partition on external sdcard. I used minitool partitioned to create a 10gb ext4 on my 32gb class 10( I'm an app junkie lol). Most if not all apps/games moved with link2sd work flawlessly, I'm happy with it
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Jufjufjuf said:
You're right, I don't believe it can be used (natively for apps atleast, you can always move media and files there). Unless you mount that internal partition to be the external SD card and do a Move to SD on the apps (both are settings in Android/CM7 somewhere) there's not much else you can do. The problem is that some apps don't work on the SD, of course you could keep those on the system partition.
Sorry if my replies are starting to get confusing, it's late here.
Click to expand...
Click to collapse
ya i thought i had everything working but now for some reason, my phone says it cant mount the system. any ideas why?

[Q] What's the deal with the SD Card Mount (NOT) issue on MIUI ROM?

Why is it not working right?
I mean - when i open Gallery or anything that needs the SD card, I get an error message, as if I don't have an SD CARD.
Can't install my new Keyboard (it looks for an SD Card). Can't take pictures. All my data is not recognized by this rom (wallpapers, pics I took with my older rom, and so on).
I don't have or ever use an external SD card! But I never had this issue (although it happened with CM7 once as well, but I don't remember how I fixed it(
HELP. Please! I love this ROM and would like to keep it (MIUI)
ANYONE ???
Miui and cm7 rely on external not internal SEARCH around for the swap of sdcard mount points it has been discussed often enough to find easily.
Sent from my LG-P999 using xda premium
mt3g said:
Miui and cm7 rely on external not internal SEARCH around for the swap of sdcard mount points it has been discussed often enough to find easily.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Thanks for your response!!!
I have found this:
http://forum.xda-developers.com/showthread.php?t=1144553&highlight=swap+sdcard+mount+points
1. Althoug I am not sure if I what I am suppose to choose is to make Internal Secondary or to make External Secondary???
2. Also, I have NO IDEA what the poster means when he says this:
"Instructions after flashing!
Create a folder called "_InternalSD" or "_ExternalSD" on the root of your SD Card. Fixed double underscore made it 1 now so its _InternalSD the same goes for _ExternalSD version"
Sorry, I am retarded when it comes to this
you want to make external secondary...
and the root of your sdcard means "not in any folders".
Does anyone still have the file that makes external secondary (for miui) ?
The download link is broken :/

[Q] Swap internal with external SD card?

Hi, is it possible to swap the internal sd card with an external one? I have a rooted Sony Xperia J with locked bootloader. It is running Jelly Bean. I have a SanDisk Micro SD. Help?
How do I do it?
doperthancoke said:
Yes it is possible. But I recommend you not do that because it is quite dangerous, as it might hardbrick your phone.
Sent from my C1605 using XDA Free mobile app
Click to expand...
Click to collapse
Ok, thanks for the fast reply. So, how do I go around doing it?
Ok, but...
doperthancoke said:
Well.... The thing is, you'll be fine as long as you dont mess up. But its very easy to mess up. For example: if you wipe internal storage while using the mod, your phone is hardbricked. Another note: Various users have ran into problems while swapping internal and external sd (disappearing, corrupted apps, and your phone and apps might become sluggish if your sd card read/write speed is not fast enough,etc....).
There's a way around this, but its not quite the same thing. If you have large apps that store its data on internal sd (examples: games like Asphalt or large dictionaries), you can use apps such as "FolderMount" or "GL2sd" to move the apps' data to external sd and link it to internal sd (You're fooling the system into thinking that the data is in the internal sd, when its actually in the external sd). Of course, by using this method, you will not actually be swapping external sd with internal sd. And the apps are not moved, just the DATA of the apps.
If you don't care about the risks and the method I suggested above isn't good enough for you, and you still want to do it, search "vold.fstab swap external sd and internal sd xperia j" on the forum.
(Don't say I did not warn you!)
Sent from my C1605 using XDA Free mobile app
Click to expand...
Click to collapse
Ok, I kinda screwed up. I did what they told me to, but when I rebooted my phone, my external SDcard was not mounted and my internal one was un-mounted! Hence, I have access only to the apps in my phone storage... I did a backup and tried to flash the stock firmware but Flashtool told me that a folder could not be found and flashing failed... I still can use my phone, but alot of apps are gone. ;_; I can't even access Whatsapp! Any advice? Also, I do not have access to Root Explorer, and when I plug in my phone to my computer, 1 error message comes out: The process android.process.media has stopped. Any help? Plus, are there any good suggestions for common and cheap smartphones? Thanks for helping!

Categories

Resources