Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
One of our clients have a dept of graphic designers all on Macs. I was able to rip MacOS 10.5 as a .dmg file a while back before the original disc got lost. Now it resides on our Linux box (Fedora 9)
How to I burn this image onto a DVD so its useable again?
I've read similar post/threads on other sites that advise to convert to .iso format but I've also read the resulting .iso file is substantially larger. MacOS 10.5 is 6.7Gb already as a .dmg file.
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 2,612
Rep:
if i'm not mistaken dmg is just a raw disk image and there are few if any real differences between it and an iso
try mounting the image (mount -o loop disk.dmg /mnt/cdrom) if it mounts successfully then you should be able to just burn it using cdrecord like any other iso
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 2,612
Rep:
umm.. that works for hard drives, but as far as i know, cd burners are different
an iso contains the raw data, but not other critical information necessary for a cd to work, such as lead-in, lead-out, pregap, etc...
if it were that easy, nobody would waste their time with programs like cdrecord etc..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.