SD Micro card is not showing on my laptop

Closed
usman - 7 Sep 2016 à 04:51
R2D2_WD Posts 3606 Registration date Monday 1 September 2014 Status Member Last seen 20 February 2017   - 7 Sep 2016 à 09:39
Hello,


my sd micro card is not showing on my laptop help me to format it and show on my laptop.
Related:

1 response

R2D2_WD Posts 3606 Registration date Monday 1 September 2014 Status Member Last seen 20 February 2017   155
7 Sep 2016 à 09:39
Hi Usman,

Since you are trying to format it, you do not have important data on it, right? Please open Disk Management and check if the card appears. Does it have a drive letter and a file format? Try to format it, by right clicking on it.
If the card is not recognized by Disk Management, check if it is listed in Device Manager. If it is not, there may be a problem with the card or a connectivity issue. Check the card on another PC.
You should also try the following commands in the Command Prompt:
Diskpart
List disk
Select disk n (n is the number of the drive)
Format fs=ntfs label=(name) quick
Assign letter (letter)

Exit

These commands should format the SD card in NTFS.

Hope this helps