[Q] Corrupted sd card.....sd card now 'raw' system - Defy Q&A, Help & Troubleshooting

Salutations all;
My sd card became corrupted again and being as how I had no card reader with me at the time; only connected to the pc via usb, I googled how to use Terminal Emulator to fix it.
All my efforts to fix it that way have failed.
I had tried the fsck command from" http://android.stackexchange.com/questions/38745/check-and-fix-sd-card-errors-within-android-itself "
I fixed something I guess, because I can see it on the pc vs before when I couldn't. Using MiniTool today I discovered the system was RAW.
What I'm asking is, what did I do, How'd I do it, & most importantly; how do I fix it?

Can you format from the computer via the phone?
Sent from my MB526 using xda premium

Yes, but have about three gigs of data I was trying to save, aside from that yeah, I can Format.

Anybody care to share some light on this???
I understand I can format the card, what I would like to know is how did I change the file system to raw via terminal emulator???
Surely there are those who understand terminal better than I, would any of you out there mind giving a word?
Thnx

Probably got corrupted in the filesystem repair due to wrong format. As for your data try software like recuva
Sent from my MB526 using XDA Premium HD app

Well, one of my hard disks had the same problem... I paid $80 to get my data back... and the hard disk, well, was trashed....
But you can try this-
http://www.easeus.com/resource/raw-usb-drive-recovery.htm

much appreciated , I used the Recuva & I was able to get the files back.
As for using terminal, any ideas on what I changed in the line format to change it over to a raw system?
I was using the cmnd lines from the link in my first post.

Related

[Q] How to use the "real" SD-Card as storage

Ok here is the deal, this is my first tablet with internal storage, I have the 16gb.
and having a lot of apps using HUGE amount of storage (comics, gps...) the 16gb are nearly full so I bought a microSD of 32gb but...
Ho to set the tablet to store some of this data on the sdcard (the real physical one) and not the internal one???
I tried to move some folder to the card but the "mv" command failed: "cross device link", the purpose was to move the folder and create a symlink.
I have been looking for an app or commands to do that but so far no success, any HELP ?
CarpeNoctem said:
Ok here is the deal, this is my first tablet with internal storage, I have the 16gb.
and having a lot of apps using HUGE amount of storage (comics, gps...) the 16gb are nearly full so I bought a microSD of 32gb but...
Ho to set the tablet to store some of this data on the sdcard (the real physical one) and not the internal one???
I tried to move some folder to the card but the "mv" command failed: "cross device link", the purpose was to move the folder and create a symlink.
I have been looking for an app or commands to do that but so far no success, any HELP ?
Click to expand...
Click to collapse
use es file manager, it is free
Euh??? Believe me that will not work or please explain how
Sent from my A500 using XDA App
Can't use the mv command from one device to another. Can use cp (copy) then delete the source. However, you cannot create a symlink on the internal sdcard, because its formatted fat32.
Sent from my A500 using Tapatalk
Euclid's Brother said:
Can't use the mv command from one device to another. Can use cp (copy) then delete the source. However, you cannot create a symlink on the internal sdcard, because its formatted fat32.
Sent from my A500 using Tapatalk
Click to expand...
Click to collapse
He can use mv. Learn linux commands better. He have to specify recursive parametters to do that. Single mv is not enough, because it is sufficient for single file or file masks only. Symlinks are not possible, true. But if he'll use loopback mounts (one big file, like ISO, internally formated to ext4) or reformat internal and external sd to ext4, then he'll be able to create symlinks even on sdcard. This will make another problem: mounting both storages to PC over usb. Both solutions will require him to have advanced linux knowladge. Not talking about kernel and init scripts modification beign involved.
Sent from my GT-I9000 using XDA Premium App
Euclid's Brother said:
Can't use the mv command from one device to another. Can use cp (copy) then delete the source. However, you cannot create a symlink on the internal sdcard, because its formatted fat32.
Sent from my A500 using Tapatalk
Click to expand...
Click to collapse
ok so is there any solution to this, this is driving me nuts, what is the point to have a slot for SD-Card if I cant choose where the apps store their content...
CarpeNoctem said:
ok so is there any solution to this, this is driving me nuts, what is the point to have a slot for SD-Card if I cant choose where the apps store their content...
Click to expand...
Click to collapse
External sd is expected to be used as an storage for pictures, movies and music. There is solution, but as stated before, not for generic users.
Sent from my GT-I9000 using XDA Premium App
Virnik0 said:
External sd is expected to be used as an storage for pictures, movies and music. There is solution, but as stated before, not for generic users.
Sent from my GT-I9000 using XDA Premium App
Click to expand...
Click to collapse
true that ...
I also own the Notion Ink Adam and we have this "switcharoo" feature enabled ( can check out that forum for info )...Hopefully DEV can implemented in the near future.
UnicornKaz said:
true that ...
I also own the Notion Ink Adam and we have this "switcharoo" feature enabled ( can check out that forum for info )...Hopefully DEV can implemented in the near future.
Click to expand...
Click to collapse
Can you explain a bit more what is the switcharoo ?
As for linux knowledge, I have some but everything I try fails reformating the internal memory in Ext4 is possible but there should be a script or a determine process to automate that for some selected folders, at least I would love to see that
CarpeNoctem said:
Can you explain a bit more what is the switcharoo ?
As for linux knowledge, I have some but everything I try fails reformating the internal memory in Ext4 is possible but there should be a script or a determine process to automate that for some selected folders, at least I would love to see that
Click to expand...
Click to collapse
It actually called "toggle app"
it actually out of my league as I am no developer
but this dev for the Notion Ink Adam managed to created a program to swith the 2 locations ( due to the adam's internal is only 8GB...etc ) among other things like toggling the cell standby...etc
He had it successfully implemented
this thread is his creation ( but it has been awhile and us Adam's owner has moved on to HoneyComb..etc
.. see the part included "toggle app"...etc
http://forum.xda-developers.com/showthread.php?t=987863
basically... it's about assigning a different mounting point as a startup script ( internal & external ).... but keep in mind... each device have different mounting name assigned as internal & external ( Xoom, Transformer, Galaxy...etc )
The DEV just basically created a program and went in and adjust the scripted so as to "switched" the mounting point.... switching the internal as external and vice versa
I just PM the DEV of that program... hopefully he will reply and I'll post it in the DEV section and ask the DEV there to dig into it
Then again... with 16GB or 32GB of internal... I don't see the need.... as the external can be use to hold music & large media.... the internal is plenty for apps.... then again... it's never enough. Remember how we used to thought the same thing about desktop's storage space ??? never enough ... LOL
Thanks a lot for you reply, hopefully the dev will reply that is the spirit of XDA after all
CarpeNoctem said:
Ok here is the deal, this is my first tablet with internal storage, I have the 16gb.
and having a lot of apps using HUGE amount of storage (comics, gps...) the 16gb are nearly full so I bought a microSD of 32gb but...
Ho to set the tablet to store some of this data on the sdcard (the real physical one) and not the internal one???
I tried to move some folder to the card but the "mv" command failed: "cross device link", the purpose was to move the folder and create a symlink.
I have been looking for an app or commands to do that but so far no success, any HELP ?
Click to expand...
Click to collapse
You can't leave the app on internal and just move the data to external? For example, I'm using Komik as a comic book reader and all the comic data is on my external SD card.
If not, that's a development flaw of the app you're using, in my humble opinion.
Im still relatively new but it seems that external SD card is for storage of media - not for OS, apps, etc. However, I seem to recall seeing an app or 2 that had the ability to store content on the external space. For example, a GPS app that asks where you'd like to store your shape files and assets or an MMO game that lets you specify where you'd like to store the textures and sounds.
Sent from my A500 using XDA Premium App
It amazes me how arrogant some of the responses are to someone asking a question...
That is the purpose of these forums, so that us peers can assist others that might not be as knowledgeable.
I can think of two different ways:
1. Astro (or another) file manager to move the files. Might actually have to do a copy and delete.
2. Mount the tablet using the USB cable to a PC and suck off the files and copy them using a either a SD card adapter (notebook) or USB SD card reader.
Virnik0 said:
He can use mv. Learn linux commands better.
Click to expand...
Click to collapse
A little harsh and uncalled for, don't ya think? Why do so many want to point out the failures of others.. even when they are trying to help? Sheesh..
I admit, I'm not a linux expert, nor an android expert. But that doesn't stop me from trying to be helpful.
The fact is, I've tried using the "mv" command to move a "Single file" from one device to another (no recursion needed for that, eh?) And it fails with a "cross-device" error. Maybe there is a option on the "mv" command that makes it work and I don't know it.. so I suggested a method that I *DO* know.
internetpilot said:
You can't leave the app on internal and just move the data to external? For example, I'm using Komik as a comic book reader and all the comic data is on my external SD card.
If not, that's a development flaw of the app you're using, in my humble opinion.
Click to expand...
Click to collapse
I wouldn't exactly call it a flaw.. more like a feature that the developer didn't foresee to include. Not all devices have external media storage, so apps are developed for the 'average' device.
As noted earlier, there are a few apps that allow you to store large data in other places.. (extra) Praise to those developers. It would be great if more developers considered this option, especially if they have a lot of data.
I just use File Manager HD ( https://market.android.com/details?id=com.rhmsoft.fm.hd&feature=search_result ) to move files around if need be.
About being able to run applications from SD: anyone tried remounting SD without the nosuid,noexec flags? Remounting it with that and then symlinking the files might work.
We have progress
http://forum.xda-developers.com/showthread.php?t=1175342
~~~~~

Retrieval of deleted photos

Hi guys...a friend of mine was trying to transfer photos and videos to his external sd card (3-4gb of data) and somehow the data didn't get to where he intended and now there's no trace of any of it. Looks like his system got corrupt too in the process cause he has lots of files in the lost.dir folder.
My query is that if anyone knows of any way to retrieve these photos. I assume that at this stage they were probably deleted. Maybe there's some kind of retrieval software that can be used?
Thanks in advance.
Sent from another GALAXY
I would remove the card and see what can be seen on it from a PC. I would also change the suffix of one of the files in LOST to .JPG since I think they may be the lost pictures, as android drops files in lost when it doesn't know what else to do with them.
Last recourse is to try a file recovery app on the Sd card.
Sent from my GT-I9000 using XDA Premium App
rschenck said:
I would remove the card and see what can be seen on it from a PC. I would also change the suffix of one of the files in LOST to .JPG since I think they may be the lost pictures, as android drops files in lost when it doesn't know what else to do with them.
Last recourse is to try a file recovery app on the Sd card.
Sent from my GT-I9000 using XDA Premium App
Click to expand...
Click to collapse
Cool. Ill try that tonight when I see him in work. Just off nightshift now.
Edit....know of any file retrieval apps ? Been searching the market but haven't found any yet .
Cheers mate
Sent from another GALAXY
Google on pc restore deleted files. Can't remember what one I used but once installed on computer connect via usb and perform a scan on sd only or sd card too if you have one. Whichever one had files deleted.
This works 100% especially if you have not tried to add anything else to the system.
http://www.pcworld.com/downloads/collection/collid,1295-order,1/files.html
Sent from my GT-I9000 using XDA App
Exact same thing happened to me. I used GetData Recover My Files set in disk mode and got back about 95% of them. The other 5% were corrupt.
Sent from my GT-I9000 using Tapatalk
piriform.com has freeware to recover lost files on storage media. I used it some time ago after messing with a buggy app that left my ext-sd files in oblivion.
Or it could be my urge to test "promising" apk.
Anyhow, piriform.com saved my day.
Sent from my GT-I9000
Thanks guys for all the advice. I used the link given by xchasa above and recovered lots of photos and videos .
Kudos
Sent from another GALAXY
During the transfer of data due to interface problem both the source and destination are corrupted so now you need an efficient data recovery software for the recovery of your data and files.
You can still recover all your data and files from that memory card with the help of Kernel for FAT and NTFS memory card recovery software which will do recover your data in a better way. It has a user friendly interface through which you can get preview your deleted data and files from that card and can save all at once or some selective files to your location.
KennyLegend said:
Hi guys...a friend of mine was trying to transfer photos and videos to his external sd card (3-4gb of data) and somehow the data didn't get to where he intended and now there's no trace of any of it. Looks like his system got corrupt too in the process cause he has lots of files in the lost.dir folder.
My query is that if anyone knows of any way to retrieve these photos. I assume that at this stage they were probably deleted. Maybe there's some kind of retrieval software that can be used?
Thanks in advance.
Sent from another GALAXY
Click to expand...
Click to collapse

(Q) Write protect error

When i mount my ideos u8800x5 to the computer and try to copy a folder from the computer, i get this error msg "cannot copy search the web :The disk is write-protected. Remove the write-protection or use another disk". I have tried another disk but the same error msg. When i use a card reader the sd card is working ok. I have tried formatting the sd using fat 32 , reseting factory setting and erasing the sd card same error. How do i remove the write protection from the phone. My phone is rooted and i am using cm7.
Sent from my u8800 using xda app-developers app
kenwaweru said:
When i mount my ideos u8800x5 to the computer and try to copy a folder from the computer, i get this error msg "cannot copy search the web :The disk is write-protected. Remove the write-protection or use another disk". I have tried another disk but the same error msg. When i use a card reader the sd card is working ok. I have tried formatting the sd using fat 32 , reseting factory setting and erasing the sd card same error. How do i remove the write protection from the phone. My phone is rooted and i am using cm7.
Sent from my u8800 using xda app-developers app
Click to expand...
Click to collapse
i dont understand. is your sd card fully working when you connect it to the pc?
Yes i can copy folders from phone's sd card to computer but not from pc to phone. When using a card reader i can copy from sd card to pc and vice versus.
Sent from my u8800 using xda app-developers app
Does any one know of a switch some where on phones sd card? I am sure the problem is within the phone for the same sd card is working okey when i use a different phone to copy from pc. Using a different sd card brings the same error msg. Please help.
Sent from my u8800 using xda app-developers app
try this!
kenwaweru said:
Does any one know of a switch some where on phones sd card? I am sure the problem is within the phone for the same sd card is working okey when i use a different phone to copy from pc. Using a different sd card brings the same error msg. Please help.
Sent from my u8800 using xda app-developers app
Click to expand...
Click to collapse
hey.. try this..
1) connect your phone to the computer.. unmount sd card.. then remount it again..
if that doesnt work ... you could try this..
use a cardreader
1) copy all your data to pc ...keep it safe
2) Use the windows built-in chkdsk utility.
3)Open up command prompt (start->run->cmd.exe) and type
4)chkdsk /X /F <SD card drive letter>
eg:- chkdsk /X /F D: (d is my sdcard drive)
hope i helped!
Thank you for trying to help. The problem is not with the sd card, the sd card is working fine using card reader. I have tried using the same card with a different phone,and is also working fine. I might have triped a switch within the sd card slot or a program in the phone is preventing writing on the card. I have even tried to reflash the rom with no success. Any other idea?
Sent from my u8800 using xda app-developers app
kenwaweru said:
Thank you for trying to help. The problem is not with the sd card, the sd card is working fine using card reader. I have tried using the same card with a different phone,and is also working fine. I might have triped a switch within the sd card slot or a program in the phone is preventing writing on the card. I have even tried to reflash the rom with no success. Any other idea?
Sent from my u8800 using xda app-developers app
Click to expand...
Click to collapse
did you try the chkdsk? just give it a try and see..
Yes i have tried the cmd.exe .The results-- "File and folder verification is complete. windows has checked the file system and found no problems
Total disk space 15,199,972kb
Hiden files 4
11,432kb in 1,289 folders" and so on.
Thanks again for trying to help. I will press your thank button, you deserve it.
Sent from my u8800 using xda app-developers app
kenwaweru said:
Yes i have tried the cmd.exe .The results-- "File and folder verification is complete. windows has checked the file system and found no problems
Total disk space 15,199,972kb
Hiden files 4
11,432kb in 1,289 folders" and so on.
Thanks again for trying to help. I will press your thank button, you deserve it.
Sent from my u8800 using xda app-developers app
Click to expand...
Click to collapse
don't give up yet!... try method 3 from this link.. again.. please backup your data before attempting this..
http://blog.card-data-recovery.com/tag/remove-android-sd-card-write-protection
I have tried both 2 and 3,have not succeeded. I have noticed that when I mount the phone,it mounts as CD drive instead of Removable Disk.
Device type : CD-ROM drives
Manufacturer : standard CD-ROMdrive
Location: on USB Mass Storage Device .
I have installed the (Huawei u8800 ICS ADB & MTP Drivers) . I can synch and copy using phone explorer but not directly to ( drive f: ). I believe if I can be able to format the drive when mounted to PC, my problem will be solved. Any idea how to go about it? Am using window XP and window 7.
Sent from my U8800 using xda app-developers app
kenwaweru said:
I have tried both 2 and 3,have not succeeded. I have noticed that when I mount the phone,it mounts as CD drive instead of Removable Disk.
Device type : CD-ROM drives
Manufacturer : standard CD-ROMdrive
Location: on USB Mass Storage Device .
I have installed the (Huawei u8800 ICS ADB & MTP Drivers) . I can synch and copy using phone explorer but not directly to ( drive f: ). I believe if I can be able to format the drive when mounted to PC, my problem will be solved. Any idea how to go about it? Am using window XP and window 7.
Sent from my U8800 using xda app-developers app
Click to expand...
Click to collapse
you could format it from the phone.. in storage settings.. or you could use a cardreader.. connect to pc..and format it that way.. and cd drive is how the pc would show your phone.. if it isn't in usb storage mode.. so thats normal.. try the two things above.. but backup your data before you do
Then I'm back to square one. I had already tried formatting using factory settings, and phone explorer but the write-protect is still there. I will have to flash back the original rom and return the phone. Thanks for your help.
Sent from my U8800 using xda app-developers app
kenwaweru said:
Then I'm back to square one. I had already tried formatting using factory settings, and phone explorer but the write-protect is still there. I will have to flash back the original rom and return the phone. Thanks for your help.
Sent from my U8800 using xda app-developers app
Click to expand...
Click to collapse
dude i doubt if its a problem with your phone!.. i think it maybe your sdcard!.. seriously.. did you try a card reader?? try a card reader.. and if you cant format the card then.. then its ur sdcard.. not the phone!
I have restored the original rom B138 which i had bucked up, the write protect error has vanished. When i mount the phone, two drives are detected (sd & internal mem) as removable disk, unlike before only one was detected as CD rom. Every thing is working fine. BUT When i flash back CM7 after full wipe and replacing the image folder, my problem returns. What am i doing wrong?
Sent from my U8800 using xda app-developers app
kenwaweru said:
I have restored the original rom B138 which i had bucked up, the write protect error has vanished. When i mount the phone, two drives are detected (sd & internal mem) as removable disk, unlike before only one was detected as CD rom. Every thing is working fine. BUT When i flash back CM7 after full wipe and replacing the image folder, my problem returns. What am i doing wrong?
Sent from my U8800 using xda app-developers app
Click to expand...
Click to collapse
replacing image folder? means just replacing recovery or are you replacing something else?
rjspark89 said:
replacing image folder? means just replacing recovery or are you replacing something else?
Click to expand...
Click to collapse
bro try this.. i hope this does..
on your official ROM B138..
Go to following directory via a root explorer app:
Root/system /bin
Find this file:
Fsck_msdos
copy that..
flash cm7 with all three wipes and format,
check for sd card error... if it is still there.. then
Go to
Root/system /bin
Find this file:
Fsck_msdos
Delete & Replace with fsck_msdos from your official B138
reboot your phone
rjspark89 said:
bro try this.. i hope this does..
on your official ROM B138..
Go to following directory via a root explorer app:
Root/system /bin
Find this file:
Fsck_msdos
copy that..
flash cm7 with all three wipes and format,
check for sd card error... if it is still there.. then
Go to
Root/system /bin
Find this file:
Fsck_msdos
Delete & Replace with fsck_msdos from your official B138
reboot your phone
Click to expand...
Click to collapse
No it did not work. I went back to official B138 which i had bucked up, Been using it for the past week with a few force close. I thought of trying
some different roms and flashed this U8800V100R001C00B138SP04CUSTESTC205D001(Esthonia Elisa) . Which WIPED MY IMEI.
IMEI =0
IMEI SV=38
WI-FI MAC address=unavailable.
Now I can't use the phone because of the imei.
I have never bucked up my imei only roms, when i restore the bucked up roms; CM7, Oxygen or the B138 the imei reads 0.
Any help in restoring the imei will be greatly appreciated .
IMEI restore SOLVED
kenwaweru said:
No it did not work. I went back to official B138 which i had bucked up, Been using it for the past week with a few force close. I thought of trying
some different roms and flashed this U8800V100R001C00B138SP04CUSTESTC205D001(Esthonia Elisa) . Which WIPED MY IMEI.
IMEI =0
IMEI SV=38
WI-FI MAC address=unavailable.
Now I can't use the phone because of the imei.
I have never bucked up my imei only roms, when i restore the bucked up roms; CM7, Oxygen or the B138 the imei reads 0.
Any help in restoring the imei will be greatly appreciated .
Click to expand...
Click to collapse
My imei issue has been solved after reading and doing as per this tutorial http://forum.xda-developers.com/showthread.php?p=45618257#post45618257
Now i have the WI-FI MAC address issue ,how to restore the address.
I have noticed the error msg is gone after installing CM10.2 By ilyaaa. The disc is now being recognized as removable not as CD ROM. I can now write on the disk without the error msg,though i haven't figured out why the other ROMs oxygen, miu, and CM7 had issue .
Sent from my U8800 using xda app-developers app

