How to migrate a whole partition? [closed]
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
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.
add a comment |
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
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
add a comment |
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
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
ubuntu fedora partition samba suse
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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
add a comment |
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.
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
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
add a comment |
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
add a comment |
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
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
answered Jan 25 at 11:57
Romeo NinovRomeo Ninov
5,93332028
5,93332028
add a comment |
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
1
What's the unclear is, I have got some answers.
– gpolopop
Jan 27 at 11:52