markdown 创建一个可启动的USB闪存驱动器.md

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 创建一个可启动的USB闪存驱动器.md相关的知识,希望对你有一定的参考价值。

# In Windows

+ First Open CMD
+ Type diskpart and Enter
+ Then Follow the command one by one according to the list
```
list disk
select disk #NUMBER WHICH IS YOUR USB
clean
create partition primary
select partition 1
active
format quick fs=ntfs
exit
```
+ Then Just copy all the content in the iso file include using any decompration software like winrar , winzip , 7zip and so on.

## Wish you best of luck and happy exploring new OS

以上是关于markdown 创建一个可启动的USB闪存驱动器.md的主要内容,如果未能解决你的问题,请参考以下文章

制作 Ubuntu Core 的安装介质

markdown 从命令行界面创建可启动的macOS usb安装程序

Rufus——启动盘创建工具(usb启动盘)

如何模拟 USB 闪存驱动器并同时读取数据

bootcamp安装windows一直正在下载软件

如何在 USB 闪存驱动器插入上运行 Python 脚本