Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: copy from one drive to the other without ghosting software

  1. #1

    copy from one drive to the other without ghosting software

    Howdy..

    K so I have 2 hard drives, and I want to copy the entire boot volume to another hard drive, through a command prompt.
    Disk 1=Win2000
    Disk 2=Hard drive i want to copy to..

    I have no ghosting software or optical drives either. I was thinking of booting with win98se boot floppy {On disk 2} to get to a command prompt, then typing some command to copy across.

    Or is there a way to do it in Windows? (I'm hoping that there is).

    Any help?

    front2back

  2. #2
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    Try booting with a linux live-cd and use the dd command..
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  3. #3
    Howdy.

    Thanks sirdice, it seems to be copying something, what it's copying i don't know, will find out when it's done.

    cheers
    f2b

  4. #4
    Right turn Clyde Nokia's Avatar
    Join Date
    Aug 2003
    Location
    Button Moon
    Posts
    1,696
    Lol!


    You can use the "diskpart" coomand from the cmd prompt mate to copy simple boot volumes.

    http://www.microsoft.com/resources/d....mspx?mfr=true

    Works a treat for me!

  5. #5
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    If you use it as something like dd if=/dev/hda1 of=/dev/hdb1 it'll copy hda1 (first partition on the first disk) byte for byte to the other disk.. So it'll include everything..

    AFAIK there's no DOS command to copy a full disk apart from diskcopy.com but IIRC diskcopy can only copy floppies.. You might be able to copy every file with XCOPY (plus some switches like /E /T and /H) but I doubt you would be able to properly boot from it.. Also Win98 cannot read an NTFS volume.. If you used something like ntfs4dos then all your ACLs will get lost in the process..

    Edit: Shoot.. Nokia: If I read that MS article correctly, you're basicly creating a RAID1 (mirror) then breaking it?
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  6. #6
    Right turn Clyde Nokia's Avatar
    Join Date
    Aug 2003
    Location
    Button Moon
    Posts
    1,696
    "diskpart" and then "add disk=*" from the command prompt can mirror one partion to another on a different HDD.

  7. #7
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    Originally posted here by Nokia
    "diskpart" and then "add disk=*" from the command prompt can mirror one partion to another on a different HDD.
    If I read it correctly it'll mirror a (simple) volume not a partition.
    n : Specifies the disk to contain the mirror You can mirror only simple volumes. The specified disk must have unallocated space at least as large as the size of the simple volume you want to mirror.
    There's a slight difference between the two: Differences between volume and partition.
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  8. #8
    Right turn Clyde Nokia's Avatar
    Join Date
    Aug 2003
    Location
    Button Moon
    Posts
    1,696
    I see what you are saying Sirdice, but NT based O/S's have more that one root directory - Hence Windows will assign at least one path to each mounted volume, I.E C:/, D:/, E:/ etc


    You give focus to a partition on the selected disk.

    When a partition has focus, the related volume(s) also have focus.
    Or
    When the volume has focus, the related disk and partition also have focus if the volume maps to a single specific partition.

    In other words if you give focus to the volume on a partition by default the partition had focus too, so you also copy the partition over.


    //Can I have a pound for everytime I used the word focus please

  9. #9
    http://www.snapfiles.com/get/hdclonefree.html << freeware

    you could also do ufsdump /ufsrestore

  10. #10
    Howdy..

    Thanks everyone for the help. I got the job done eventually after 3 attempts..

    So i guess it's greenies for everyone.

    cheers
    f2b

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •