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.
Copy CDs to ISO files?
Moderator: Moderators
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Copy CDs to ISO files?
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.
)
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.
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.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
Under Linux all you need is the dd command.
For example:
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.
Either way works fine.
For example:
Code: Select all
dd if=/dev/cdrom of=foo.isoof=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-
shelter pitfall
- Posts: 318
- Joined: Sat Jul 10, 2004 5:20 pm
- Contact:
If alcohol 120% doesn't work with the CD you are ripping, Use IsoBuster.
Friend's site: http://rhapsody.shiroi-kaisou.net/


