**/ mamun amn /**

Sunday, January 10, 2021

Windows CMD দিয়ে SD Card অথবা Pen Drive খুব সহজে ঠিক করা । How to fix SD Card OR Pen Drive with CMD .

Windows CMD দিয়ে  SD Card অথবা Pen Drive 

খুব সহজে ঠিক করা । 

How to Use DiskPart to Clean and format a Disk with CMD.

///////////////////////////////////***////////////////////////////////////


Insert SD Card / Pen Drive in PC Or laptop.

 1 > Left Click mouse button   > In Windows Start Button.

" PIC 1 "

How to Fix SD Card/Pen Drive in CMD _Pic-1


2 > Just Type > cmd .
“Pic 2 cmd”


How to Fix SD Card/Pen Drive in CMD _Pic-2


Left Click > Run as Administrator .

*// Type just Underlined Command as it’s .//*

3 > Type > diskpart  and Enter .

Pic 3 



How to Fix SD Card/Pen Drive in CMD _Pic-3

4 > Type > list disk   and Enter

Pic 4 : 

How to Fix SD Card/Pen Drive in CMD _Pic-4

*// Note :: list disk will show all of your disk as list by size //*

*// see number of your specific disk by SIZE //*

*// Disk number 0 is My HDD 465GB //*

*// Disk number 1 is My pen drive 8GB/7520MB //*

5 > Type > select disk 1   and Enter

6 > Type > clean

7 > Type > create partition primary

8 > Type > active

9 > Type > select partition 1

10 > Type > format fs=fat32 label="name" quick

11 > Type > assign letter=I

 12 > Type > exit  *// Diskpart বন্ধ হোল //*

13 > Type > exit   *//  CMD বন্ধ হোল //*

That’s all , Now your SD Card OR Pen Drive is clean as new .

Enjoy .