from a real cd with mac os x
2007-06-04
i had to make an iso file from a real cd under mac osx and thought this tip might help someone:
Application/Disk
utilitydisk2c0
(nameofyourcd) this creates a .dmg
image, now we have to convert it to an .iso
image:Application/Terminal
and type “hdiutil convert disk2s0.dmg -format UDTO -o file
” where disk2s0.dmg
is the file that was created by disk utility..cdr
file to .iso
all done, hopefully that helped you.