Quick and easy way to create an iso file from any cd/dvd under linux:
> sudo umount /dev/cdrom > dd if=/dev/cdrom of=filename-goes-here.iso bs=1024
Funny, I used the very same method to copy a dvd for a friend last night in OS X. Via Disk Utility (or dd in the terminal), make an ISO file of the dvd you want to copy, then burn the image to a blank disc. Easy.
More information about formatting options
Comments
Funny, I used the very same
by an anonymous wimp on November 6, 2007 - 23:42Funny, I used the very same method to copy a dvd for a friend last night in OS X. Via Disk Utility (or dd in the terminal), make an ISO file of the dvd you want to copy, then burn the image to a blank disc. Easy.
Post new comment