Format usb

Closed
king - Feb 15, 2016 at 02:59 AM
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017   - Feb 15, 2016 at 04:11 AM
Hello,
what the code format usb to cmd


Related:

1 response

R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017   155
Feb 15, 2016 at 04:11 AM
Hi King,

If you are trying to format your USB using the Command Prompt, try following these commands:
Diskpart
List Disk
Select Disk n ( n is the number of the drive)
Clean
Select partition primary
Active
Format fs=ntfs label=”USB drive” quick
Assign
Exit

These commands should format your USB drive in NTFS format.

Hope this helps

0