# 다운받은 ISO 이미지 변환
hdiutil convert -format UDRW -o ~/desktop/ubuntu.img ~/desktop/ubuntu.iso
# USB 확인
diskutil list
# USB unmount
diskutil unmountDisk /dev/disk
# 부팅용 USB 만들기
sudo dd if=~/desktop/ubuntu.img of=/dev/disk bs=1m
# 다운받은 ISO 이미지 변환
hdiutil convert -format UDRW -o ~/desktop/ubuntu.img ~/desktop/ubuntu.iso
# USB 확인
diskutil list
# USB unmount
diskutil unmountDisk /dev/disk
# 부팅용 USB 만들기
sudo dd if=~/desktop/ubuntu.img of=/dev/disk bs=1m