Skip to content

Instantly share code, notes, and snippets.

@murshed
Last active November 18, 2016 00:51
Show Gist options
  • Select an option

  • Save murshed/137e3784cd81afcdd73da60a92fd78d1 to your computer and use it in GitHub Desktop.

Select an option

Save murshed/137e3784cd81afcdd73da60a92fd78d1 to your computer and use it in GitHub Desktop.
diskpart command
diskpart
list disk
select disk {number}
clean
create partition primary
select partition 1
active
format fs=fat32 quick
assign
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment