Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

2178965

Cancelled
Original poster
Jun 21, 2009
82
17
Hi all,

I have a CD that contains a bunch of files, created from an MRI exam. I think the disc is Windows compatible, but I'm not sure if it's an ISO disc.

I would like to create an ISO image of the full contents of the CD and just store it on my hard drive. I am planning on uploading it so I can send it to my radiologist. How do I do that?

I've been searching the Internet but I'm not sure if any of the articles I've read apply.

Many thanks,
 

Fishrrman

macrumors Penryn
Feb 20, 2009
29,185
13,232
Something I saved from my archives:
========================
Create a folder with the contents you want on your ISO.

Open Disk Utility and use the New Image from Folder menu item to create an image. Ensure it is uncompressed and use the CD/DVD master option.

In my experience this creates HFS+ masters which are no good in Windows.

Next, open Terminal

Assuming your new image is called ~/Desktop/Master.cdr (the file is on your desktop and called Master.cdr) type:

cd ~/Desktop
hdiutil makehybrid -iso -joliet -o Master.iso Master.cdr

This will create an ISO/Joliet .iso file.
 

2178965

Cancelled
Original poster
Jun 21, 2009
82
17
Something I saved from my archives:
========================
Create a folder with the contents you want on your ISO.

Open Disk Utility and use the New Image from Folder menu item to create an image. Ensure it is uncompressed and use the CD/DVD master option.

In my experience this creates HFS+ masters which are no good in Windows.

Next, open Terminal

Assuming your new image is called ~/Desktop/Master.cdr (the file is on your desktop and called Master.cdr) type:

cd ~/Desktop
hdiutil makehybrid -iso -joliet -o Master.iso Master.cdr

This will create an ISO/Joliet .iso file.

Thank you, Fisherman. I think I successfully created the ISO. It seems to be readable from my hard disk as well as from the CD I burned using the ISO file.

Unfortunately, the contents are for Windows. So, I'll need to find a Windows machine to view. Ugh...!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.