Welcome, Guest. Please login or register.

Author Topic: How do I make ISO image of my CDTV and CD32 games?  (Read 4356 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How do I make ISO image of my CDTV and CD32 games?
« on: February 19, 2011, 07:30:51 PM »
My preferred linux method:
Code: [Select]
$ umount /dev/cdrom
$ dd if=/dev/cdrom of=foo.iso


The actual device name may vary (could be /dev/sr0 for instance).