Disk Formatting Using Command Prompt
Disk Formatting Using Command Prompt
If you are using a Windows 8/7 system, enter Command Prompt and type the following
command lines one by one, and hit Enter each time:
diskpart
list disk
select disk 2 (Replace 2 with the number of your USB drive.)
clean
create partition primary
format fs=ntfs
assign
After this, exit DiskPart and you can save data to your USB flash drive again.
However, as Linux file system Ext2/3 is not compatible with Windows OS, you can
refer to a UBS format tool in Part 2 for help.
Usually, HDDs and SSDs are widely used for OS installation and data storage and
removable storage devices like USB flash drives are more used for data transferring
and storage. But the USB flash drive may become inaccessible, and you'll need to
format it so as to make it work again.
Here is a list of reasons why do you and other USB users need to format the flash
drive:
The process of formatting a bootable USB flash drive is almost the same as the
process shown on this page. You can apply CMD to format it with the listed steps
here:
Here are the steps that you can follow to format a write-protected (read-only) USB
using the command lines below: