Created
March 31, 2020 05:40
-
-
Save msnoigrs/ed986f0765d5e4be2393a5cbc868af9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
list disk | |
select disk n(nはUSBディスクの番号) | |
clean | |
create partition primary | |
format fs=fat32 quick(fat32を他のファイルシステムに変更可能) | |
assign letter =x(xはパーティションに割り当てできるドライブ文字) | |
active | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment