Announcement

Collapse
No announcement yet.

Cloning Linux disks???

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cloning Linux disks???

    Anyway to do this in Windows from one drive to another.

    The host linux machine is an all in one device that doesn't allow connection of another drive.

    Tried Ghost but this doesn't seem to work with the target drive getting corrupted.

    The latest Ghost seems each Linux partition as a single drive which isn't any good.
    Chief Lemon Buyer no more Linux sucks but not as much
    Weather nut and sad git.

    My Weather Page

  • #2
    Acronis True Image *might* do it.
    I've used PartImage from the System Rescue CD, took a little work but I was able to create and restore images with it.
    This solution would not be from windows but from a bootable cd-rom.

    Alcohol and Drugs make life tolerable.

    Comment


    • #3
      Cheers mate I'll give it a go.
      Chief Lemon Buyer no more Linux sucks but not as much
      Weather nut and sad git.

      My Weather Page

      Comment


      • #4
        Rescue Mode or Live CD

        If your distribution has a rescue mode on the first install CD, or if you have one of the Live CD linux distros (like Knoppix), you should be able to
        boot and get to a console. From there, you can run the following command:

        /bin/dd if=/dev/hdX of=/dev/hdY

        or

        /bin/dd if=/dev/sdX of=/dev/sdY (for scsi disks)

        Where X is the letter of the original drive to be copied and Y is letter of the destination drive.

        This will make sure everything including the bootloader is copied over. But it will take a while since it does a block by block copy.

        - Wx

        Comment


        • #5
          Try DFSee (http://www.dfsee.com), there is evey month a new release you can test for about 30 days.
          Swiss army knife for your harddisk.

          There are Bootdisks, bootable CD-ROM images and ZIP files available.

          Here the direkt link to the downloadable files:


          At first this tool looks a bit overloaded, but it's worth a deeper look.
          You have to select the disk or partition you want to work with first and then you can select the next action.
          cu/2 magog - Germany - flying with OS/2 Warp speed...in a vehicle named eComStation (eCS)
          ---
          Author of the Java Movie Database - http://www.jmdb.de
          JMDB v1.35 FINAL is available (2007-09-20)
          Homepage: http://www.juergen-ulbts.de/

          Comment

          Working...
          X