Reformatted internal storage, now sdcard not detected - Android Q&A, Help & Troubleshooting

Hey guys, so my galaxy s2 has been running on RR 3.0.5 with the latest siyah kernel. A problem I've been having is frequent media corruptions, and to solve that, I thought reformatting the internal storage would help. After doing so, it doesn't recognize my sdcard. What can I do to fix this?
Sent from my GT-I9100 using xda app-developers app

How did you reformat?
Sent from my GT-N7000 using Xparent SkyBlue Tapatalk 2

I reformatted using cwm, the "reformat internal storage" option.

Ah, then it is not possible to format from within the phone under Settings>Storage>Format USB card?
The phone should be able to format it.
If not, plug the microSD into the computer and format it as FAT32.
If still does not work, try to format it via another phone.

As of right now, the problem is in the phone because it won't recognize my sd card. I have swapped sd cards with another one, and again, it doesn't recognize.

Guess: You don't have the mount point any more after the reformat. Recreate it. Hope you know what's it called.
I.e. create the directory /sdcard/external_sd or what it's supposed to be called.
Check in /etc/vold.fstab, it should be found there, the name of the mount point.

kuisma said:
Guess: You don't have the mount point any more after the reformat. Recreate it. Hope you know what's it called.
I.e. create the directory /sdcard/external_sd or what it's supposed to be called.
Check in /etc/vold.fstab, it should be found there, the name of the mount point.
Click to expand...
Click to collapse
Not exactly sure how to do that...

richcity64 said:
Not exactly sure how to do that...
Click to expand...
Click to collapse
So in non Samsung Android phones we don't have an internal SD card. Using root explorer, we see /sdcard/ and that is our microSD. For Samsung devices, /sdcard/ is actually the internal sd card, and what kuisma is saying is that the folder of the external sd card must be in /sdcard/something.
He is trying to say that the /sdcard/something was erased, and you have to create the folder which the external sd card is in (mount point). And instead of "something" the folder should be named something else (unknown right now) but you should be able to find the correct name in /etc/vold.fstab
Sent from my DROID2 using xda premium

richcity64 said:
Not exactly sure how to do that...
Click to expand...
Click to collapse
Create an empty directory /mnt/sdcard/external_sd using your favourite tool (file explorer, mkdir or whatever ...). Restart the phone. See if it works now.

Related

[Q] Mounting internal sdcard folder as usb mass storage

