Raw image format

From Grub4Dos Wiki

Jump to: navigation, search

Contents

general

A raw image is just a simple, binary only, with no meta informations, flat, sector by sector copy of a data medium directly into a file.

grub4dos can boot those images for the real mode part. This means it's working well for any kind of DOS, Win9x and probable WinME. After the operating system switches to protected mode, rescans the devices and does try to load it's own device driver it will fail (feature request).

creating raw harddisk images

creation of new and empty raw images

Windows:

  • with gui: Qemu Manager v5.0 (Free Software) -> Options -> create new virtual disk -> chose Raw (Raw Disk Image File) -> chose size
  • with console: use dd for Windows (Free Software)

Linux:

  • with gui: Qemu Launcher (Free Software)
  • with console: use dd (Free Software)

DOS:

  • with gui: ?
  • with console: ?

creation of a raw image of an existing hd

Windows:

  • with gui: use ODIN (Free Software), go to options, disable compression, make image also of empty blocks (is it really raw image?)
  • with console: use dd for Windows (Free Software)

Linux:

  • with gui: ?
  • with console: use dd (Free Software)

DOS:

mounting raw images

If you are currently not booting the raw image it may happen that you want to change it's content, in this case it's useful to mount the raw image to a driver letter so you can access it with regular tools.

Windows:

  • with gui: ImDisk (Free Software)
  • with console: ?

Linux:

  • with gui: ?
  • with console: mount (Free Software)

DOS

  • with gui: ?
  • with console: grub4dos device emulation (Free Software), see DOS
Personal tools