dvd

Linux: How to play with optical drives (CD/DVD) and their images (iso files)

How to create ISO image file from CD/DVD

dd if=/dev/cdrom of=/name_of_iso_file.iso

How to mount ISO image

mount -o loop /name_of_iso_file.iso /target_directory

Resources
http://www.wikihow.com/Create-an-ISO-File-in-Linux

Syndicate content