This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by UMAIR SHABBIR
Step 1
Run Command Prompt as Administrator.
Step 2
Type the following command:
diskpart
Step 3
Type the following command:
list disk
Step 4
Type the following command:
select disk <disk number>
Replace
<disk number>with the disk number of your SD/USB.
Step 5
Type the following command:
clean
Step 6
Type the following command:
create partition primary
Hooray 🎉 You're Done!
Now you can format your SD/USB and use it again.
Follow the steps below to format your SD/USB
ORyou can format it from Windows Explorer.
Step 7
Type the following command:
select partition <partition number>
Replace
<partition number>with the partition number of your SD/USB.
Step 8
Type the following command:
active
Step 9
Type the following command:
format fs=fat32 quick
Step 10
Type the following command:
assign
Step 11
Type the following command:
exit
Fin 🎉
This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by UMAIR SHABBIR
UMAIR SHABBIR | Sciencx (2022-09-30T05:17:55+00:00) Fix SD/USB in a Few Steps!. Retrieved from https://www.scien.cx/2022/09/30/fix-sd-usb-in-a-few-steps/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.