LegendaryMachine said:evol said:install cdrdao and rip your copy from the original with the commandlineLegendaryMachine said:Just out of curiosity, does any one know a good way to rip PSX games from a computer running on Mac OSX?
cdrdao read-cd --read-raw --datafile mycopy.bin --device 0,0,0 --driver generic-mmc-raw mycopy.toc
[bus,id,lun] is 0,0,0 for the first device 0,1,0 for the second and so forth
or you could give the servicename to the device like
cdrdao read-cd --read-raw --datafile mycopy.bin --device IODVDServices --driver generic-mmc-raw mycopy.toc
Er...I have no idea on how to install CDRDAO...sorry, but can you help? :unsure:
I understand all of the other instructions, though
here matey if you want to compile it yourself oldstyle http://osx.freshmeat.net/projects/cdrdao/
and here for the mac way http://cdrdao.darwinports.com/
heres the real lazy way of installing gnu utils on OSX its a package manager http://www.finkproject.org/
Last edited by a moderator: