- 主题:如何将一台计算机的操作系统及软件迁移到另外一台计算机的硬盘
B盘比A盘的实际使用部分的容量大的话
可以用这个软件吗?
【 在 heideggerr 的大作中提到: 】
: 只要B的硬盘比A的大,都可以非常简单地用clonezilla来进行系统迁移,非常好用的一个工具。
--
FROM 120.245.100.*
傲梅分区助手的“迁移ssd系统盘”那个功能
--
FROM 222.130.138.*
谢谢
【 在 z16166 的大作中提到: 】
: 傲梅分区助手的“迁移ssd系统盘”那个功能
--
FROM 120.245.100.*
那可能需要分区迁移,不过我只用过磁盘迁移 没用过分区迁移,所以不敢肯定。
【 在 zanzhang 的大作中提到: 】
: B盘比A盘的实际使用部分的容量大的话
: 可以用这个软件吗?
:
: ...................
--
FROM 60.16.234.*
就是说如果A盘如果本来500G,实际只用了100G;
而B盘的容量只有250G的话
A盘的数据能迁移到B盘中吗?
【 在 heideggerr 的大作中提到: 】
: 那可能需要分区迁移,不过我只用过磁盘迁移 没用过分区迁移,所以不敢肯定。
--
FROM 120.245.100.*
能,但你最好在克隆前,把你要克隆的系统分区,比如windows的c收缩一下。收缩到250以内。你可能要修复boot。傲梅分区助手有无这个一步到位功能,我不记得了。
【 在 zanzhang 的大作中提到: 】
: 就是说如果A盘如果本来500G,实际只用了100G;
: 而B盘的容量只有250G的话
: A盘的数据能迁移到B盘中吗?
: ...................
--
FROM 119.130.152.*
谢谢!
【 在 Dazzy 的大作中提到: 】
: 能,但你最好在克隆前,把你要克隆的系统分区,比如windows的c收缩一下。收缩到250以内。你可能要修复boot。傲梅分区助手有无这个一步到位功能,我不记得了。
--
FROM 120.245.100.*
我搜了下,有人成功的:
I have tried a disc to disc clone from a 930GiB HDD (source drive) with a GPT partition table to 890GiB SSD (destination). Please note I am a Linux user and I have a dual boot with windows 10. I have tried to left unchanged all the partitions and to reduce slightly the size of my data partition only.
With gparted, I resized the bigger data partition in order to have an overall size that fits the destination SSD, and moved all free space at the end
I used clonezilla-Live from USB pen, with advanced mode and -icds enabled.
It failed. It looks like Clonezilla fails, at start, to clone the partition table to the destination disk because it wrongly uses sfdisk utility that is for older partition types instead of sgdisk utils. My solution:
The same as previous (overall size must fit)
I manually copied the partition from one drive to another, using Clonezilla shell with sgdisk (only for GPT partitions):
sgdisk /dev/sdSourceDeviceName -R /dev/sdDestinationDeviceName
Performed Clonezilla disc-to-disc clone, selecting the option -icds: Skip checking destination size before creating partition table, and then the option -k: Do NOT create partition table on boot sector on target machine. (In this case Clonezilla uses the destination partitions as they are, and resizes partitions when sizes are smaller, in order to fit, it performs a good "best effort").
It worked. I obtained all the partitions the same size as source (Yes I only reduced the bigger partition a bit). Dual boot with windows keeps working well.
【 在 zanzhang 的大作中提到: 】
: 就是说如果A盘如果本来500G,实际只用了100G;
: 而B盘的容量只有250G的话
: A盘的数据能迁移到B盘中吗?
: ...................
--
FROM 60.16.234.*
赞一个牛逼的英文能力
【 在 heideggerr 的大作中提到: 】
: 我搜了下,有人成功的:
: I have tried a disc to disc clone from a 930GiB HDD (source drive) with a GPT partition table to 890GiB SSD (destination). Please note I am a Linux user and I have a dual boot with windows 10. I have tried to left unchanged all the partitions and to reduc
: e slightly the size of my data partition only.
: ...................
--
FROM 120.245.100.*
用ghost把一个硬盘直接备份,然后恢复到另一个硬盘上,不知道行不行?
【 在 zanzhang 的大作中提到: 】
: 有两台计算机
: 其中第一台计算机A已经装好了操作系统和软件
: 现在另外一台计算机B,硬件配置与A完全不同,但是希望能直接把A的操作系统和软件都
: ...................
--
FROM 171.212.98.*