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
R2D2_WD Posts 3606 Registration date Monday 1 September 2014 Status Member Last seen 20 February 2017 - 7 Sep 2016 à 09:39
Related:
- SD Micro card is not showing on my laptop
- Fat32 micro sd card - Guide
- What is a network card - Guide
- Headphones not working on laptop - Guide
- Why is my laptop keyboard not typing letters - Guide
- How to press # on laptop - Guide
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
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
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