mac:~ hoge$ disktool -u disk1s0 disk1s0 device will be unmounted ... ***Notifications Complete for type 1 ***Responding yes to unmount - disk1s0 ***Disk Unmounted('disk1s0') mac:~ hoge$ dd if=/dev/disk1s0 of=ISOIMAGE.iso 216916+0 records in 216916+0 records out 111060992 bytes transferred in 122.283590 secs (908225 bytes/sec) mac:~ hoge$ disktool -e disk1s0 disk1s0 device will attempt to be ejected ... ***Notifications Complete for type 1 ***Disk Unmounted('disk1') ***Notifications Complete for type 4 ***Responding yes to eject - disk1 ***Responding yes to eject - disk1s0 ***Disk Ejected('disk1') ***Disk Ejected('disk1s0')
初心者くさい発言だが、isoイメージってddで吸い出せるんだ……
知らなかったです。
0 Comments.