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
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Feb 15, 2016 at 04:11 AM
Related:
- Format usb
- Usb show - Download - Backup and recovery
- Format factory - Download - Other
- Hp usb disk storage format tool - Download - Storage
- Usb flash drive tester - Download - Backup and recovery
- Kingston format utility - Download - Storage
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
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
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