You are not logged in.

#1 2007-05-16 03:18:39

NoOneImportant
Member
From: Deep Southern California
Registered: 2007-02-13
Posts: 178

Ripping psx games

Is there an app in the repos that will allow me to rip my own psx games into either iso or bin/cue format?

Last edited by NoOneImportant (2007-05-16 03:18:55)

Offline

#2 2007-05-16 08:46:33

Fackamato
Member
Registered: 2006-03-31
Posts: 579

Re: Ripping psx games

NoOneImportant wrote:

Is there an app in the repos that will allow me to rip my own psx games into either iso or bin/cue format?

Doesn't the dd command work? dd if=/dev/cdrom of=~/psxgame.iso

Offline

#3 2007-05-16 09:50:04

lloeki
Member
From: France
Registered: 2007-02-20
Posts: 456
Website

Re: Ripping psx games

dd works for any non-mixed disc (ie without cdda)


To know recursion, you must first know recursion.

Offline

#4 2007-05-16 17:33:27

NoOneImportant
Member
From: Deep Southern California
Registered: 2007-02-13
Posts: 178

Re: Ripping psx games

Fackamato wrote:
NoOneImportant wrote:

Is there an app in the repos that will allow me to rip my own psx games into either iso or bin/cue format?

Doesn't the dd command work? dd if=/dev/cdrom of=~/psxgame.iso

I did that and only 16kb of the game was copied.

Offline

#5 2007-05-16 19:13:35

big_gie
Member
Registered: 2005-01-19
Posts: 637

Re: Ripping psx games

Try:

# readcd dev=ATA:1,0,0 -clone -noerror -nocorr f=cd_image.raw
http://forums.gentoo.org/viewtopic-t-436167-highlight-copy+protection.html?sid=eae521eb4939c4fa231d542e2d6fe58b wrote:

This image can be burned with cdrecord, with the clone and raw options set to get a full (including subdata) backup (that is if your writer and reader support writing/reading raw subchannel data).

or maybe:

cdrdao read-cd --device ATA:1,0,0 --driver generic-mmc-raw -v 2 --datafile CD.bin --read-raw CD.toc

then

cdrdao write --device /dev/cd/cdrw-hdc --speed 8 --eject CD.toc

Please experiments. Those are taken from an old file I'm keeping for notes.

The problem I had was that sometimes the CD wasn't readable. The program trying to read was stalling. It could have been because my drive wasn't good enough. I needed to reboot the machine to be able to use the drive.

This is all from memory, so try it and hope it will help!

Offline

#6 2007-05-16 19:21:28

Ryochan7
Member
From: Peoria, IL
Registered: 2006-01-02
Posts: 45
Website

Re: Ripping psx games

I haven't ripped any psx games in a while but I slightly remember two methods that worked. One is to use the cdrdao method. The other method would be to use Brasero. It is the only graphical cd burning/ripping program that I tried that ripped psx games to a format that psx emulators could use. I tested it out with my copies of Parasite Eve and Final Fantasy VII. Just to note, brasero is in the community repository.

Last edited by Ryochan7 (2007-05-16 19:24:43)

Offline

#7 2007-05-17 00:15:40

NoOneImportant
Member
From: Deep Southern California
Registered: 2007-02-13
Posts: 178

Re: Ripping psx games

I have Brasero, but I don't see an option to rip.

Offline

Board footer

Powered by FluxBB