Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use Guymanger to image

You can do multiple disks at once

  • DVD drives are named TEAC DV_W28S-B
  • Use Linux raw dd image
  • Split image files over 2046 MiB
  • Use a consistent or descriptive filename
  • Only md5 checksums are necessary
  • Verifying the image is a good idea

Try to mount the disk

  • The image should have a .dd or .000 extention
  • Right click and select "Disk Image Mount" under "Scripts"

Use disktype to detect image format

  1. Open a Terminal (CTRL + ALT + T)
  2. Navigate to a disk image with:
    • cd to change directory: cd Desktop/myfolder
    • ls to list files and directories: ls
  3. Run disktype
    • disktype myimage.dd 
  4. View output:

...