Unable to delete files from my micro sd card
Closed
sai
-
21 Nov 2016 à 06:24
R2D2_WD Posts 3606 Registration date Monday 1 September 2014 Status Member Last seen 20 February 2017 - 22 Nov 2016 à 02:46
R2D2_WD Posts 3606 Registration date Monday 1 September 2014 Status Member Last seen 20 February 2017 - 22 Nov 2016 à 02:46
Related:
- Unable to delete files from my micro sd card
- Fat32 micro sd card - Guide
- Network card - Guide
- How to open .swf files - Guide
- Upload files to mediafire - Guide
- How to activate o2 sim card - Guide
1 response
R2D2_WD
Posts
3606
Registration date
Monday 1 September 2014
Status
Member
Last seen
20 February 2017
155
22 Nov 2016 à 02:46
22 Nov 2016 à 02:46
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