Using dd command

rference

首先查找 U 盘设备

1
$ sudo fdisk -l

卸载 U 盘

1
$ sudo umount /dev/sda1

使用 dd 命令制作启动盘

1
$ sudo dd if=xxx.iso of=U盘路径 status=progress

注意不要填上数字,要写成如: /dev/sda.

这里 status=LEVEL, 是和报错相关.


Using dd command
http://example.com/2022/07/24/Using-dd-command/
作者
Jie
发布于
2022年7月24日
许可协议