How to migrate a whole partition? [closed]












1















I have two computers (old and new) connecting by a cable, now I try to move/copy/clone a partition to the new computer, without copying files one by one. Then the new can access the files copied from the old easily, how to do for this question?










share|improve this question













closed as unclear what you're asking by Sparhawk, Thomas, RalfFriedl, Anthony Geoghegan, Isaac Jan 27 at 3:36


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • 1





    What's the unclear is, I have got some answers.

    – gpolopop
    Jan 27 at 11:52
















1















I have two computers (old and new) connecting by a cable, now I try to move/copy/clone a partition to the new computer, without copying files one by one. Then the new can access the files copied from the old easily, how to do for this question?










share|improve this question













closed as unclear what you're asking by Sparhawk, Thomas, RalfFriedl, Anthony Geoghegan, Isaac Jan 27 at 3:36


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • 1





    What's the unclear is, I have got some answers.

    – gpolopop
    Jan 27 at 11:52














1












1








1








I have two computers (old and new) connecting by a cable, now I try to move/copy/clone a partition to the new computer, without copying files one by one. Then the new can access the files copied from the old easily, how to do for this question?










share|improve this question














I have two computers (old and new) connecting by a cable, now I try to move/copy/clone a partition to the new computer, without copying files one by one. Then the new can access the files copied from the old easily, how to do for this question?







ubuntu fedora partition samba suse






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 25 at 11:47









gpolopopgpolopop

92




92




closed as unclear what you're asking by Sparhawk, Thomas, RalfFriedl, Anthony Geoghegan, Isaac Jan 27 at 3:36


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









closed as unclear what you're asking by Sparhawk, Thomas, RalfFriedl, Anthony Geoghegan, Isaac Jan 27 at 3:36


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 1





    What's the unclear is, I have got some answers.

    – gpolopop
    Jan 27 at 11:52














  • 1





    What's the unclear is, I have got some answers.

    – gpolopop
    Jan 27 at 11:52








1




1





What's the unclear is, I have got some answers.

– gpolopop
Jan 27 at 11:52





What's the unclear is, I have got some answers.

– gpolopop
Jan 27 at 11:52










2 Answers
2






active

oldest

votes


















1














The fastest way to clone partition is to attach old harddisk to the new machine and do the cloning. But (depend of files) copy files in most of the cases will be faster






