2014年9月3日水曜日

MacOS X で isoからusb memoryを作成

http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx から。

hdiutil convert -format UDRW -o boot.img boot.iso
diskutil list
diskutil unmountDisk /dev/diskN
sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m
diskutil eject /dev/diskN

0 件のコメント:

コメントを投稿