Mac OS X: Best Way to Make an ISO from a CD or DVD

http://superuser.com/questions/85987/mac-os-x-best-way-to-make-an-iso-from-a-cd-or-dvd


Both command-line and screen-oriented pointers appreciated!

update:

I verified the disk utility, hdiutil, and dd methods. dd seems the fastest, 30 minutes on my macbook pro vs. 40 minutes for hdiutil. I was able to simplify dd to use just if= and of=

For DVD, I used /dev/disk2. I unmounted it first

$ sudo umount /dev/disk2
$ dd if=/dev/disk2 of=mydisk.iso
link | improve this question
 
Yeah dd is the fastest, it is the disk druid, after all! :) –  msanford  Nov 30 '10 at 21:46
 
why did you unmount disk2? I thought you need to leave the DVD drive mounted, so you can read the data from it? –  Pure.Krome  Jan 11 '11 at 22:55
1  
@Pure.Krome, for this purpose, /dev/disk2 is a file of several GB length. The directory structure is embedded in those bytes. IIRC, I had to umount in order to read /dev/disk2. –  Mark Harrison  Jan 12 '11 at 21:15
feedback

migrated from serverfault.com Dec 21 '09 at 7:59

This question came from our site for system administrators and desktop support professionals.

11 Answers

up vote 22 down vote accepted

There are generally three ways to create a disk image on an OS X box:

  1. Disk Utility - The on-screen prompts will guide you, but it will by default create a .dmg, which is an OS X-specific file format. Disk Utility will also create an ISO (.cdr extension) if you select the "CD/DVD Master" option before creation the image. Rename the extension (to .iso) after creation if needed.

  2. Roxio Toast - The de facto third-party standard in creating optical media on Mac OS for over a decade, it will create almost any CD or DVD format you want.

  3. The hdutil command-line utility, which will, in fact, create every format that Toast supports, for free, though it is far less pretty. If you want to create an ISO with this tool, use hdiutil makehybrid -iso -joliet -o Image.iso /input_path

There is a fourth, extremely direct command-line way using dd that sysadmins might know: dd if=/dev/disk1 of=Image.iso

link | improve this answer
 
Was this post useful to you?      

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值