"Waiting for SD card to mount (20sec)" on custom ROM installation - Galaxy S II Q&A, Help & Troubleshooting

I have a (successfully) rooted Galaxy S2 GT-I9100 without external SD card and I wanted to install a custom ROM (tried both MIUI and CyanogenMod). I used the ROM manager app, via "Download ROM" and after the download has finished it prompted a menu and I selected 'Backup Exisiting ROM' and 'Wipe Dalvik Cache' and proceeded.
It booted the device into recovery mode and tried to mount SD card even though I don't have one. Then the installation failed, because the SD card mounting failed.
I also noticed that when I browse my files, the home directory is /sdcard, and all the files are there. I cannot navigate to the root folder (aka '/'). This is very odd considering I don't have an SD card.
How do I solve this issue?
Please help me.

/sdcard is your internal storage and to access root folder you need root explorer
Odoslané z GT-I9100 cez Tapatalk 2

Stileth said:
/sdcard is your internal storage and to access root folder you need root explorer
Odoslané z GT-I9100 cez Tapatalk 2
Click to expand...
Click to collapse
What about my other question? Can you help me? Why doesn't it mount?

It failed to mount your internal storage or external SD card which you don't have? Also ROM Manager have compatibility issues with SGS2 so I would avoid using it.
Odoslané z GT-I9100 cez Tapatalk 2

Stileth said:
It failed to mount your internal storage or external SD card which you don't have? Also ROM Manager have compatibility issues with SGS2 so I would avoid using it.
Odoslané z GT-I9100 cez Tapatalk 2
Click to expand...
Click to collapse
I see that I can't get you to answer helpfully, so I'll put it more clearly:
1. Why does it try to mount an SD card?
2. Can I tell it to install the ROM from the internal storage? If I do, then how?
3. Must I have an SD card to install ROMs?
4. If I do, is there a way to install ROMs without an SD card?
Thanks.

Ok, let's go back to start. What's your ROM and how have you rooted it?
Also seems to me there is little mixture of terms. The phone's internal storage is called USB storage if you go to settings and storage management. If you would have external memory card it would be there named SD Card. And now where probably comes the confusion. If you open file manager you will see folder called /sdcard. This is your internal storage aka USB Storage. So if you see message saying unable to mount /sdcard it's your internal storage.
Now to the rest of questions. If you have only stock recovery you can access only external SD card which you don't have, so to flash custom ROM from internal storage you need custom recovery like CWM.
The errors you have experienced after the reboot were caused by the ROM Manager. As I have mentioned before it has compatibility issues with SGS2 and I had my own problems with it ending in corruption of my internal memory which I needed to format at the end to solve the problem.
So my advice is to get rid of the ROM Manager and use instructions from their appropriate ROM threads to install them.
Odoslané z GT-I9100 cez Tapatalk 2

Thank you for clarifying the terminology which I obviously got wrong.
I did use CWM, but via ROM Manager. It turns out that this is what caused the problem. So I got rid of it and followed the instructions in those threads and it works!
Now that I have CyanogenMod 9.0.0, I have another problem:
It does not come with Google Play application. I tried to manually download and install Google Play with APK, and it didn't work.
If you know anything about it I appreciate if you take a look at this thread I opened.

1gnition said:
Thank you for clarifying the terminology which I obviously got wrong.
I did use CWM, but via ROM Manager. It turns out that this is what caused the problem. So I got rid of it and followed the instructions in those threads and it works!
Now that I have CyanogenMod 9.0.0, I have another problem:
It does not come with Google Play application. I tried to manually download and install Google Play with APK, and it didn't work.
If you know anything about it I appreciate if you take a look at this thread I opened.
Click to expand...
Click to collapse
After flash cm9, your need too flash gapps
Sendt fra min GT-I9300 med Tapatalk2

USB structure on i9100
Stileth said:
Also seems to me there is little mixture of terms. The phone's internal storage is called USB storage if you go to settings and storage management. If you would have external memory card it would be there named SD Card. And now where probably comes the confusion. If you open file manager you will see folder called /sdcard. This is your internal storage aka USB Storage. So if you see message saying unable to mount /sdcard it's your internal storage.
Click to expand...
Click to collapse
I think Stileth might have this a little wrong. He clearly knows what he is talking about, but like many of the very knowledgable people on this board, it is hard to remember all the details of every phone.
This is what I have on a i9100, exploring with adb shell:
There is a /sdcard directory, which is your internal sdcard
There is a /sdcard/external_sd, which is your external sdcard
There is a /sdcard/usbStorage, which appears to be ram based storage.
I can move files to the usbStorage, but they do not survive a power cycle. I looked at the mount structure, and there is no device mounted for usbStorage, but it is defined as a tmpfs (temperary file system?) same as the other two sdcard directories. Perhaps someone else can fill in more details.
My thinking is that it is this strange file structure that is throwing RomManager off. I am seeing similar behavior as you when using RomManager

usbStorage is used for pendrives.

przemcio510 said:
usbStorage is used for pendrives.
Click to expand...
Click to collapse
Thanks, I thought that might be it. Interesting that it lets you store stuff there in a ram cache even if no pendrive/thumbdrive is present.

Related

[Question] Is it possible to make external memory card usable in CMW ?

So i have a question, i want to flash a rom with CWM BUT i want to clear all data..i mean totaly everything, the problem with this is well i got to have the rom file on the internal card right ? is there anyway possible to have a rom file on an external SD card and then browse the external SD card with CMW to install the rom ?
Wasnt possible as far as im aware.whether cwm 5.0 fixes this im not sure would be good to know though.
Sent from my GT-I9100 using XDA App
alright thats what i thought, thx for confirming
your opening so many threads about this issue...
simple solution -
go into CWM and format your data, cache, system and sd-card (nothing else or you will brick your phone).
plug your phone into the pc and within cwm go to "mount and storage" and then choose "mount usb storage".
this will enable you to go into your internal sd-card from your pc.
copy your CWM zip into it and install it as you already know..
good luck!
Please use the Q&A Forum for questions Thanks
Moving to Q&A

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] Unable to Delete funny character file in Internal Storage

Hi everyone,
Few days back when I was in Sammy LSJ ROM, I noticed there is a file already created and I am experiencing difficulty to delete this file from the Internal Storage.
Location:
/sdcard/00/01/02/03/
Inside this path, there is a file with weird character name in 0 byte.
I already try to delete that file (also try with the folder 03) from:
>> Root Explorer --> unable to go inside folder 03
>> My Files (comes with the OS) --> only can see one file with 0 byte
>> ES Explorer --> found three files in it, all with 0 byte
None of it allows me to delete it. :crying:
I did try to remove it from Terminal Emulator with command “rm –rf /sdcard/00/01/02/03/” but not successful, since I have limited knowledge on linux command line. You may refer the screenshot that I have attach in here.
My Current OS in SGS2 : WanamLite v14.1 LSD – 4.1.2
Appreciate can someone guide me how to permanently remove it? :fingers-crossed:
Thank you.
Bump.... any help is highly appreciated. :fingers-crossed:
One sure way would be to backup needed data and then format /emmc (internal) or /sdcard (external) via cwm and re-install rom.
TheATHEiST said:
One sure way would be to backup needed data and then format /emmc (internal) or /sdcard (external) via cwm and re-install rom.
Click to expand...
Click to collapse
Thanks for the suggestion.
I format /emmc from CWM and check again my phone, unfortunately both folders and file remain there.
Torch internal SD
Sent from the little guy
gastonw said:
Torch internal SD
Sent from the little guy
Click to expand...
Click to collapse
Thanks for the response.
I'm sorry... would you please explain further on "torch Internal SD".... I'm confuse.
Your help is much appreciated.
"Set you sd card on fire"
Sent from the little guy
gastonw said:
"Set you sd card on fire"
Sent from the little guy
Click to expand...
Click to collapse
LOL... I definitely will do so if I have another spare phone!
Anyway... I'm looking forward to get rid of this problem. :fingers-crossed:
soyusa said:
LOL... I definitely will do so if I have another spare phone!
Anyway... I'm looking forward to get rid of this problem. :fingers-crossed:
Click to expand...
Click to collapse
So you've formatted int sd card and those files still there?
Sent from the little guy
gastonw said:
So you've formatted int sd card and those files still there?
Sent from the little guy
Click to expand...
Click to collapse
Yes...
I did backup all my files in Internal Storage to PC before format via CWM for emmc (Internal Storage).
That's one resilent folder than.
Sent from the little guy
gastonw said:
That's one resilent folder than.
Sent from the little guy
Click to expand...
Click to collapse
This mean I cannot delete it for good?
Yes you can, by torchin internal SD
Sent from the little guy
I have the exact same problem. But a corrupted file in android/obb, this file stays there after ive fornatted emmc. And on any rom. And cant be deleted.
Sent from my GT-I9100 using Tapatalk 2
celderic said:
I have the exact same problem. But a corrupted file in android/obb, this file stays there after ive fornatted emmc. And on any rom. And cant be deleted.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Rename folder and delete. I did it and i was luck:good:
celderic said:
I have the exact same problem. But a corrupted file in android/obb, this file stays there after ive fornatted emmc. And on any rom. And cant be deleted.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I'm out of idea how to delete it... the file cannot be deleted.
I guess I have to ignore it. :crying:
anang1979 said:
Rename folder and delete. I did it and i was luck:good:
Click to expand...
Click to collapse
This doesn't work for me
Rename the folder is not a problem, only after attempt to delete it this remain there.
Try this... It worked for me
soyusa said:
I'm out of idea how to delete it... the file cannot be deleted.
I guess I have to ignore it. :crying:
This doesn't work for me
Rename the folder is not a problem, only after attempt to delete it this remain there.
Click to expand...
Click to collapse
Connect your phone to a windows computer via mass transfer mode. Then right click on the internal SD card icon and go to properties and check disk for error. It happened with me. Some bad sector was built up. This process removed those files and my bad sector was also removed. You can also defragment your drive from here. I did mine.
I hope it helps...
Best of luck.
arcopidia said:
Connect your phone to a windows computer via mass transfer mode. Then right click on the internal SD card icon and go to properties and check disk for error. It happened with me. Some bad sector was built up. This process removed those files and my bad sector was also removed. You can also defragment your drive from here. I did mine.
I hope it helps...
Best of luck.
Click to expand...
Click to collapse
Thanks for the suggestion. :good:
Whenever I connect my phone to PC (USB mass storage), I shall see a pop up windows to perform check disk for the phone (Internal Storage).
So I choose "Automatically fix file system errors" and "Scan for and attempt recovery of bad sectors".
Then I remove the phone and reconnect back, it will prompt the same windows.
Using defragment from PC did not solve the problem as well.
At the end... I managed to solve my problem by formatting the Internal Storage from Windows:
- connect the phone as "USB mass storage"
- select full format from PC on Internal Storage
That's all... now the annoying folder 00 no longer appear.
**I'm not sure format from Windows will damage the partition in Phone's Internal Storage? I rebooted the phone and check again, the storage remain as 11.50GB, I guess should be all fine now.
And you didn't have to torch it after all.
+1
Sent from the little guy
soyusa said:
Thanks for the suggestion. :good:
Whenever I connect my phone to PC (USB mass storage), I shall see a pop up windows to perform check disk for the phone (Internal Storage).
So I choose "Automatically fix file system errors" and "Scan for and attempt recovery of bad sectors".
Then I remove the phone and reconnect back, it will prompt the same windows.
Using defragment from PC did not solve the problem as well.
At the end... I managed to solve my problem by formatting the Internal Storage from Windows:
- connect the phone as "USB mass storage"
- select full format from PC on Internal Storage
That's all... now the annoying folder 00 no longer appear.
**I'm not sure format from Windows will damage the partition in Phone's Internal Storage? I rebooted the phone and check again, the storage remain as 11.50GB, I guess should be all fine now.
Click to expand...
Click to collapse
Hi I have the same problem, what file system do you use when formatting from windows?

