From e81c293123f6840e3f498169e3550ea66a601635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 23 Aug 2021 11:31:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=94=B9=E6=AD=A3=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E6=8B=BC=E5=86=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/make-ubuntu-boot-macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/make-ubuntu-boot-macos.md b/source/_posts/make-ubuntu-boot-macos.md index f179f2b..b9c6235 100644 --- a/source/_posts/make-ubuntu-boot-macos.md +++ b/source/_posts/make-ubuntu-boot-macos.md @@ -32,7 +32,7 @@ hdiutil convert -format UDRW -o ubuntu.iso ubuntu-20.04.2.0-desktop-amd64.iso # 首先查询一下U盘所使用的设备号 diskutil list # 假设U盘使用的设备号是/dev/disk2 -diskutil unountDisk /dev/disk2 +diskutil unmountDisk /dev/disk2 ``` > 卸载U盘以后还需要保持U盘在计算机上插入的状态,不要拔下来。