Is there any way I can mount a folder from the internal sdcard as USB mass storage?
( I am aware that I can mount an external sd but I don't happen to have one.)
jhonwds said:
Is there any way I can mount a folder from the internal sdcard as USB mass storage?
( I am aware that I can mount an external sd but I don't happen to have one.)
Click to expand...
Click to collapse
Once I connect my phone it shows internal and external as two drives. You just can't mount e.g. the system folders if I am right.
Sent from my GT-I9300 using xda app-developers app
No.
jhonwds said:
Is there any way I can mount a folder from the internal sdcard as USB mass storage?
( I am aware that I can mount an external sd but I don't happen to have one.)
Click to expand...
Click to collapse
No.
And here is why:
On the newer phones there is no seperate phone memory and internal SD, its just one big memory. The good thing about ir is, that you can install a lot more apps, because the whole memory is usable for the phone. The bad side is, that you can only access it through MTP.
In order to make it available as USB mass storage it needs to be unmounted, but this is not possible, because it is used by the phone. If you do it, the phone will crash. Its just like pulling a memory chip out of a running PC.
A filesystem can be mounted on different locations. If more than one location has write access, it will cause irreparable damage though.
The main problem here is that that the device uses the ext4 filesystem which Windows cannot process.
As a fix (sort of) you can
- swap internal and external storage.
- use a Smb over Wifi app and mount the share in Windows
- use a pseudo-filesysem such as sshfs from your computer
Sent from my GT-I9300 using xda premium
Jumbodriver said:
No.
And here is why:
On the newer phones there is no seperate phone memory and internal SD, its just one big memory. The good thing about ir is, that you can install a lot more apps, because the whole memory is usable for the phone. The bad side is, that you can only access it through MTP.
In order to make it available as USB mass storage it needs to be unmounted, but this is not possible, because it is used by the phone. If you do it, the phone will crash. Its just like pulling a memory chip out of a running PC.
Click to expand...
Click to collapse
I dont think so and disagree with you... galaxy s i9000 and galaxy s2 i9100 also same. But they can mount internal and external as UMS or MTP.
Maybe the different in filesystem is the main cause.
Sent from my GT-I9300 using Tapatalk 2
On the S3, the whole internal memory is one big chunk (called /data). How would you go about mounting that as UMP when android is running? Android is using /data, therefore you can't unmount it and remount is as UMS.
If I'm wrong (which I may very well be), then post valid proof.
Theshawty said:
On the S3, the whole internal memory is one big chunk (called /data). How would you go about mounting that as UMP when android is running? Android is using /data, therefore you can't unmount it and remount is as UMS.
If I'm wrong (which I may very well be), then post valid proof.
Click to expand...
Click to collapse
Understood.. thanks for the info.. just found it out...
So internal sdcard is a mount point of folder /data/media
Sent from my GT-I9300 using Tapatalk 2
hopeful curious
syamsoul said:
Understood.. thanks for the info.. just found it out...
So internal sdcard is a mount point of folder /data/media
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
HI there, by chance are you able to recover from the "internal memory" after a factory reset, on a galaxy s3.
I am not sure what the consensus was-
-i recently thought google had all my photos backed up and did a factory reset, and lost everything.
Am hoping if I keep the phone that I can find a way to recover the photos.
Thank you.
resetrebel said:
HI there, by chance are you able to recover from the "internal memory" after a factory reset, on a galaxy s3.
I am not sure what the consensus was-
-i recently thought google had all my photos backed up and did a factory reset, and lost everything.
Am hoping if I keep the phone that I can find a way to recover the photos.
Thank you.
Click to expand...
Click to collapse
i myself never try but you can try this
XDA post
techiesstuff
Both same way
syamsoul said:
i myself never try but you can try this
XDA post
techiesstuff
Both same way
Click to expand...
Click to collapse
I just wanted to say thanks for posting that second link. I've been looking everywhere for a way to export the raw mount to recover files from internal /sdcard.
Oh and in response to the first thread, I believe the reason they were getting that error (the thread is locked unfortunately) is because they used -1 (the number one) rather than -l (the letter L). I made this mistake too.
Edit: Probably should have used the 'thanks' button, sorry. Can't delete post.
If you have a custom recovery installed boot into that and mount ums from there, as recovery doesn't depend on the data partition it can unmount and remount it

[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] External SD mounting location

After upgrading to JellyBean, discovered the external SD card now has a new mount location: /storage/external_SD. It is no longer listed under /mnt/ or /sdcard/ as in ICS.
It's that the case for everyone else?
The internal memory is still mounted as /storage/sdcard0, /mnt/sdcard, and /sdcard.
How come there is no /mnt/extSD or /extSD?
Can I manually create the links so I can access the SD card more easily?
Thanks in advance!
dsx165 said:
After upgrading to JellyBean, discovered the external SD card now has a new mount location: /storage/external_SD. It is no longer listed under /mnt/ or /sdcard/ as in ICS.
It's that the case for everyone else?
The internal memory is still mounted as /storage/sdcard0, /mnt/sdcard, and /sdcard.
How come there is no /mnt/extSD or /extSD?
Can I manually create the links so I can access the SD card more easily?
Thanks in advance!
Click to expand...
Click to collapse
Yeah, the same thing happened to me. I added the mount point using:
Code:
mount -o bind /storage/external_SD/ /sdcard/external_sd
I doubt this will stick after a reboot, but if it doesn't I'm sure there's a way to make that work.
Actually, it looks like if you really want to change it back (probably not a great idea) you should be able to change the mount options in /etc/vold.fstab
There is a comment in that file noting the change, so it would be really easy to reverse if you wanted.
Leave it alone and just get used to it. This is actually the proper way of doing it. The sdcard link folder to the external SD card was a horrible implementation.
Sent from my LG-E970 using xda premium
After upgrading to JB on mine I don't have access to my internal. Which keeps me from using my camera. Not sure what to try next?
Sent from my LG-E970 using xda premium
swub1 said:
After upgrading to JB on mine I don't have access to my internal. Which keeps me from using my camera. Not sure what to try next?
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
I have the same issue !
Have you seen this thread: http://forum.xda-developers.com/showthread.php?t=2221164
Sent from my LG-E970 using xda premium

[Q] p769 strange storage issues

My l9 running cm10.1 has some sort of weird storage issue.
First of all, it has three storage folders: "emulated" "sdcard0" and "sdcard1". I understand that sdcard0 is the internal memory, and sdcard1 is the sd card (shouldnt it be sdcard and external_sd?). however, what is "emulated"? it has a "0" folder and "legacy" folder inside that have the EXACT contents of the actual internal phone memory card.
Second of all, when i reboot my phone, under the storage settings of the actual phone settings, it says that my sdcard has 1.8 gb (however, like this, when i plug the phone into my computer it shows up as it should, with SD card with 1.8 gb and internal storage at 14.8 gb). then when i mount and unmount the sd card, it comes up normally on my phone but on my computer it shows both internal storage and SD card at 14.8 gb (which clearly isnt right). Also, both have the exact same files and folders inside when i open them on my computer *or on my phone*
if anyone can help thanks so much
can anyone help? id appreciate it lots
nfilipac said:
My l9 running cm10.1 has some sort of weird storage issue.
First of all, it has three storage folders: "emulated" "sdcard0" and "sdcard1". I understand that sdcard0 is the internal memory, and sdcard1 is the sd card (shouldnt it be sdcard and external_sd?). however, what is "emulated"? it has a "0" folder and "legacy" folder inside that have the EXACT contents of the actual internal phone memory card.
Second of all, when i reboot my phone, under the storage settings of the actual phone settings, it says that my sdcard has 1.8 gb (however, like this, when i plug the phone into my computer it shows up as it should, with SD card with 1.8 gb and internal storage at 14.8 gb). then when i mount and unmount the sd card, it comes up normally on my phone but on my computer it shows both internal storage and SD card at 14.8 gb (which clearly isnt right). Also, both have the exact same files and folders inside when i open them on my computer.
if anyone can help thanks so much
Click to expand...
Click to collapse
You use a ported version, right? If yes, which one is it? Sounds like a mounting issue.
Sent from my LG-P760 using xda app-developers app
N00BY0815 said:
You use a ported version, right? If yes, which one is it? Sounds like a mounting issue.
Sent from my LG-P760 using xda app-developers app
Click to expand...
Click to collapse
Thank you for responding. I'm using cm 10.1-20130506-UNOFFICIAL-p760, how do i fix this mounting issue?
nfilipac said:
Thank you for responding. I'm using cm 10.1-20130506-UNOFFICIAL-p760, how do i fix this mounting issue?
Click to expand...
Click to collapse
You have a swap script in use. The script is inside /system/etc/init.d You can remove it, unless you have a game that you backed up from stock. From reading your post, i can tell you probably don't need it.
Sent from my LG-P760 using xda app-developers app
kuma82 said:
You have a swap script in use. The script is inside /system/etc/init.d You can remove it, unless you have a game that you backed up from stock. From reading your post, i can tell you probably don't need it.
Sent from my LG-P760 using xda app-developers app
Click to expand...
Click to collapse
So I found the folder that you're talking about. Do i delete every file i see? And will that solve my issues with the emulated storage and whatnot? Thanks!
Look for something like this
15extsd2internalsd
Just remove that file
Sent from my LGMS769 using xda app-developers app
kuma82 said:
Look for something like this
15extsd2internalsd
Just remove that file
Sent from my LGMS769 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the help, but I did that and the "emulated" folder still is there. I don't know what to do anymore. Also, my computer still shows both storages as having 14.8 gb
Did you reboot? That emulated stuff is going to stay. Its apart of the 4.2.2 android changes to the system.
Sent from my LGMS769 using xda app-developers app

External SD card permission issue

Weird enough suddenly I found all my external SDCard files have all permissions like:
---rwxr-x
Why !?? This happens to every file I copy onto it.
I needed them like:
rwxrwxr-x
so far, the only rough and long way I found is through Aromafilemanager and PhilzTouch recovery.
Yet I have to change the permissions one file at a time.
Can anybody help?
Sounds like a problem unique to you, I've never heard of it.
Flash the official stock rom, format your sd card in your pc using the industry formatting tool and test.
If the problem disappears then it was probably some combination of your individual setup.
Yep. Also ensure you haven't got any scripts running at startup. Sd permissions are set on boot and cannot be changed afterwards
Sent from my GT-I9300 using Tapatalk 4
Thank you, I'll surely restart from the beginning and report back
Sent from my GT-I9300 using xda app-developers app
rootSU said:
Yep. Also ensure you haven't got any scripts running at startup. Sd permissions are set on boot and cannot be changed afterwards
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
Which script could do that?
Sent from my GT-I9300 using xda app-developers app
Any mods that mount folders or swap storage.
Otherwise, something built into the rom.
Sent from my GT-I9300 using Tapatalk 4
boomboomer said:
Sounds like a problem unique to you, I've never heard of it.
Flash the official stock rom, format your sd card in your pc using the industry formatting tool and test.
If the problem disappears then it was probably some combination of your individual setup.
Click to expand...
Click to collapse
@boomboomer
which filesystem do i have to use in formatting extsdcard 8gb via pc? exFAT / FAT32 / EXT4 / NTFS ?
moreover, in this post and following on dev rom thread, it seems it's a normal behaviour... am i missing sth?
https://www.sdcard.org/downloads/formatter_4
Fat32 is the normal filesytem.
If it's common to your rom then your chef is the best one to approach, he may have set a script or mod.
rootSU said:
Any mods that mount folders or swap storage.
Otherwise, something built into the rom.
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
I read through about 7 pages of sd card issues on the s3 and thought i cant read anymore, so i thought i would just ask. I've just bought an s3 and i got my 64gb sd card from my old phone to my new one. Problem is i have data from other games in the SD and titanium back up files in the externel sd card. Seems the S3 has its own built in SD card and only reads from that. I copied my TB files from externel to the internel. Now the games still require Extra files although they are in the externel SD. So how in the world do i get it to read my Externel sd instead of my internel? I thought of copying the files but i have 16 gb internel, 64 externel so its not gonna work considering i have 39 gb left in my 64 gb one,

Categories

Resources