美文网首页
make bootable usb with dd

make bootable usb with dd

作者: siyongshuai | 来源:发表于2018-01-27 20:09 被阅读0次

查看优盘编号

sudo fdisk -l

卸载已经挂载的分区

sudo umount /dev/sdc1

dd制作启动盘

dd  if=/path/to/ubuntu-16.04.iso of= /dev/sdc

注意:

是/dev/sdc而不是/dev/sdc1

相关文章

网友评论

      本文标题:make bootable usb with dd

      本文链接:https://www.haomeiwen.com/subject/ckloaxtx.html