Menu Options |
CD-ROM/ISO 9660 Images
UNIX and UNIX-Like OS
To create an image file, make use of “dd”. This is one of the original UNIX utilities and is included in every
dd [ if=/dev/cdrom ] [ of=/tmp/cdrom.image ].
In this case, “dd” reads the entire disc from the device “/dev/cdrom” and saves the output in the specified output file “/tmp/cdrom.image”. Adjust both parameters exactly to your needs (input device, etc.).
MS Windows
To create the image file, use your favorite CD imaging tool. Copy the whole contents of the disc into one single ISO image file on your hard disk. For example, with “Nero,” you choose “Copy and Backup”, and navigate to the “Copy Disc” section. Select the
1
2
3
4
5
6
section
42