[技術討論] hdd clone

本帖最後由 rfvijn 於 2024-7-18 13:33 編輯

有冇好介紹,用開macrium refect free,而家得30日。
得返clonezilla,冇咁好用....

Clonezilla 無咩大問題,係次次都 boot 機咁者
免費既可以試下 easeus todo backup 同 aomei backupper

TOP

Clonezilla 無咩大問題,係次次都 boot 機咁者
免費既可以試下 easeus todo backup 同 aomei backupper ...
rabbit82047 發表於 2024-7-18 13:24


好,試下先
thinks

TOP

假如隻HDD係Seagate或WD,可去官網DL Seagate DiscWizard/ WDTrueImage, 用過都OK的

TOP

本帖最後由 1597532468000 於 2024-7-18 15:05 編輯

easeus同aomei 送都唔要 唔係佢唔好用

Windows除左Macrium Reflect 仲有Acronis 或者hdd/ssd跟既software
正路係呢幾隻

如果係linux 成個partition/disk mount入去kvm度boot起Clonezilla做backup已經夠做

TOP

假如隻HDD係Seagate或WD,可去官網DL Seagate DiscWizard/ WDTrueImage, 用過都OK的
wyhui5124 發表於 2024-7-18 14:33


ok,但有時clone usb手指同ssd,樓上方便啲。
thinks

TOP

easeus同aomei 送都唔要 唔係佢唔好用

Windows除左Macrium Reflect 仲有Acronis 或者hdd/ssd跟既software
...
1597532468000 發表於 2024-7-18 14:53


Acronis本身之前買SSD送都叫幾好用
月頭換SSD諗住佢黎CLONE個OS啦
唔知點解一到重開機果PART就過唔到
好彩最後Macrium Reflect試有30日試用

TOP

本帖最後由 harryytm 於 2024-7-19 01:24 編輯

樓主可以研究下用 DISM /Capture-Image 將個 Windows 製成 WIM 影像檔
一個 WIM 影像檔可以儲存多個 Windows 嘅 Backup
但相同檔案唔會重復佔用空間
只要 Boot 著 Windows 安裝手指再 Shift + F10 開個 Command Prompt 就用到
  1. Deployment Image Servicing and Management tool
  2. Version: 10.0.19041.3636


  3. /Capture-Image /ImageFile:<path_to_image_file> /CaptureDir:<source_directory>
  4.   /Name:<Name>
  5.   [/Description:Description] [/ConfigFile:<wimscript.ini>]
  6.   {[/Compress:{fast|max|none}] [/Bootable] | [/WIMBoot]} [/CheckIntegrity]
  7.   [/Verify] [/NoRpFix] [/EA]

  8.   Captures an image of a drive to a new WIM file. Captured directories include
  9.   all subfolders and data. You cannot capture an empty directory.
  10.   Use /ConfigFile to specify the location of a configuration file that lists
  11.   exclusions for image capture and compress commands.
  12.   Use /Compress to specify the type of compression used for the initial capture
  13.   operation.
  14.   Use /Bootable to mark a Windows PE volume image as able to be booted.
  15.   Use /WIMBoot to capture the image that can be applied with WIMBoot
  16.   configuration.
  17.   Use /CheckIntegrity to detect and track WIM file corruption.
  18.   Use /Verify to check for errors and file duplication.
  19.   Use /NoRpFix to disable the reparse point tag fix.
  20.   Use /EA to capture extended attributes.

  21.     Example:
  22.       DISM.exe /Capture-Image /ImageFile:install.wim /CaptureDir:D:\
  23.         /Name:Drive-D
複製代碼

TOP

本帖最後由 1597532468000 於 2024-7-19 03:35 編輯
Acronis本身之前買SSD送都叫幾好用
月頭換SSD諗住佢黎CLONE個OS啦
唔知點解一到重開機果PART就過唔到
好 ...
4400 發表於 2024-7-18 17:01



其實係d software clone完都唔包一定識會跟番esp同bcd 仲有partition flag
或者個個以為淨clone左os就夠 冇clone齊efi/msr/re partition
所以咪唔得囉
如果clone齊都boot唔起 好大可能set 番flag同bcdboot就搞掂
就連ssd/hdd跟既software都唔包生仔

就算以前最簡單mbr得一個os partition用ghost有時都唔識自動幫你set番boot flag同bcd
試過 最後搵gparted搞番個boot flag都仲未得 要rebuild bcd

所以要自己了解gpt同efi咩玩法 software都會時得時唔得 要識diskpart assign letter 再bcdboot

TOP

本帖最後由 harryytm 於 2024-7-19 04:20 編輯
其實係d software clone完都唔包一定識會跟番esp同bcd 仲有partition flag
或者個個以為淨clone左os就夠 ...
1597532468000 發表於 2024-7-19 03:23

跟據我第一身經驗
EFI 同 MSR 無需要 Backup
Windows RE 最緊要 backup 個 winre.wim
用 DISM /Capture-Image 將成個 C:\ 整成 wim 影像檔之後
用 Diskpart 整返 EFI MSR Windows 同 WinRE 分割區
然後 DISM /Apply-Image 去目的磁碟嘅 Windows 分割區
之後用 bcdboot 寫返 Windows Boot Manager 去 EFI
最後用 reagentc 加返 Windows RE 去 BCD

我仲試過成功將 MBR 嘅 Windows 用以上方法移去 GPT 嘅SSD

有興趣研究可以睇下以下呢個 Page
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/capture-and-apply-windows-system-and-recovery-partitions?view=windows-11

Acronis 我用過但對付費升或者買 SSD 送嘅軟件無咩好感
傾向用返 Windows RE / PE 內置已經有嘅工具會比較好

TOP