Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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:

The filesystem type for this image is FAT16

  • No labels