Pages tagged with dd

  • How to duplicate a DVD - To duplicate a DVD - copy it to a blank DVD - you can use dd to dump its data as an ISO file then record it to a new DVD using growisofs. dd if=/dev/dvd of=thedvd.iso growisofs -dvd-compat -Z /dev/dvd=thedvd.iso
  • 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...
Go to top

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