[Q] SD Card very weird behavior - unable to format or delete

I have an extremely weird SD Card behavior with my Note 2:
After deleting files and rebooting, the files reappear.
I can't format the SD Card using the Android OS - it goes black screen and requires me to pull out the battery in order to start the device.
I removed the SD Card and attached it to my laptop's SD Card slot and tried formatting using Windows 7- the format process completed after ~30-40 minutes, yet the SD Card appeared UNCHANGED!
I used multiple SD Card formatting tools, still no dice - they either complain about write protection, that they can't start, they start and stop halfway with an error, you name it.
It's like the SD Card has built in protection that keeps the files in it in stasis form, never ever witnessed such a behavior in any storage device. What gives?
Any help, preferably from people who may have encountered a similar behavior, will be greatly appreciated!
Bump.
Experienced this in my old motus.
Would love to see advice, just in case
Beamed from my Galaxy Express using Tapatalk
Bumpity-bump-bump-bump?
virus
seems like your sd card is infected by vbs virus
or corrupted
rahulraz said:
seems like your sd card is infected by vbs virus
or corrupted
Click to expand...
Click to collapse
I doubt the SD Card is corrupted, as I can read the files on it just fine, each and every file.
A VBS virus that prevents me from even formatting the card? Never heard of such a thing.
Has my SD Card became sentient? Are the machines preparing their assault on mankind?
use a good anti...
well if u get any shortcut then its virus
Thanks! I'll try to find a good AV and see if I'll find anything.
OK, Lookout Mobile, Mobile Security Antivirus and AVG didn't find a single thing wrong.
Weird.
Answer
rahulraz said:
seems like your sd card is infected by vbs virus
or corrupted
Click to expand...
Click to collapse
Its not the problem of virus!
And you say visual basic script is used to create a virus?? Hell, No!!
Maybe it is the permissions in the sd card is not allowing it to format!
If your device is rooted and check whether it has ClockWorkMod recovery support.
You can use any other recovery. But ClockWorkMod is more stable.
Go to android recovery and flash that CWM.
And then go to mounts and storage > select format /sdcard.
Check if the format completes. If it gets complete, reboot your phone and again format in the settings.
If it doesn't help, after doing all these steps, now try again with some softwares on your computer and then try again.
Press thanks if I have helped you.
PM me for problems.
Well agree
the_pirate_predator said:
Its not the problem of virus!
And you say visual basic script is used to create a virus?? Hell, No!!
Maybe it is the permissions in the sd card is not allowing it to format!
If your device is rooted and check whether it has ClockWorkMod recovery support.
You can use any other recovery. But ClockWorkMod is more stable.
Go to android recovery and flash that CWM.
And then go to mounts and storage > select format /sdcard.
Check if the format completes. If it gets complete, reboot your phone and again format in the settings.
If it doesn't help, after doing all these steps, now try again with some softwares on your computer and then try again.
Press thanks if I have helped you.
PM me for problems.
Click to expand...
Click to collapse
But He says he tried FormattinG Via SomE Apps.
Well He also Said That He Tried on Windows .....
FixinG permission may help .
Mine was 2 Virus Prob.
1-AutorunB2 51Trozon
nd winhauster.vbs. . .
I just tried formatting the SD Card using CWM and the SD Card remained the...same?! Arrgh!
Anyway, you get a 'Thanks' regardless, I'm grateful for any attempt to help me out. This is some X-Files stuff going on here.
Answer
amirfoox said:
I just tried formatting the SD Card using CWM and the SD Card remained the...same?! Arrgh!
Anyway, you get a 'Thanks' regardless, I'm grateful for any attempt to help me out. This is some X-Files stuff going on here.
Click to expand...
Click to collapse
I am not the one who keep looking for thanks.
It is just that the people forget to thank the person who helped them.
Thats why I mention it on every post.
My SDcard just got worse.
Now it doesn't have a filesystem. Android reports it as blank, and Windows wants to format it because it has the RAW filesystem.
What's more, total space decreased to 30MB!
It's hard to lose all my multimedia files
Beamed from my Galaxy Express using Tapatalk
OK, I have a backup image from CWM and Titanium Backup + Perseus CPU Governor, so I initially thought that they might cause this behavior, but it doesn't explain why formatting via Windows 7 seperately from my Note 2 didn't work.
I'm on stock 4.1.2, rooted, of course.
Answer
aureljared said:
My SDcard just got worse.
Now it doesn't have a filesystem. Android reports it as blank, and Windows wants to format it because it has the RAW filesystem.
What's more, total space decreased to 30MB!
It's hard to lose all my multimedia files
Beamed from my Galaxy Express using Tapatalk
Click to expand...
Click to collapse
The android will surely report is as blank because you have formatted everything in ClockWorkMod.
Now all you have to do is go to settings > SD card and phone storage > Fomat SD card.
If it shows an error that "SD card is busy", then unmount it and then format it
To aurelijared
aureljared said:
My SDcard just got worse.
Now it doesn't have a filesystem. Android reports it as blank, and Windows wants to format it because it has the RAW filesystem.
What's more, total space decreased to 30MB!
It's hard to lose all my multimedia files
Beamed from my Galaxy Express using Tapatalk
Click to expand...
Click to collapse
Well If ur Space decreased to 30 mb its corrupted.
my 8gb card also face that.
Only 5 chinese type files was there
If u want Files nd media back then do this
Download Patition Data RecoverY.
Nd Scan for data there...
all files will back will other name.
But u cant Use sd card again.
So bump It
Answer
You should have had a backup of everything present in the sd card to your computer.
I thought you had done it before. Even if you have formatted everything using a software in your computer, you would have deleted all your data.
the_pirate_predator said:
The android will surely report is as blank because you have formatted everything in ClockWorkMod.
Now all you have to do is go to settings > SD card and phone storage > Fomat SD card.
If it shows an error that "SD card is busy", then unmount it and then format it
Click to expand...
Click to collapse
I haven't formatted it lol.
I will describe:
- card suddenly unmounts itself
- Android remounts it and reports it as blank or having an unsupported filesystem
- went to Windows for confirmation, turned out that SDcard turned to RAW filesystem from FAT32
Basically I have a dead card.
Beamed from my Galaxy Express using Tapatalk
aureljared said:
I haven't formatted it lol.
I will describe:
- card suddenly unmounts itself
- Android remounts it and reports it as blank or having an unsupported filesystem
- went to Windows for confirmation, turned out that SDcard turned to RAW filesystem from FAT32
Basically I have a dead card.
Beamed from my Galaxy Express using Tapatalk
Click to expand...
Click to collapse
Ummm, are you hijacking my thread, dude?
rahulraz said:
Well If ur Space decreased to 30 mb its corrupted.
my 8gb card also face that.
Only 5 chinese type files was there
If u want Files nd media back then do this
Download Patition Data RecoverY.
Nd Scan for data there...
all files will back will other name.
But u cant Use sd card again.
So bump It
Click to expand...
Click to collapse
Where do I download Partition Data Recovery?
Beamed from my Galaxy Express using Tapatalk
---------- Post added at 05:33 PM ---------- Previous post was at 05:32 PM ----------
amirfoox said:
Ummm, are you hijacking my thread, dude?
Click to expand...
Click to collapse
No omg sorry
It's just that I used to have the same situation as yours, then it turned to this.
Okay I will now stop.
Beamed from my Galaxy Express using Tapatalk

