how to rip/backup playstation (psx) games to iso for use with retropie emulationstation retroarch pcsx and other emulators
I had recently been setting up retropie on one of my raspberrypi3's. I found all the psx .iso's I had made years ago ran perfect on the pi3 with retropie. It had been years since I backed up some of my old playstation games, and recently found some more lying around, I decided to add them to my retropie. After searching the internet, I rememberd I used achohol in windoze xp years ago, but now strickly a linux user.
At the time of this writing I am running UbuntuGnome 16.10 on my desktop so I found this method using cdrdao, bchunk, and a bash script
add main universe repo, edit /etc/apt/sources.list and add this line save and exit: deb http://us.archive.ubuntu.com/ubuntu yakkety main universe
update repositories sudo apt-get update
install cdrdao sudo apt-get install cdrdao
install bchunk sudo apt-get install bchunk
get the script from here, or below wget https://gist.githubusercontent.com/jasenmichael/0b2d8a7a6b33fb43ba9c6fa21ff97e71/raw/8c6c160cb2ce2d7ff583ec80c5c8d74221985201/psx2iso.sh
make it exacutable chmod +x psx2iso.sh
you are all set, now put the playstation cd in drive , then unmount it with sudo umount /dev/sr0
and rip it with: ./psx2iso NAME_OF_GAME