can't format sd card'"

I cant format my sdcard!!?
When i format my sdcard....and i remove sdcard from the Phone, and move sdcard from phone..and sdcard is not formated!
Phone is as it is when its earliar...
i tried lost of time....thoudh the Pc and multi tool partition wizard but my sdcard is not format ...
plz any one help me ......
what can i do,?.
Sent from my GT-S5360 using xda app-developers app
when you format your sd card on your phone you will still have folders on there as they are default android folders
on phone goto
phone settings
sd card and phone storage settings
unmount sd card
format sd card
on pc
right click on the drive you wish to format
click format
set to fat32
format
you can just delete any files on your sd card too if you want to remove them
note - if you have a 2nd sd card partition you will need to delete this in mini tool and then expand the other partition into free space or delete both partitions and create a new single partition
note this will not format any data on your phone like contacts apps stored on phone internal memory etc
My sdcard memory before. Format is 5.30 GB
After format it's 7.39 GB.
But I remove sdcard from phone and again move SD card on phone. The memory is 5.30 GB that I earlier have ...and I can't delete data from. SD card.and not renamed it....can't get files from USB through pc ....
Is there any problem in that?
Sent from my GT-S5360 using xda app-developers app
pritesh1996 said:
My sdcard memory before. Format is 5.30 GB
After format it's 7.39 GB.
But I remove sdcard from phone and again move SD card on phone. The memory is 5.30 GB that I earlier have ...and I can't delete data from. SD card.and not renamed it....can't get files from USB through pc ....
Is there any problem in that?
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
just delete all partitions on sd card with mini tool and create a new fat32 partition
Ya ...I already tried this method ......removed all partition and reboot my phone ....and nothing happened .....it is that I have earlier ........again the same partition that I have ....and same data....
Sent from my GT-S5360 using xda app-developers app
pritesh1996 said:
Ya ...I already tried this method ......removed all partition and reboot my phone ....and nothing happened .....it is that I have earlier ........again the same partition that I have ....and same data....
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
impossible - if you delete the partition and create a new partition and format the sd card with mini tool on pc all data will go
make sure you actually press the apply button - nothing will actually happen untill you confirm all the changes
Oh"! God!!
I am not joking! !
I am know how to partition sdcard ....and format sdcard ..and I am not newbie ......
I am know how to do this...
But this type of problem ...I m facing 1st time ...
Plz help me.....
I think ...sdcard may be corrupted .....or any other problem ...
I format my sdcard 7 times in today ....
Any recovery software for this?
I Have sandisk 8GB 4class memory card .....
Sent from my GT-S5360 using xda app-developers app
pritesh1996 said:
Oh"! God!!
I am not joking! !
I am know how to partition sdcard ....and format sdcard ..and I am not newbie ......
I am know how to do this...
But this type of problem ...I m facing 1st time ...
Plz help me.....
I think ...sdcard may be corrupted .....or any other problem ...
I format my sdcard 7 times in today ....
Any recovery software for this?
I Have sandisk 8GB 4class memory card .....
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
if you can view sd card and copy file to it and it is readable then its not corrupted
its more likely user error - and without seeing what you are doing or looking at the sd card I cant comment further
Ok...i copy file from pc to phone....and disconect usb storage...and again connect the file is not their....
Sent from my GT-S5360 using xda app-developers app
Sorry cant give you ss because cant copy,rename,save,delete and move.....cant do anything"!
I will try to upload ss though pc...i will upload soon:"!
Sent from my GT-S5360 using xda app-developers app
Is it Write-Protected?
If it is try this Steps
U need to run cmd.exe,
CardReader
Insert your memory card in the Card Reader and plug it in the PC
Now, type the following in Command Prompt, pressing Enter after each command:
diskpart
list disk
select disk x (where x is the number of your USB flash drive – use the capacity to work out which one it is)
attributes disk clear readonly
clean
create partition primary
format fs=fat32* (you can swap fat32 for ntfs if you only need to use the drive with Windows computers)
exit
Sent from my GT-S5360 using xda app-developers app
here it is the problem:....
i connect phone with pc and copy files to sdcard ....and disconnect with pc...then i show in the sdcard the is not there......cant delete,move,cant do anything...
here it is....
when i connect phone to pc via usb and format sdcard...its successfully done.....and disconnect to pc and again see the properties of sdcard its nothing formated!.....so, what can i do?
pritesh1996 said:
here it is....
when i connect phone to pc via usb and format sdcard...its successfully done.....and disconnect to pc and again see the properties of sdcard its nothing formated!.....so, what can i do?
Click to expand...
Click to collapse
why is it showing as A: drive as the A: drive is normally reserved for floppy drives
Try using cwm to format the sd card or use a different pc or plug the sd card in a card slot on pc and not through usb cable
marcussmith2626 said:
why is it showing as A: drive as the A: drive is normally reserved for floppy drives
Try using cwm to format the sd card or use a different pc or plug the sd card in a card slot on pc and not through usb cable
Click to expand...
Click to collapse
because i change the the drive name F: to A: ...thats why it shows tgat....
and i hvn't floppy disk on my pc...
i tried every method.....trying to slove this problem.......spend hours on internet to slove this problem...but i cant find way to slove this problem:"!
any other way or method:?
pritesh1996 said:
because i change the the drive name F: to A: ...thats why it shows tgat....
and i hvn't floppy disk on my pc...
i tried every method.....trying to slove this problem.......spend hours on internet to slove this problem...but i cant find way to slove this problem:"!
any other way or method:?
Click to expand...
Click to collapse
just saying using reserved drive letters is not a good idea as windows could get confused - id change it to a letter of E or after
A and B are reserved for floppy drives
C is reserved for windows hard drive
D is reserved for cd rom drive
E and after is normally free for extra drives
might not make any difference but it may confuse 3rd party programes when it tries to identify it
ok....
Sent from my GT-S5360 using xda app-developers app
tried cmd format method.,
diskpart method,
safemode with cmd...tried all.....
plz help me
Sent from my GT-S5360 using xda app-developers app
pritesh1996 said:
tried cmd format method.,
diskpart method,
safemode with cmd...tried all.....
plz help me
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
if you have tried all the methods and its not working then either
1 - user error
2 - faulty sd card
3 - faulty cable/card reader
4 - faulty computer
I dont think anyone can give you anymore help than has already been given
Bring it to the manufacturer..Thats the best u can do..
xD
Sent from my GT-S5360 using xda app-developers app

