SD Micro card is not showing on my laptop
Closed
                                    
                        usman                    
                                    -
                            Sep  7, 2016 at 04:51 AM
                        
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Sep 7, 2016 at 09:39 AM
        R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Sep 7, 2016 at 09:39 AM
        Related:         
- SD Micro card is not showing on my laptop
 - How to type - on laptop - Guide
 - Fat32 micro sd card - Guide
 - What is a network card - Guide
 - Headphones not working on laptop - Guide
 - Touchpad not working on toshiba laptop - Guide
 
1 response
                    
        
                    R2D2_WD
    
        
                    Posts
            
                
            3606
                
                            Registration date
            Monday September  1, 2014
                            Status
            Member
                            Last seen
            February 20, 2017
            
         
            
                    155
    
    
                    
Sep 7, 2016 at 09:39 AM
    Sep 7, 2016 at 09:39 AM
                        
                    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