Unable to delete files from my micro sd card
Closed
sai
-
Nov 21, 2016 at 06:24 AM
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Nov 22, 2016 at 02:46 AM
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Nov 22, 2016 at 02:46 AM
Related:
- Unable to delete files from my micro sd card
- Delete my whatsapp account without app - Guide
- Network card - Guide
- How to delete multiple files on mac - Guide
- Unable to ping computer on same network - Guide
- How to delete recent files in windows 11 - Guide
1 response
R2D2_WD
Posts
3606
Registration date
Monday September 1, 2014
Status
Member
Last seen
February 20, 2017
155
Nov 22, 2016 at 02:46 AM
Nov 22, 2016 at 02:46 AM
Hi Sai,
So, when you open Disk Management the SD card is listed there correctly and you can access the card but are not able to copy new files on it. Is that right?
Please make sure you are using the PC as an Administrator. If you are getting an error trying to format from Disk Management or My Computer, try using Command Prompt. The commands should be:
Diskpart
List Disk
Select disk n (n must be the drive’s number)
Clean
Format fs=FAT32 quick label=SD
Exit
These commands should format the card in FAT32. If you need NTFS file format, replace fs=FAT32 with fs=NTFS
Open Disk Management and check if the drive has been formatted.
Hope this helps
So, when you open Disk Management the SD card is listed there correctly and you can access the card but are not able to copy new files on it. Is that right?
Please make sure you are using the PC as an Administrator. If you are getting an error trying to format from Disk Management or My Computer, try using Command Prompt. The commands should be:
Diskpart
List Disk
Select disk n (n must be the drive’s number)
Clean
Format fs=FAT32 quick label=SD
Exit
These commands should format the card in FAT32. If you need NTFS file format, replace fs=FAT32 with fs=NTFS
Open Disk Management and check if the drive has been formatted.
Hope this helps