[Q] Note 3 dead and 64gb card damaged. any chance to save data?

my note 3 is dead. samsung told me the motherboard needs replacement. and on the same day my 64gb micro sd card stopped working. it says its damaged and needs formatting when inserted in a different phone. its doesn't even show up on the laptop when connected. so basically im trying not to lose ~90gb data. its heartbreaking. is there any way i can at-least try to save some of it
What happens if you insert the SD-card into your laptop and check for it via Disk Manager?
To do so: Go to your desktop and right click on Computer>Manage>Storage>Disk Management and check if you can find it there. Look at the lower part of the window (gray background) and see if you can see the storage there.
If you can see your SD-card's storage there you might have some hope. Though I can't really help you any further from this point but I can assure you that if you see your storage unit there you can save some data from it.
BunnyPig said:
What happens if you insert the SD-card into your laptop and check for it via Disk Manager?
To do so: Go to your desktop and right click on Computer>Manage>Storage>Disk Management and check if you can find it there. Look at the lower part of the window (gray background) and see if you can see the storage there.
If you can see your SD-card's storage there you might have some hope. Though I can't really help you any further from this point but I can assure you that if you see your storage unit there you can save some data from it.
Click to expand...
Click to collapse
If the sdcard shows up in disk manager you can use GetBackData to restore your files. The software is not free but can be If you google. After you have restored the files you needed you can then format the sdcard.
I have only used this software to restore deleted files on NTFS formated harddrives but there is a FAT version of GetBackData.
you need to put in a sdcard reader on you computer and use testdisk to restore your mbr
http://www.cgsecurity.org/wiki/TestDisk
I used many times and it's very efficient
Do not do any writr accesses to the card from niw on as it may destroy your data
to restore the filesystem ( error 'sd must be formatted') use the windows tool chkdsk | type into cmd 'chkdsk /?' and read the you will need
for data recovery use "recuva" its freeware
for both you will need windows and a card reader, also make sure the card is not in locked status
Sent from my SM-N9005 using XDA Premium 4 mobile app
BunnyPig said:
What happens if you insert the SD-card into your laptop and check for it via Disk Manager?
To do so: Go to your desktop and right click on Computer>Manage>Storage>Disk Management and check if you can find it there. Look at the lower part of the window (gray background) and see if you can see the storage there.
If you can see your SD-card's storage there you might have some hope. Though I can't really help you any further from this point but I can assure you that if you see your storage unit there you can save some data from it.
Click to expand...
Click to collapse
at first it showed up under disk management, now it doesn't.. now it just shows up on my computer and it freezes when I try to open
rayman95 said:
you need to put in a sdcard reader on you computer and use testdisk to restore tour mbr
http://www.cgsecurity.org/wiki/TestDisk
I used many times and it's very efficient
Click to expand...
Click to collapse
Killberty said:
Do not do any writr accesses to the card from niw on as it may destroy your data
to restore the filesystem ( error 'sd must be formatted') use the windows tool chkdsk | type into cmd 'chkdsk /?' and read the you will need
for data recovery use "recuva" its freeware
for both you will need windows and a card reader, also make sure the card is not in locked status
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
recuva wont open when my sd card is plugged in, but it opens as soon as I eject it. and then when I re insert it , it doesn't find the memory card.. CMD has so many options. if I select F, then it says its in use by other program
moinsheriff said:
recuva wont open when my sd card is plugged in, but it opens as soon as I eject it. and then when I re insert it , it doesn't find the memory card.. CMD has so many options. if I select F, then it says its in use by other program
Click to expand...
Click to collapse
reboot your computer and use chkdsk /f /r
EDIT: recuva will only work when you have a working filesystem, cann you properly acces the file system on your sd, or does it tell you you have to format the card first (which you shd not do ofc)
Sent from my SM-N9005 using XDA Premium 4 mobile app
Killberty said:
reboot your computer and use chkdsk /f /r
EDIT: recuva will only work when you have a working filesystem, cann you properly acces the file system on your sd, or does it tell you you have to format the card first (which you shd not do ofc)
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ok so I entered chkdsk e: /r It's been an hour but there's no progress. Cmd not showing anything either. Is it supposed to be like this.
moinsheriff said:
Ok so I entered chkdsk e: /r It's been an hour but there's no progress. Cmd not showing anything either. Is it supposed to be like this.
Click to expand...
Click to collapse
i repeat
you need to put in a sdcard reader on you computer and use testdisk to restore your mbr
http://www.cgsecurity.org/wiki/TestDisk
I used many times and it's very efficient

Categories

Resources