Whats the best way to move ALL files from one hard drive to another

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Myst
    Confirmed User
    • Feb 2004
    • 4708

    #1

    Whats the best way to move ALL files from one hard drive to another

    Everytime I use windows' stupid copy/paste function, it comes across a file that it cant move for god knows what reason and the whole operation stops.

    Is there a quick and easy way to simply move all files from one hard drive to another?
    ICQ: 298-523-037
  • bobby666
    boots are my religion
    • Nov 2005
    • 21765

    #2
    i always us a mirror

    Comment

    • bobby666
      boots are my religion
      • Nov 2005
      • 21765

      #3
      i always use a mirror

      Comment

      • bobby666
        boots are my religion
        • Nov 2005
        • 21765

        #4
        ...the one in the bathroom

        Comment

        • Dennis69
          Confirmed User
          • Feb 2003
          • 1685

          #5
          It's a pain in the ass but I ended up moving a full paysite today using Windows and it fucking sucked
          HaHaHa

          Comment

          • Bro Media - BANNED FOR LIFE
            MOBILE PORN: IMOBILEPORN
            • Jan 2004
            • 16502

            #6
            Originally posted by bobby666
            ...the one in the bathroom
            i have one above my desk

            Comment

            • Myst
              Confirmed User
              • Feb 2004
              • 4708

              #7
              bump for a non retarded response
              ICQ: 298-523-037

              Comment

              • Sosa
                In Tushy Land
                • Oct 2002
                • 40149

                #8
                Symantec Ghost. Or you can always do a xcopy with the correct switches

                Comment

                • Myst
                  Confirmed User
                  • Feb 2004
                  • 4708

                  #9
                  anyone know the xcopy switches?
                  ICQ: 298-523-037

                  Comment

                  • boneprone
                    Hall Of Fame
                    • Jan 2001
                    • 34415

                    #10
                    format c

                    Industry Hall Of Fame Legend Mike Jones
                    Bow to the Power - Still BP4L
                    http://gfyawards.com/hall-of-fame
                    Learn about it kids.

                    Comment

                    • GreyWolf
                      So Fucking Banned
                      • Jun 2007
                      • 2036

                      #11
                      Originally posted by Myst
                      anyone know the xcopy switches?
                      Example...

                      xcopy C:\SourceDir D:\DestDir\ /s /e

                      Comment

                      • GreyWolf
                        So Fucking Banned
                        • Jun 2007
                        • 2036

                        #12
                        Sorry.. will explain...

                        the s switch copies all files and sub dirs - but not empty dirs
                        the e will capture all empty sub dirs and copy them

                        If you want xcopy to verify each file it copies add a /v switch to the command line.

                        Comment

                        • Zoose
                          Confirmed User
                          • Aug 2006
                          • 268

                          #13
                          Try Unlocker. It'll get rid of pretty much all of those annoying errors. Great for deleting those pesky files too.

                          Comment

                          • Superterrorizer
                            Confirmed User
                            • Sep 2003
                            • 509

                            #14
                            Put in a FreeBSD/Linux stand-alone CD like Freesbie or Knoppix
                            dd if=olddrive of=newdrive

                            You know have an exact block for block copy, for free, without wasting money on bullshit Windows applications. You can even boot off that shit if the old drive was bootable.

                            Comment

                            • Sosa
                              In Tushy Land
                              • Oct 2002
                              • 40149

                              #15
                              I would use xcopy /e/c/h/y c: d:

                              or however your drives are. If they are both being seen in windows that is...

                              Comment

                              • xroach
                                Confirmed User
                                • Feb 2002
                                • 963

                                #16
                                Originally posted by Superterrorizer
                                Put in a FreeBSD/Linux stand-alone CD like Freesbie or Knoppix
                                dd if=olddrive of=newdrive

                                Comment

                                • Myst
                                  Confirmed User
                                  • Feb 2004
                                  • 4708

                                  #17
                                  damn i hate cyclic redundancy check errors
                                  ICQ: 298-523-037

                                  Comment

                                  Working...