Copy CDs to ISO files?

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Post Reply
bicostp
Moderator
Posts: 10491
Joined: Mon Mar 07, 2005 5:47 pm
Steam ID: bicostp
Location: Spamalot
Contact:

Copy CDs to ISO files?

Post by bicostp »

Does anyone know of a good program that can copy CDs, bit-for-bit, to .iso files? (for Windows or Linux. It really doesn't matter. :P)

There are some discs I want to bring into school but I don't want to risk losing/runing them, so I would save them as ISOs on my USB hard drive.
sam
Senior Member
Posts: 1746
Joined: Mon Jan 10, 2005 7:23 am
Location: toronto
Contact:

Post by sam »

Alcohol 120%?
I'm the man, if you don't think so, you're wrong.
sniper_spike wrote:That sucks, bro's before ho's anyway man.
Image
gannon
Moderator
Posts: 6974
Joined: Sun Apr 04, 2004 4:48 pm
Location: Near that one big lake
Contact:

Post by gannon »

with linux just us dd (IIRC)
Nicholai
Posts: 509
Joined: Sun Nov 13, 2005 4:28 pm

Post by Nicholai »

Copy the CDs.
MaDnEsS
Portablizer
Posts: 980
Joined: Mon Oct 10, 2005 9:33 pm
Location: rochester MN
Contact:

Post by MaDnEsS »

sam wrote:Alcohol 120%?
i agree 120% love that program :D
Reploid Ayla
Posts: 500
Joined: Tue Aug 31, 2004 2:08 pm
Location: Portland

Post by Reploid Ayla »

winiso?

nero?
Image
elliott
Posts: 97
Joined: Thu Jul 07, 2005 12:15 am

Post by elliott »

Under Linux all you need is the dd command.

For example:

Code: Select all

dd if=/dev/cdrom of=foo.iso
if=input file
of=output file

IIRC...the disc doesn't have to be mounted. Also you may need to substitute "/dev/cdrom" for your specific drive.

That should do exactly what you want.

EDIT:
Just remebered the cat command will work too.

Code: Select all

cat /dev/cdrom >foo.iso
Either way works fine.
shelter pitfall
Posts: 318
Joined: Sat Jul 10, 2004 5:20 pm
Contact:

Post by shelter pitfall »

If alcohol 120% doesn't work with the CD you are ripping, Use IsoBuster.
G-force
Moderator
Posts: 3609
Joined: Mon Apr 19, 2004 1:43 pm
Location: Sweet home Indiana
Contact:

Post by G-force »

I've used Nero for that a few times. I suppose alcohol120% would work too. Or there is old CloneCD, or even CDRWin, I'm pretty they can copy to the hardrive as a .iso
Post Reply