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. Next Computer

Next Computer

Scheduled Pinned Locked Moved The Lounge
31 Posts 14 Posters 0 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.
  • H honey the codewitch

    I was all excited. I thought you were talking about picking up an old NeXT Computer - Wikipedia[^]

    To err is human. Fortune favors the monsters.

    V Offline
    V Offline
    Vivi Chellappa
    wrote on last edited by
    #18

    I thought the same and was wondering what one could do with a computer that is over 25 years old and is unsupported.

    H 1 Reply Last reply
    0
    • V Vivi Chellappa

      I thought the same and was wondering what one could do with a computer that is over 25 years old and is unsupported.

      H Offline
      H Offline
      honey the codewitch
      wrote on last edited by
      #19

      Actually given the way it was built, it probably wouldn't be entirely out of hand to get linux running on it.

      To err is human. Fortune favors the monsters.

      1 Reply Last reply
      0
      • O obermd

        I don't recommend copying apps or settings. I've run into far too many situations where there was registry corruption and this just copied the registry corruption over to the new machine.

        R Offline
        R Offline
        RickZeeland
        wrote on last edited by
        #20

        A fresh install is best of course, but in some situations (missing install media etc.) it might be an option.

        1 Reply Last reply
        0
        • C C P User 3

          Hold it, I think that you, OriginalGriff, were thinking something similar but not identical, and I came across This... [**AOMEI Partition Assistant Standard**](https://www.diskpart.com/disk-transfer/copying-disk-freeware.html#toc.0.21535720867396413) Have you (or anyone else reading this) used AOMEI Partition Assistant Standard ? This looks like exactly what I want to do. i.e., I will be able to look and choose which previous files I want on my new machine, but the apps won't be active or automatically loaded into weird places of which I'm not aware (None dare call those things MalWare) This really looks astounding.

          OriginalGriffO Offline
          OriginalGriffO Offline
          OriginalGriff
          wrote on last edited by
          #21

          I've used it to "flex" partitions and make them bigger or smaller as needed - and it's worked beautifully for that. But I've not used it's "disk copy" functions at all.

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

          C 1 Reply Last reply
          0
          • C C P User 3

            Hold it, I think that you, OriginalGriff, were thinking something similar but not identical, and I came across This... [**AOMEI Partition Assistant Standard**](https://www.diskpart.com/disk-transfer/copying-disk-freeware.html#toc.0.21535720867396413) Have you (or anyone else reading this) used AOMEI Partition Assistant Standard ? This looks like exactly what I want to do. i.e., I will be able to look and choose which previous files I want on my new machine, but the apps won't be active or automatically loaded into weird places of which I'm not aware (None dare call those things MalWare) This really looks astounding.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #22

            Have you thought of using Clonezilla? Very useful, very easy to use, and very free. Backs up a complete HD byte for byte including sectors not normally accessible to either a file or clones to another HD.

            C 1 Reply Last reply
            0
            • OriginalGriffO OriginalGriff

              I've used it to "flex" partitions and make them bigger or smaller as needed - and it's worked beautifully for that. But I've not used it's "disk copy" functions at all.

              "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

              C Offline
              C Offline
              C P User 3
              wrote on last edited by
              #23

              Looked at it some more. Decided to take your original advice and used the AOMEI BackUpper (I think I spelled it okay) So, thanks for the suggestion. Good stuff. I'm still lusting after that Partition Assistant Standard. It's probably just a little bit too hi-tech for me at the moment; as, the last time I fiddled with individual disk sectors, the concept of "A Gigabyte" was firmly the domain of science fiction writers.

              1 Reply Last reply
              0
              • L Lost User

                Have you thought of using Clonezilla? Very useful, very easy to use, and very free. Backs up a complete HD byte for byte including sectors not normally accessible to either a file or clones to another HD.

                C Offline
                C Offline
                C P User 3
                wrote on last edited by
                #24

                Never even heard the word before you put it on my screen for me. Wow ! Thanks ! Good Stuff !

                L 1 Reply Last reply
                0
                • C C P User 3

                  Never even heard the word before you put it on my screen for me. Wow ! Thanks ! Good Stuff !

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #25

                  Glad to be able to help. It’s my go to software for disk cloning/backup of a working system. If you use ‘beginner mode’ it’s very straight forward to use. I’ve never needed any of the more advanced options

                  1 Reply Last reply
                  0
                  • C C P User 3

                    So now I will experiment with a Refurbished Computer from eBay. It's on the way. My plans for moving the contents of this machine to the other one 1. Use an External USB Drive 2. On This machine, open a Command Line window 3. In that window do this...

                    G:
                    CD \
                    MD WHATEVER
                    CD \
                    C:
                    CD \
                    XCOPY C: G:\WHATEVER /Q

                    The two switches I'm wondering about are...

                    /K Copies attributes. Normal Xcopy will reset read-only attributes.

                    /J Copies using unbuffered I/O. Recommended for very large files.

                    Seems like the "/K" switch would be the smart thing to do. As for the "/J" switch; I just don't know for sure. I probably haven't done this command in the past ten years, so I could be easily missing some important details Observations and/or Suggestions on this plan are welcome and invited

                    C Offline
                    C Offline
                    C P User 3
                    wrote on last edited by
                    #26

                    WO ! NewsFlash The Original Projected Delivery date was this coming Monday And so,,,, I thought I was being shrewd, prudent, and diligent; preparing for this, several days ahead. At 4:28 a.m. today, the box was on the truck. It's currently somewhere here in town, and will be here today. So now Duh Gotta make time Gotta make space Don't got neither To any reader here, do not harbor an inferiority complex; I'm just so great and so smart that stuff like this happens to me automatically.

                    1 Reply Last reply
                    0
                    • C C P User 3

                      So now I will experiment with a Refurbished Computer from eBay. It's on the way. My plans for moving the contents of this machine to the other one 1. Use an External USB Drive 2. On This machine, open a Command Line window 3. In that window do this...

                      G:
                      CD \
                      MD WHATEVER
                      CD \
                      C:
                      CD \
                      XCOPY C: G:\WHATEVER /Q

                      The two switches I'm wondering about are...

                      /K Copies attributes. Normal Xcopy will reset read-only attributes.

                      /J Copies using unbuffered I/O. Recommended for very large files.

                      Seems like the "/K" switch would be the smart thing to do. As for the "/J" switch; I just don't know for sure. I probably haven't done this command in the past ten years, so I could be easily missing some important details Observations and/or Suggestions on this plan are welcome and invited

                      D Offline
                      D Offline
                      davecasdf
                      wrote on last edited by
                      #27

                      Hi, ( There used to be an intelligent "copy as needed" command line tool in DOS 3.1 ?? Win 3.?? but it was too useful and got dropped. ) Clonezilla for "dup this". FreeFileSync for "compare this tree to that" and mirror them, update that one, select changes... Almost works as I'd like. gparted ( usually running from system rescue disk, bootable CD ) to copy, resize... partitions. I've usually used Clonezilla copying to a USB connected drive. Haven't had a problem there. ( Make _sure_ you know which drive is which. cloning from one WD 2 TB to a second WD 2TB is dangerous. It will show drive model, and I _think_ serial #, but you are basically running dd with training wheels. NO forgiveness. ) Have fun, dave ( who _still_ hasn't gotten the time to install the new 4 TB )

                      1 Reply Last reply
                      0
                      • V Vikram A Punathambekar

                        [TeraCopy](https://www.codesector.com/teracopy) is awesome.

                        Cheers, Vikram.

                        C Offline
                        C Offline
                        C P User 3
                        wrote on last edited by
                        #28

                        Update on TeraCopy Tried it Way too slow for this purpose

                        1 Reply Last reply
                        0
                        • OriginalGriffO OriginalGriff

                          I would make a backup of the old drive (AOMEI Backupper, again) and either copy the backup file to the new drive, or to the USB. You can then either restore it to a new partition, or mount the backup as a virtual drive and copy and paste what you want where you want. XCOPY tends to fail if it can't copy a single file because it's in use, or hidden, or not yours, or ... just to be annoying sometimes and you won't necessarily now what files have copied OK. A backup will retain attributes and creating / modification dates as well.

                          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                          C Offline
                          C Offline
                          C P User 3
                          wrote on last edited by
                          #29

                          Looks like "...*AOMEI Backupper*..." wins the blue medal for the immediate moment. He did the backup in less than 18 hours. I guess I'll learn about the restore stuff in the next day or two Thanks for the suggestion. Worked here.

                          OriginalGriffO 1 Reply Last reply
                          0
                          • C C P User 3

                            Looks like "...*AOMEI Backupper*..." wins the blue medal for the immediate moment. He did the backup in less than 18 hours. I guess I'll learn about the restore stuff in the next day or two Thanks for the suggestion. Worked here.

                            OriginalGriffO Offline
                            OriginalGriffO Offline
                            OriginalGriff
                            wrote on last edited by
                            #30

                            You're welcome!

                            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                            1 Reply Last reply
                            0
                            • C C P User 3

                              So now I will experiment with a Refurbished Computer from eBay. It's on the way. My plans for moving the contents of this machine to the other one 1. Use an External USB Drive 2. On This machine, open a Command Line window 3. In that window do this...

                              G:
                              CD \
                              MD WHATEVER
                              CD \
                              C:
                              CD \
                              XCOPY C: G:\WHATEVER /Q

                              The two switches I'm wondering about are...

                              /K Copies attributes. Normal Xcopy will reset read-only attributes.

                              /J Copies using unbuffered I/O. Recommended for very large files.

                              Seems like the "/K" switch would be the smart thing to do. As for the "/J" switch; I just don't know for sure. I probably haven't done this command in the past ten years, so I could be easily missing some important details Observations and/or Suggestions on this plan are welcome and invited

                              C Offline
                              C Offline
                              C P User 3
                              wrote on last edited by
                              #31

                              Anybody got a suggestion for a Windows'7 WiFi FTP Server ? Is this free ?... [FILEZILLA SERVER](https://filezilla-project.org/download.php?type=server)

                              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