memory card not formatted

Solution
Try formatting in your friends PC or in other OS like linux.

If that didnot work then go to command prompt and open it as administrator then write DISKPART after that you will see a list. if you are using 1 hard drive then the disk 0 will be your hard drive and disk 1 is your SD card. Then write SELECT DISK 1 (double check that it's your SD card). Then write CLEAN in next line write CREATE PARTITION PRIMARY. After that write ACTIVE. Then SELECT PARTITION 1. Then write FORMAT FS=FAT32.

(Sorry I have used upper cases letters)


I hope this works.

You can check it in this image.

disk.jpg

CyberBlade

Honorable
Feb 9, 2017
453
0
11,160
Try formatting in your friends PC or in other OS like linux.

If that didnot work then go to command prompt and open it as administrator then write DISKPART after that you will see a list. if you are using 1 hard drive then the disk 0 will be your hard drive and disk 1 is your SD card. Then write SELECT DISK 1 (double check that it's your SD card). Then write CLEAN in next line write CREATE PARTITION PRIMARY. After that write ACTIVE. Then SELECT PARTITION 1. Then write FORMAT FS=FAT32.

(Sorry I have used upper cases letters)


I hope this works.

You can check it in this image.

disk.jpg
 
Solution

Amandafried

Commendable
Feb 17, 2017
15
0
1,520
Sometimes what happens is that due to virus attack data or files within the Pen drive it get hidden. So before formatting, your pen try to unhide the files which occupying the space of the pen drive. You can try to type dot asterisk in the search bar .* to unhide the files and you can see it. if does not work then

to recover files due to virus attack CMD scripting as

1. Plug in your Pen drive to your computer
2. Go to the start menu, type in "cmd" in a search bar, hit enter and then you can see something named "cmd. exe"
under a list of programs.
3. Right-click "cmd. exe" and then you will get the command windows that allows you to recover virus infected files. Type
in "attrib -h -r -s /s /d drive letter:\*.*", for example, "attrib -h -r -s /s /d G:\*.*".

I hope this would help.