mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
update the windows part
I choose to add this part because, after the clean the usb stick could stay in a raw state without creating the new partions, activating and formatting. Thanks Change-type: patch
This commit is contained in:
parent
b3bc589d70
commit
9f96558cdd
@ -159,6 +159,18 @@ pre-installed in all modern Windows versions.
|
||||
|
||||
- Run `clean`. This command will completely clean your drive by erasing any
|
||||
existent filesystem.
|
||||
|
||||
- Run `create partition primary`. This command will create a new partition.
|
||||
|
||||
- Run `active`. This command will active the partition.
|
||||
|
||||
- Run `list partition`. This command will show available partition.
|
||||
|
||||
- Run `select partition N`, where `N` corresponds to the id of the newly available partition.
|
||||
|
||||
- Run `format override quick`. This command will format the partition. You can choose a specific formatting by adding `FS=xx` where `xx` could be `NTFS or FAT or FAT32` after `format`. Example : `format FS=NTFS override quick`
|
||||
|
||||
- Run `exit` to quit diskpart.
|
||||
|
||||
### OS X
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user