Create data DVDs readable by Mac and PC

Mar 25, '03 09:33:00AM

Contributed by: ndrake

Here is how I went about creating a data DVD that is readable by both a Mac (OS X) and PC. First, install cdrtools. I did this by installing fink. Once that's done, then open a Terminal and type fink install cdrtools. Second, use mkisofs to create an image to burn. The command I used went something like this:

 % mkisofs -J -r -o myimage.iso data_dir
myimage.iso is the name of the image file created, data_dir is the directory containing the stuff you want on the disc. After this command completes (how long it takes depends on how much stuff is in data_dir), use Disk Copy to burn the image to DVD.

[robg adds: I'm not sure if there's an easier way to do this, but I don't want to risk a DVD-R on testing theories; if you either test this or know of an alternative solution, please post your results...]

Comments (11)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20030323150105346