Pen drive/memory card formatting
computer
mouse on the Start button and Right Click.
Click Command Prompt (Admin). A CMD window will open
1) Type: "diskpart "
and press Enter.
2) Type: "list disk "
and press Enter.
A list of all the storage devices connected to your computer will be displayed.
3) Type: "select disk"
<the number of your disk> and press Enter.
(Example: select disk 1). Important: Make sure you enter the number correctly. Otherwise, you may format your internal hard drive. You can type list disk again to check whether you are going correctly. There will be a star (asterisk symbol) before the name of the selected disk.
4) Type: "clean"
and press Enter.
5) Type: "create partition primary"
and press Enter.
6) Type: "active"
and press Enter
7) Type: "select partition 1"
and press Enter.
8) Type:
"format fs=fat32"
and press Enter.
No comments:
Post a Comment