Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Raw disk copy?

Raw disk copy?

Scheduled Pinned Locked Moved The Lounge
sysadminhelpquestion
23 Posts 23 Posters 8 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Kevin Marois

    Drill the lock out?

    Everything makes sense in someone's mind

    R Offline
    R Offline
    Rick Shaub
    wrote on last edited by
    #21

    A "hardware solution". I love it!

    1 Reply Last reply
    0
    • D David Knechtges

      I need to take a machine and do a raw disk image of it (unused sectors and all) for a forensic type investigation if necessary. The problem is, this machine has a locked case, and the key has been lost. It is bootable to a CD or the hard disk. I don't want to install something on the machine itself, in order to prevent tainting the disk. I need to find a way to do a raw disk image of this machine across the network to my server. I have googled and tried several things (Active@, Ultimate Boot CD for windows) but none have worked. Any suggestions out there? Thanks!

      P Offline
      P Offline
      Plamen Dragiyski
      wrote on last edited by
      #22

      Write your own :) It can be written in an hour into assembly :) For windows download cs.exe from this list[^], start command prompt and execute cs.exe with following parameters (but don't copy this, it's only an example): cs.exe -i \\.\PHYSICALDRIVE0 -o "D:\harddiskcopy.bin" -b 0 -e 0 -s [SIZE_OF_HDD_IN_BYTES] -p 32768 For -i and -o values see this: Create File() function[^] and for the number check disk management in windows. -b is the offset in the file/device/volume specified by -i from where the copy reading process will begin (0 = begining) -e is the offset in the file/device/volume specified by -o from where the copy (OVER)WRITING will begin (0 = begining) -s is the size in bytes that would be copied -p is the number of bytes that will be copied (program reads -p [number] bytes into memory and then writes them to the destination and loops until -s [number] bytes reached) Hope that helps, but be careful, that can read and write to harddisk so you can erase the harddisk if you specified it in -o :)

      1 Reply Last reply
      0
      • D David Knechtges

        I need to take a machine and do a raw disk image of it (unused sectors and all) for a forensic type investigation if necessary. The problem is, this machine has a locked case, and the key has been lost. It is bootable to a CD or the hard disk. I don't want to install something on the machine itself, in order to prevent tainting the disk. I need to find a way to do a raw disk image of this machine across the network to my server. I have googled and tried several things (Active@, Ultimate Boot CD for windows) but none have worked. Any suggestions out there? Thanks!

        U Offline
        U Offline
        User 3714283
        wrote on last edited by
        #23

        Try HDCLone

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups