Audio recording and playback of ISO

ISO - Raw data.

Creation:

dd if=/dev/cdrom of=cd.iso (or cat /dev/cdrom > cd.iso)
dd if=/dev/dvd of=dvd.iso

Playback via mount:

mount -t iso9660 -o loop,user cd.iso /mnt/cdiso
mount -t iso9660 -o loop,user dvd.iso /mnt/dvdiso

Play as if mount point were normal device.

Playback without mount:

mplayer dvd://1 -dvd-device dvd.iso
mplayer cdda://1 -cdrom-device cd.iso

References:

  • http://kevin.vanzonneveld.net/techblog/article/make_iso_images_on_linux/
  • http://www.gentoo-wiki.info/Mount_ISO_and_MDF_Images

Last modified: 15/05/2011 Tags: , , ,

Related Pages

Other pages possibly of interest:

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top