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盘在计算机上插入的状态,不要拔下来。