iso轉dmg

1. convert
$ hdiutil convert -format UDRW -o /path/to/generate/img/file /path/to/your/iso/file
2.check
$ diskutil list
3.umount
$ diskutil unmountDisk /dev/disk1
4.write
$ sudo dd if=ubuntu.img.dmg of=/dev/rdisk1 bs=1m
5.eject
$ diskutil eject /dev/disk1

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章