[Q] Problem with internal storage [SOLVED]

Hi everyone,
I have troubles since 4 days with my i9100 (under CM11)
Since 4 days, I cannot access anymore to the internal memory (sdcard0)
My SD Card works (sdcard1). It's even recognized by my computer when I plug my smartphone by USB.
However, the intern card (sdcard0) is not showed anymore when I plug my smartphone by USB to my computer.
I can't access to the Gallery. The message "no external storage available" appears.
With Es File Explorer, for sdcard0, the app shows the following message "SD card unmounted".
However, in the Settings, when I go to Storage, internal storage is recognized… it show only applications, some cached datas and available storage (total space 1,97Gb ; Available 672 Mb).
In the Recovery, I tried "mount /storage/sdcard0" but it shows : "Error mounting /storage/sdcard0 !"
Does the internal storage is down ?
My smartphone is still functional, I can update applications and install new ones, etc. So I have difficulties to think that the internal storage is fully down.
However, I cannot update CyanogenMod with CMUpdater (I tried a restoration of a Nandroid backup but it crashed… probably because of this internal storage problem) which normally writes on sdcard0.
My version of CM is actually 11-20141024-Nightly-i9100 (it was more recent before the restauration which have strangely crashed… but works!)
What can I do ?
Thanks for your help
P.S : I tried many forums (particularly french forums because I'm French… sorry if I made mistakes on my post) but nobody answered me.
oldbear3 said:
Hi everyone,
I have troubles since 4 days with my i9100 (under CM11)
Since 4 days, I cannot access anymore to the internal memory (sdcard0)
My SD Card works (sdcard1). It's even recognized by my computer when I plug my smartphone by USB.
However, the intern card (sdcard0) is not showed anymore when I plug my smartphone by USB to my computer.
I can't access to the Gallery. The message "no external storage available" appears.
With Es File Explorer, for sdcard0, the app shows the following message "SD card unmounted".
However, in the Settings, when I go to Storage, internal storage is recognized… it show only applications, some cached datas and available storage (total space 1,97Gb ; Available 672 Mb).
In the Recovery, I tried "mount /storage/sdcard0" but it shows : "Error mounting /storage/sdcard0 !"
Does the internal storage is down ?
My smartphone is still functional, I can update applications and install new ones, etc. So I have difficulties to think that the internal storage is fully down.
However, I cannot update CyanogenMod with CMUpdater (I tried a restoration of a Nandroid backup but it crashed… probably because of this internal storage problem) which normally writes on sdcard0.
My version of CM is actually 11-20141024-Nightly-i9100 (it was more recent before the restauration which have strangely crashed… but works!)
What can I do ?
Thanks for your help
P.S : I tried many forums (particularly french forums because I'm French… sorry if I made mistakes on my post) but nobody answered me.
Click to expand...
Click to collapse
Try flashing back to stock rom and see what happens. If it doesnt help, use a pit file to repartition your phone's memory.
I too have the same problem with the internal memory. My s2 is running CM11 right now. And suddenly it have problem with it MMC. Apps like camera, Bluetooth, and downloading files from the Internet seem impossible to receive any file coz I set it stored in the MMC.. Then I checked the setting > storage, the memory card was there. It detects it's total memory. My internal memory however have shrank to total of 1.6 GB with free memory 300 MB. Are you using i9100G? Have you restore the stock?
Sent from my SM-N9005 using XDA Premium 4 mobile app
gsstudios said:
Try flashing back to stock rom and see what happens. If it doesnt help, use a pit file to repartition your phone's memory.
Click to expand...
Click to collapse
Hi, thanks for your help. What do you mean by "pit file" ? Is there a tutorial somewhere for this operation ?
I really don't think that going back to a stock rom will change anything. It can't be a problem with CM. It's installed on my smartphone since one or two years and I never had any problem.
I've flashed with the recent Omni ROM but it seems that doesn't help at all
Sent from my SM-N9005 using XDA Premium 4 mobile app
I've found the solution. Under the setting > storage. There are two section, internal and SD card. Choose the option to erase SD card on the internal memory.
Sent from my SM-N9005 using XDA Premium 4 mobile app
syncomp said:
I've flashed with the recent Omni ROM but it seems that doesn't help at all
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Scroll down until you see a file named 'stock 2gb' then download that. http://forum.xda-developers.com/gal...es/mod-partition-internal-memory-app-t2538947 Pit files provide information so that you can repartition your phone just incase the worst happens to your phones. It can be used for your problem too. Then, in odin, locate the pit file for the pit selection then tick repartition, oh, btw, make sure you have stock rom with you so you will need to flash back to stock rom by selecting the files under the respective categories. Once that's all done, you can start flashing.
---------- Post added at 08:15 PM ---------- Previous post was at 08:11 PM ----------
syncomp said:
I've found the solution. Under the setting > storage. There are two section, internal and SD card. Choose the option to erase SD card on the internal memory.
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That could work too. But my method better! Doing this will not properly format the internal sd card while my method formats the internal sd card.
Sry.. It's my mistake that I am not giving the full details of the situation. I just realize that for the apps partition, it is set by 2 GB by default. What am I experienced was the SD section for internal memory gone missing. I tried by erasing the SD card. Anyhow, it has been Ok for a while. I'll try to repartition by using your method. Seems that 2 GB is very easy to full
Sent from my SM-N9005 using XDA Premium 4 mobile app
gsstudios said:
Try flashing back to stock rom and see what happens. If it doesnt help, use a pit file to repartition your phone's memory.
Click to expand...
Click to collapse
Ok, I just found a solution for my problem, and without formatting anything.
For those who have this problem, you can try it, there are no risk in theory.
I plugged my Android smartphone on my PC.
I went into the Recovery and choose the 'Mount and storage' menu.
Here, I used the 'Mount USB Storage' option. My PC started to recognize the smartphone and I was able to access to my 2memories (sdcard0 and sdcard1).
I made a right click on the sdcard0 and in the 'tools' menu and choose to perform a basic scandisk...
It found errors and correct them.
After that, i made a reboot and my memory was back.
Thank you gsstudios for your help. My solution is not academic (using Windows to repair my smartphone) but it worked !
oldbear3 said:
Ok, I just found a solution for my problem, and without formatting anything.
For those who has this problem, you can try it, there are no risk in theory.
I plugged my Android smartphone on my PC.
I went into the Recovery and i've been in the 'Mount and storage' menu.
Here, I used the 'Mount USB Storage' option. My PC started to recognize the smartphone and I had access to my 2 memories (sdcard0 and sdcard1).
I made a right click on the sdcard0 and in the 'tools' menu, i choosed to perform a basic scandisk...
It found errors and correct them.
After that, i made a reboot and my memory was back.
Thank you gsstudios for your help. My solution is not academic (using Windows to repair my smartphone) but it worked !
Click to expand...
Click to collapse
Ah, so it was a problem with the file system of your sd card, glad that your problem was resolved.
I had the same problem and using the Erase SD card option in the Storage menu worked for me!
Luckily I had already made a complete back-up recently so only a few new files were lost. If I hadn't though, I would have kept looking for a better solution.
Thanks!
Sorry, what do you mean "went to recovery mode?" Means recovery mode in phone (volume up+home+power) or somewhere or an app in pc?

Categories

Resources