ก๊วนซอฟท์แวร์ </softganz> SoftGang (Gang Software)

Web &amp; Software Developer Gang.

Burn ISO Image to USB on macOS

by Little Bear @15 ต.ค. 65 13:25 ( IP : 171...197 ) | Tags : macOS

ใช้โปรแกรม diskutil และ dd

เปิด Terminal

เรียกดูรายชื่อ device

diskutil list
diskutil unmountDisk /dev/disk4
sudo dd if=/path/to/name.iso of=/dev/disk4 bs=1m
diskutil eject /dev/disk4

ใช้ hdiutil

hdiutil burn filename.iso

ที่มา - 4 Ways to Burn ISO to USB on macOS Catalina/Mojave/Sierra and Big Sur M1 - How to Burn ISO to USB on Mac (Support Big Sur/Catalina/Mojave/High Serria)