Click to See Complete Forum and Search --> : ripping cds into iso files...


dreamlesstime
07-14-2003, 10:48 PM
ok, i want to rip my playstation cds to iso files, so i can maximize the performance of the epsxe emulator.
does anyone know how to rip a cd into iso files?
do i use mkisofs to rip a cd to iso fileS?
if it is, how do i do that?

serz
07-14-2003, 11:30 PM
Search (www.justlinux.com/forum/search.php?s=) for "burn iso", you will find some suggestions/opinions on what software to use and how.

dreamlesstime
07-15-2003, 12:38 AM
gosh, that 's really helpful...
ok i hate those posts, which saying "use the search"
that's not helping at all, just don't post it at all

Darkbolt
07-15-2003, 01:37 AM
alot of people hate answering the same question over and over again, just search

Why waste our time and yours? You could have an answer right when you wanted it to, instead of making us reply to it. You'll find your answer in a search, because i found the answer to that same question when i wanted to know.

trc
07-15-2003, 02:08 AM
check here (http://reviewed.homelinux.org/en/howtocdwrite.html)

first thing that popped up in a G4L "ripping cds to isos" search

dkeav
07-15-2003, 02:26 AM
dd if=/dev/cdrom of=/home/user/whatever.iso

phlipant
07-15-2003, 02:50 AM
mount /mnt/cdrom
mkisofs -R /mnt/cdrom > filename.iso
umount /mnt/cdrom

dreamlesstime
07-15-2003, 03:23 AM
i used mkisofs -R /mnt/cdrom > filename.iso
to rip the playstation game as phlipant posted.
but i get input/output error message in the middle of the proces...
does anyone know why?

This does not work with Playstation-Cd's because the data track is written in mode 2 which dd can't read, and because the Cd's are multitrack (one datatrack and several audiotracks). <--- how do i rip cd that has multitracks?

phlipant
07-15-2003, 03:51 AM
for multitrack cds, you need to use cdrecord.
i like xcdroast as a cdrecord front end, as cdrecord is fairly complicated to use.

CaptainPinko
07-15-2003, 04:10 AM
would
cp /dev/cdrom ~/my.iso


work? (assuming of couse that /dev/cdrom is a symlink to hdc or whatever is the real location of your cdrom)

serz
07-15-2003, 12:13 PM
Originally posted by dreamlesstime
gosh, that 's really helpful...
ok i hate those posts, which saying "use the search"
that's not helping at all, just don't post it at all
yes, it's really helpful and you will see. If it dosn't, then ask. At least you will know that you made efforts to find the answer to your question.