笔记笔记
  • Home
  • AI&ML
  • Example
  • Zoo
  • 关于
⌘ K
macOS - 返回
常用命令
Shell 软件
iTerm
Homebrew
macOS 制作 U 盘 启动
DNS
系统工具
Python 环境
桌面软件
VMware Fusion
最后更新时间:
Copyright © 2023-2024 | Powered by dumi | GuoDapeng | 冀ICP备20004032号-1 | 冀公网安备 冀公网安备 13024002000293号

TABLE OF CONTENTS

‌
‌
‌
‌

macOS 制作 U 盘 启动

查看挂载的 U 盘

这里省略的很多信息,只保留了需要关注的内容。

$ diskutil list
/dev/disk4 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *8.0 GB disk4
1: Windows_NTFS TF 8.0 GB disk4s1

卸载 U 盘

观察到 Finder 里面看不见这个 U 盘了,就是卸载对了。

$ diskutil unmountDisk /dev/disk4
Unmount of all volumes on disk4 was successful

烧录镜像

输入密码后没有输出就等着,等很久后输出了如下信息就是完成了。

sudo dd if=/Users/felix/CentOS-7-x86_64-DVD-2009.iso of=/dev/disk4
Password:
9203712+0 records in
9203712+0 records out
4712300544 bytes transferred in 1142.195394 secs (4125652 bytes/sec)