share|improve this answer































    1














    It sounds like clonezilla would be the easiest way to go, if I understand your question correctly and the connection between the computers is working. Also, you could try mount the new partition/s then use rsync to copy everything. I used



    rsync -avhPHAXx / /path/to/new/root


    several times recently and it works every time. DO NOT FORGET TO (arch-)chroot into the new partition and install+update grub/your chosen bootloader, or you'll get an os not found type error.






    share|improve this answer
























    • The problem is I'm a beginner, after connecting computers, how to set them up to access eachother? Should the both computers running Clonezilla for this setup?

      – gpolopop
      Jan 26 at 6:33











    • If you can remove the disk from the new and put it in the old you should be able to (easiness dependent on distro and desktop environment) see the new disk, use gparted to partition, then use the rsync command. If you use Clonezilla you'll have to follow a tutorial as the steps are a little more involved. Honestly in your case the rsync option is way way way easier. Also - who moderates the moderators? When the mods put a straightforward question on hold it makes you think why...

      – Patrick
      Jan 27 at 15:28




















    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    The fastest way to clone partition is to attach old harddisk to the new machine and do the cloning. But (depend of files) copy files in most of the cases will be faster






    share|improve this answer




























      1














      The fastest way to clone partition is to attach old harddisk to the new machine and do the cloning. But (depend of files) copy files in most of the cases will be faster






      share|improve this answer


























        1












        1








        1







        The fastest way to clone partition is to attach old harddisk to the new machine and do the cloning. But (depend of files) copy files in most of the cases will be faster






        share|improve this answer













        The fastest way to clone partition is to attach old harddisk to the new machine and do the cloning. But (depend of files) copy files in most of the cases will be faster







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 25 at 11:57









        Romeo NinovRomeo Ninov

        5,93332028




        5,93332028

























            1














            It sounds like clonezilla would be the easiest way to go, if I understand your question correctly and the connection between the computers is working. Also, you could try mount the new partition/s then use rsync to copy everything. I used



            rsync -avhPHAXx / /path/to/new/root


            several times recently and it works every time. DO NOT FORGET TO (arch-)chroot into the new partition and install+update grub/your chosen bootloader, or you'll get an os not found type error.






            share|improve this answer
























            • The problem is I'm a beginner, after connecting computers, how to set them up to access eachother? Should the both computers running Clonezilla for this setup?

              – gpolopop
              Jan 26 at 6:33











            • If you can remove the disk from the new and put it in the old you should be able to (easiness dependent on distro and desktop environment) see the new disk, use gparted to partition, then use the rsync command. If you use Clonezilla you'll have to follow a tutorial as the steps are a little more involved. Honestly in your case the rsync option is way way way easier. Also - who moderates the moderators? When the mods put a straightforward question on hold it makes you think why...

              – Patrick
              Jan 27 at 15:28


















            1














            It sounds like clonezilla would be the easiest way to go, if I understand your question correctly and the connection between the computers is working. Also, you could try mount the new partition/s then use rsync to copy everything. I used



            rsync -avhPHAXx / /path/to/new/root


            several times recently and it works every time. DO NOT FORGET TO (arch-)chroot into the new partition and install+update grub/your chosen bootloader, or you'll get an os not found type error.






            share|improve this answer
























            • The problem is I'm a beginner, after connecting computers, how to set them up to access eachother? Should the both computers running Clonezilla for this setup?

              – gpolopop
              Jan 26 at 6:33











            • If you can remove the disk from the new and put it in the old you should be able to (easiness dependent on distro and desktop environment) see the new disk, use gparted to partition, then use the rsync command. If you use Clonezilla you'll have to follow a tutorial as the steps are a little more involved. Honestly in your case the rsync option is way way way easier. Also - who moderates the moderators? When the mods put a straightforward question on hold it makes you think why...

              – Patrick
              Jan 27 at 15:28
















            1












            1








            1







            It sounds like clonezilla would be the easiest way to go, if I understand your question correctly and the connection between the computers is working. Also, you could try mount the new partition/s then use rsync to copy everything. I used



            rsync -avhPHAXx / /path/to/new/root


            several times recently and it works every time. DO NOT FORGET TO (arch-)chroot into the new partition and install+update grub/your chosen bootloader, or you'll get an os not found type error.






            share|improve this answer













            It sounds like clonezilla would be the easiest way to go, if I understand your question correctly and the connection between the computers is working. Also, you could try mount the new partition/s then use rsync to copy everything. I used



            rsync -avhPHAXx / /path/to/new/root


            several times recently and it works every time. DO NOT FORGET TO (arch-)chroot into the new partition and install+update grub/your chosen bootloader, or you'll get an os not found type error.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 25 at 12:07









            PatrickPatrick

            312




            312













            • The problem is I'm a beginner, after connecting computers, how to set them up to access eachother? Should the both computers running Clonezilla for this setup?

              – gpolopop
              Jan 26 at 6:33











            • If you can remove the disk from the new and put it in the old you should be able to (easiness dependent on distro and desktop environment) see the new disk, use gparted to partition, then use the rsync command. If you use Clonezilla you'll have to follow a tutorial as the steps are a little more involved. Honestly in your case the rsync option is way way way easier. Also - who moderates the moderators? When the mods put a straightforward question on hold it makes you think why...

              – Patrick
              Jan 27 at 15:28





















            • The problem is I'm a beginner, after connecting computers, how to set them up to access eachother? Should the both computers running Clonezilla for this setup?

              – gpolopop
              Jan 26 at 6:33











            • If you can remove the disk from the new and put it in the old you should be able to (easiness dependent on distro and desktop environment) see the new disk, use gparted to partition, then use the rsync command. If you use Clonezilla you'll have to follow a tutorial as the steps are a little more involved. Honestly in your case the rsync option is way way way easier. Also - who moderates the moderators? When the mods put a straightforward question on hold it makes you think why...

              – Patrick
              Jan 27 at 15:28



















            The problem is I'm a beginner, after connecting computers, how to set them up to access eachother? Should the both computers running Clonezilla for this setup?

            – gpolopop
            Jan 26 at 6:33





            The problem is I'm a beginner, after connecting computers, how to set them up to access eachother? Should the both computers running Clonezilla for this setup?

            – gpolopop
            Jan 26 at 6:33













            If you can remove the disk from the new and put it in the old you should be able to (easiness dependent on distro and desktop environment) see the new disk, use gparted to partition, then use the rsync command. If you use Clonezilla you'll have to follow a tutorial as the steps are a little more involved. Honestly in your case the rsync option is way way way easier. Also - who moderates the moderators? When the mods put a straightforward question on hold it makes you think why...

            – Patrick
            Jan 27 at 15:28







            If you can remove the disk from the new and put it in the old you should be able to (easiness dependent on distro and desktop environment) see the new disk, use gparted to partition, then use the rsync command. If you use Clonezilla you'll have to follow a tutorial as the steps are a little more involved. Honestly in your case the rsync option is way way way easier. Also - who moderates the moderators? When the mods put a straightforward question on hold it makes you think why...

            – Patrick
            Jan 27 at 15:28





            Popular posts from this blog

            How to make a Squid Proxy server?

            第一次世界大戦

            Touch on Surface Book