<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Clonezilla on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/clonezilla/</link>
        <description>Recent content in Clonezilla on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Tue, 23 Jun 2026 15:55:19 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/clonezilla/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Clonezilla Save Disk Image Guide: Back Up a System Drive to Another Disk</title>
        <link>https://knightli.com/en/2026/06/23/clonezilla-save-disk-image-guide/</link>
        <pubDate>Tue, 23 Jun 2026 15:55:19 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/06/23/clonezilla-save-disk-image-guide/</guid>
        <description>&lt;p&gt;Clonezilla Live can save an entire drive as an image directory, which can later be restored to a disk. The official example saves the first disk &lt;code&gt;sda&lt;/code&gt; as an image and stores it on the &lt;code&gt;sdb1&lt;/code&gt; partition of the second disk.&lt;/p&gt;
&lt;p&gt;Official document:
&lt;a class=&#34;link&#34; href=&#34;https://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/01_Save_disk_image&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/01_Save_disk_image&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is different from disk-to-disk cloning. Disk cloning writes the old disk directly to a new disk. Saving an image first packages the current disk as a backup and stores it on another disk, external drive, or network storage. When needed, you can later use &lt;code&gt;restoredisk&lt;/code&gt; to write the image back to a target disk.&lt;/p&gt;
&lt;h2 id=&#34;do-two-things-first&#34;&gt;Do two things first
&lt;/h2&gt;&lt;p&gt;First, make sure the system you want to back up is fully shut down.&lt;/p&gt;
&lt;p&gt;The official document specifically notes that the original system must not be in hibernation, Fast Startup, or a similar half-shutdown state. Windows users should pay special attention to Fast Startup. If the system is not fully shut down, the file system may not be clean, and the restored image may have problems.&lt;/p&gt;
&lt;p&gt;Second, make sure the image storage location has enough space.&lt;/p&gt;
&lt;p&gt;Clonezilla does not always save data equal to the raw size of the entire drive. It handles the image according to partitions, file systems, and actual data. Still, the storage disk needs enough free space. In the official example, &lt;code&gt;sda&lt;/code&gt; is 20GB and the final image directory is about 1.3GB because the sample system contains little data. Do not use that as a general estimate.&lt;/p&gt;
&lt;h2 id=&#34;example-scenario&#34;&gt;Example scenario
&lt;/h2&gt;&lt;p&gt;The official example has two disks:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Device&lt;/th&gt;
          &lt;th&gt;Role&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sda&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Source drive to save as an image&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sdb1&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Target partition that stores the image&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;code&gt;sda&lt;/code&gt; has Debian Bookworm installed and contains several partitions, such as &lt;code&gt;sda1&lt;/code&gt;, &lt;code&gt;sda2&lt;/code&gt;, &lt;code&gt;sda3&lt;/code&gt;, and &lt;code&gt;sda4&lt;/code&gt;. Clonezilla saves disk-level information, including boot information, partition table, partition data, and hardware/system records.&lt;/p&gt;
&lt;p&gt;Do not judge by &lt;code&gt;sda&lt;/code&gt; and &lt;code&gt;sdb&lt;/code&gt; alone. Device order may change on different machines. Before selecting, check capacity, model, connection type, and partition information.&lt;/p&gt;
&lt;h2 id=&#34;boot-clonezilla-live&#34;&gt;Boot Clonezilla Live
&lt;/h2&gt;&lt;p&gt;Boot the computer from a Clonezilla Live USB drive, CD, or other boot media.&lt;/p&gt;
&lt;p&gt;If the machine does not boot from USB automatically, adjust the BIOS/UEFI boot order, or press the boot menu key during startup, such as &lt;code&gt;Esc&lt;/code&gt;, &lt;code&gt;F8&lt;/code&gt;, &lt;code&gt;F9&lt;/code&gt;, or &lt;code&gt;F12&lt;/code&gt;. The exact key depends on the machine.&lt;/p&gt;
&lt;p&gt;In the Clonezilla Live boot menu, the default 800x600 mode is usually enough. The official document also describes several common choices:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Default mode: normal Clonezilla Live boot.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VGA 800x600 &amp;amp; To RAM&lt;/code&gt;: copy Clonezilla Live files into memory and run from there, allowing the boot media to be removed later.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VGA with large font &amp;amp; To RAM&lt;/code&gt;: useful for high-resolution displays or when larger text is needed.&lt;/li&gt;
&lt;li&gt;Safe graphic settings: useful when framebuffer graphics cause problems.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Saving an image does not always require &lt;code&gt;ToRAM&lt;/code&gt;, but if you want the boot media to be released later, or need to remove the USB drive, choose a mode with &lt;code&gt;To RAM&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;enter-device-image&#34;&gt;Enter device-image
&lt;/h2&gt;&lt;p&gt;After entering Clonezilla, choose:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Select language.&lt;/li&gt;
&lt;li&gt;Select keyboard layout. The default is fine for a US keyboard.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;Start Clonezilla&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;device-image&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;code&gt;device-image&lt;/code&gt; means backup or restore through images. Saving and restoring disk images both use this entry point. Direct disk-to-disk cloning uses &lt;code&gt;device-device&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Some Clonezilla menu items require the space key to select. The official hint says that when multiple choices are available, press &lt;code&gt;Space&lt;/code&gt;; selected items show &lt;code&gt;*&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;choose-local_dev-as-the-image-repository&#34;&gt;Choose local_dev as the image repository
&lt;/h2&gt;&lt;p&gt;Next, tell Clonezilla where to store the image.&lt;/p&gt;
&lt;p&gt;The official example chooses:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;local_dev
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;code&gt;local_dev&lt;/code&gt; is suitable when the image will be saved to a second local disk, external drive, or USB drive. After selecting it, Clonezilla scans local disks. If you use a USB drive or external drive as the image repository, insert it and wait a few seconds.&lt;/p&gt;
&lt;p&gt;When the device appears in the scan results, press:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Ctrl-C
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;to exit the scan report and continue.&lt;/p&gt;
&lt;p&gt;If you do not have a second local disk, you can choose sshfs, samba, nfs, WebDAV, S3, or OpenStack Swift depending on your environment. For a normal personal backup, &lt;code&gt;local_dev&lt;/code&gt; is the simplest.&lt;/p&gt;
&lt;h2 id=&#34;mount-the-partition-that-stores-the-image&#34;&gt;Mount the partition that stores the image
&lt;/h2&gt;&lt;p&gt;The official example chooses &lt;code&gt;sdb1&lt;/code&gt; as the image repository.&lt;/p&gt;
&lt;p&gt;Linux device names roughly mean:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Name&lt;/th&gt;
          &lt;th&gt;Meaning&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sda&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;First disk&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sda1&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;First partition on the first disk&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sdb&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Second disk&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sdb1&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;First partition on the second disk&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;If you save the image to an external drive, it may not be &lt;code&gt;sdb1&lt;/code&gt;; it could be &lt;code&gt;sdc1&lt;/code&gt;. Use capacity and device information to decide, and do not accidentally choose a partition on the source disk as the storage location.&lt;/p&gt;
&lt;p&gt;Clonezilla asks whether to check the file system of the image repository partition. The official example skips it. If that disk was previously disconnected unexpectedly or you are unsure whether the file system is clean, checking first is safer.&lt;/p&gt;
&lt;p&gt;Then select the directory where the image should be stored. The official example stores the image in the partition root &lt;code&gt;/&lt;/code&gt;. Confirm the directory, use &lt;code&gt;Tab&lt;/code&gt; to select &lt;code&gt;Done&lt;/code&gt;, and press Enter.&lt;/p&gt;
&lt;h2 id=&#34;choose-savedisk&#34;&gt;Choose savedisk
&lt;/h2&gt;&lt;p&gt;After mounting the image repository, Clonezilla shows disk usage. Choose:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Beginner
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then choose:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;savedisk
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;code&gt;savedisk&lt;/code&gt; saves an entire drive image. It stores disk-level information and partition data, making it suitable for a full system disk backup.&lt;/p&gt;
&lt;p&gt;If you only want to back up one partition, do not choose &lt;code&gt;savedisk&lt;/code&gt;; choose the corresponding partition save mode instead.&lt;/p&gt;
&lt;h2 id=&#34;enter-image-name-and-select-source-disk&#34;&gt;Enter image name and select source disk
&lt;/h2&gt;&lt;p&gt;Clonezilla asks for an image name. It suggests a default name based on date and time, but you can rename it to something easier to recognize.&lt;/p&gt;
&lt;p&gt;A useful name can include machine name, system, and date, for example:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;thinkpad-win11-2026-06-23-img
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then select the source drive to save. In the official example:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Be careful here. &lt;code&gt;sda&lt;/code&gt; is the drive to read and save as an image, not the image storage disk. Check capacity, model, and partition count before continuing.&lt;/p&gt;
&lt;h2 id=&#34;compression-checking-and-encryption&#34;&gt;Compression, checking, and encryption
&lt;/h2&gt;&lt;p&gt;Clonezilla asks for a compression method. The official document mentions two common options:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-z1p
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;which uses parallel gzip.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-z9p
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;which uses parallel zstd and is usually faster, with a slightly smaller size than gzip.&lt;/p&gt;
&lt;p&gt;Most users can choose the Clonezilla-recommended default. If speed matters more, consider zstd. If you prefer conservative compatibility, gzip is also fine.&lt;/p&gt;
&lt;p&gt;Clonezilla then asks whether to check the source file system. The official example skips it, but it also notes that if you are not sure whether the source file system is clean, checking is recommended.&lt;/p&gt;
&lt;p&gt;Next it asks whether to check the saved image. The default is to check, and the official document recommends doing so. This takes more time, but it can catch image corruption early, especially for important system disk backups.&lt;/p&gt;
&lt;p&gt;Then it asks whether to encrypt the image. The default is no encryption. If you choose encryption, Clonezilla asks for a passphrase.&lt;/p&gt;
&lt;p&gt;Be careful: you must remember the passphrase. The official document makes it clear that if you forget it, the image will not be usable later. There is no back door to decrypt it.&lt;/p&gt;
&lt;h2 id=&#34;start-saving-the-image&#34;&gt;Start saving the image
&lt;/h2&gt;&lt;p&gt;After the options are confirmed, Clonezilla displays the actual command it will run. This command is useful for batch backups, custom Clonezilla Live media, or reproducible workflows.&lt;/p&gt;
&lt;p&gt;Before starting, Clonezilla gives one more confirmation. After confirmation, it saves the source drive as an image. The official document says it usually saves:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;MBR.&lt;/li&gt;
&lt;li&gt;Partition table and disk CHS information.&lt;/li&gt;
&lt;li&gt;Data on every partition or logical volume.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Different file systems are handled by different tools, such as &lt;code&gt;partclone&lt;/code&gt;, &lt;code&gt;ntfsclone&lt;/code&gt;, &lt;code&gt;partimage&lt;/code&gt;, or &lt;code&gt;dd&lt;/code&gt;. Ordinary users do not need to manage these manually. The important part is confirming the source disk and image storage location.&lt;/p&gt;
&lt;p&gt;If you chose to check the saved image, Clonezilla automatically verifies it after creation.&lt;/p&gt;
&lt;h2 id=&#34;what-the-image-looks-like&#34;&gt;What the image looks like
&lt;/h2&gt;&lt;p&gt;After completion, the image is not one large file. It is a directory. In the official example, the image directory is:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;bookworm-2023-10-15-03-img
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The directory contains many files, such as disk lists, partition tables, hardware information, file system images, and boot-related information. The official example includes files like:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;blkdev.list
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;blkid.list
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;clonezilla-img
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;disk
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;efi-nvram.dat
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Info-dmi.txt
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Info-lshw.txt
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda1.vfat-ptcl-img.zst
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda2.ext4-ptcl-img.zst
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda-gpt-1st
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda-gpt-2nd
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda-mbr
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda-pt.sf
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Do not copy only one compressed file. For future restore, keep the whole image directory.&lt;/p&gt;
&lt;h2 id=&#34;what-to-do-after-completion&#34;&gt;What to do after completion
&lt;/h2&gt;&lt;p&gt;After saving the image, Clonezilla lets you choose:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Power off.&lt;/li&gt;
&lt;li&gt;Reboot.&lt;/li&gt;
&lt;li&gt;Enter command line.&lt;/li&gt;
&lt;li&gt;Start over.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For a system disk backup, you can usually choose power off and safely remove the image disk.&lt;/p&gt;
&lt;p&gt;It is also worth doing two more things:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Give the image directory a readable name, or record which machine, system, and date it belongs to.&lt;/li&gt;
&lt;li&gt;Keep at least one extra copy. If the image exists only on one external disk and that disk fails, the backup is gone.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If the image is important, periodically use Clonezilla&amp;rsquo;s check function to verify that it is still readable.&lt;/p&gt;
&lt;h2 id=&#34;short-advice&#34;&gt;Short advice
&lt;/h2&gt;&lt;p&gt;When saving a full disk image, remember this flow:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;device-image -&amp;gt; local_dev -&amp;gt; choose image repository -&amp;gt; Beginner -&amp;gt; savedisk -&amp;gt; enter image name -&amp;gt; choose source disk
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The points that deserve attention are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Is the original system fully shut down?&lt;/li&gt;
&lt;li&gt;Is the image repository partition correct?&lt;/li&gt;
&lt;li&gt;Is the source drive correct?&lt;/li&gt;
&lt;li&gt;Should the saved image be checked?&lt;/li&gt;
&lt;li&gt;If encryption is enabled, is the passphrase stored safely?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once these are clear, Clonezilla &lt;code&gt;savedisk&lt;/code&gt; is a solid full-disk backup method.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Clonezilla Restore Disk Image Guide: Restore a Backup Image to a Target Drive</title>
        <link>https://knightli.com/en/2026/06/23/clonezilla-restore-disk-image-guide/</link>
        <pubDate>Tue, 23 Jun 2026 15:50:48 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/06/23/clonezilla-restore-disk-image-guide/</guid>
        <description>&lt;p&gt;Clonezilla Live can restore a previously saved disk image to a drive. The official example restores the image &lt;code&gt;bookworm-2023-10-15-03-img&lt;/code&gt;, stored on the second disk &lt;code&gt;sdb&lt;/code&gt;, to the first disk &lt;code&gt;sda&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Official document:
&lt;a class=&#34;link&#34; href=&#34;https://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/02_Restore_disk_image&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/02_Restore_disk_image&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is useful for system recovery, batch deployment, lab rollback, or restoring a backup image to a new drive. Unlike copying files, &lt;code&gt;restoredisk&lt;/code&gt; restores the full disk structure, including partition table, boot-related information, and partition data.&lt;/p&gt;
&lt;h2 id=&#34;confirm-the-risks-first&#34;&gt;Confirm the risks first
&lt;/h2&gt;&lt;p&gt;Before restoring an image, confirm these points:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Data on the target disk will be overwritten.&lt;/li&gt;
&lt;li&gt;The image files must be complete and readable.&lt;/li&gt;
&lt;li&gt;The target disk should have enough capacity for the image.&lt;/li&gt;
&lt;li&gt;The source image and target disk must not be confused.&lt;/li&gt;
&lt;li&gt;For a system disk, BIOS/UEFI boot order may matter after restoration.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Clonezilla asks for confirmation twice before writing. Do not treat these confirmations as routine, especially when several disks or USB drives are connected.&lt;/p&gt;
&lt;h2 id=&#34;example-scenario&#34;&gt;Example scenario
&lt;/h2&gt;&lt;p&gt;The official example has two disks:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Device&lt;/th&gt;
          &lt;th&gt;Role&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sda&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Target disk, the first disk to be restored&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sdb&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Second disk that stores the Clonezilla image&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The image directory is:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;bookworm-2023-10-15-03-img
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;A Clonezilla image directory usually contains partition images, partition table data, disk information, hardware information, and metadata required for restore. The official example includes files such as &lt;code&gt;sda-mbr&lt;/code&gt;, &lt;code&gt;sda-gpt-1st&lt;/code&gt;, &lt;code&gt;sda-gpt-2nd&lt;/code&gt;, &lt;code&gt;sda1.vfat-ptcl-img.zst&lt;/code&gt;, and &lt;code&gt;sda2.ext4-ptcl-img.zst&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Do not rename, move, or delete these files manually. When restoring, select the whole image directory, not a single compressed file.&lt;/p&gt;
&lt;h2 id=&#34;boot-clonezilla-live&#34;&gt;Boot Clonezilla Live
&lt;/h2&gt;&lt;p&gt;Boot the machine with a Clonezilla Live USB drive, CD, or other boot media.&lt;/p&gt;
&lt;p&gt;If needed, set USB or optical drive as the first boot device in BIOS/UEFI, or press the boot menu key during startup, such as &lt;code&gt;Esc&lt;/code&gt;, &lt;code&gt;F8&lt;/code&gt;, &lt;code&gt;F9&lt;/code&gt;, or &lt;code&gt;F12&lt;/code&gt;. The key varies by machine.&lt;/p&gt;
&lt;p&gt;In the Clonezilla Live boot menu, the default 800x600 mode is usually enough. If display problems occur, try safe graphic settings. On a high-resolution display, the large-font mode may be easier to read.&lt;/p&gt;
&lt;h2 id=&#34;enter-the-restore-flow&#34;&gt;Enter the restore flow
&lt;/h2&gt;&lt;p&gt;After booting, choose:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Select language.&lt;/li&gt;
&lt;li&gt;Select keyboard layout. The default is fine for a US keyboard.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;Start Clonezilla&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;device-image&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;code&gt;device-image&lt;/code&gt; means backup or restore through image files, not direct disk-to-disk cloning. Disk-to-disk cloning uses &lt;code&gt;device-device&lt;/code&gt;, so do not choose the wrong mode here.&lt;/p&gt;
&lt;p&gt;Some Clonezilla menus require the space key for selection. The official document notes that when multiple choices are available, press &lt;code&gt;Space&lt;/code&gt;; a selected item will show &lt;code&gt;*&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;choose-the-image-repository&#34;&gt;Choose the image repository
&lt;/h2&gt;&lt;p&gt;Next, choose where the image is stored.&lt;/p&gt;
&lt;p&gt;The official example chooses:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;local_dev
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;code&gt;local_dev&lt;/code&gt; is suitable when the image is on a second local disk, external drive, or USB drive. Clonezilla scans the local disks and partitions. If you have just inserted a USB drive or external disk, wait a few seconds for it to appear.&lt;/p&gt;
&lt;p&gt;When the device appears in the scan list, press &lt;code&gt;Ctrl-C&lt;/code&gt; to exit the scan report and continue.&lt;/p&gt;
&lt;p&gt;If the image is not on a local device, you can choose other methods such as sshfs, samba, nfs, WebDAV, S3, or OpenStack Swift. For personal recovery work, &lt;code&gt;local_dev&lt;/code&gt; is the most straightforward option.&lt;/p&gt;
&lt;h2 id=&#34;mount-the-partition-that-stores-the-image&#34;&gt;Mount the partition that stores the image
&lt;/h2&gt;&lt;p&gt;The official example selects &lt;code&gt;sdb1&lt;/code&gt; as the image repository, meaning the first partition on the second disk.&lt;/p&gt;
&lt;p&gt;Linux device names can be understood like this:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Name&lt;/th&gt;
          &lt;th&gt;Meaning&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sda&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;First disk&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sda1&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;First partition on the first disk&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sdb&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Second disk&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;sdb1&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;First partition on the second disk&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;If your image is on a USB drive or external disk, it may not be &lt;code&gt;sdb1&lt;/code&gt;; it could be &lt;code&gt;sdc1&lt;/code&gt; or &lt;code&gt;sdd1&lt;/code&gt;. Always judge by capacity, file system, and device model.&lt;/p&gt;
&lt;p&gt;Clonezilla asks whether to check the file system before mounting the device. The official example skips it, but if you suspect the image disk has issues, checking first is safer.&lt;/p&gt;
&lt;p&gt;Then choose the directory that contains the image. If the image is in the root of the partition, choose &lt;code&gt;/&lt;/code&gt;, use &lt;code&gt;Tab&lt;/code&gt; to select &lt;code&gt;Done&lt;/code&gt;, and press Enter.&lt;/p&gt;
&lt;h2 id=&#34;choose-restoredisk&#34;&gt;Choose restoredisk
&lt;/h2&gt;&lt;p&gt;After mounting the image repository, Clonezilla shows disk usage. Then choose:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Beginner
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then choose:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;restoredisk
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;code&gt;restoredisk&lt;/code&gt; restores a disk image to an entire drive. It is different from restoring a single partition and is suitable for full system disk recovery.&lt;/p&gt;
&lt;p&gt;If you only want to restore one partition, do not choose &lt;code&gt;restoredisk&lt;/code&gt;; choose the corresponding partition restore mode instead.&lt;/p&gt;
&lt;h2 id=&#34;select-the-image-and-target-disk&#34;&gt;Select the image and target disk
&lt;/h2&gt;&lt;p&gt;First select the source image, such as:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;bookworm-2023-10-15-03-img
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then select the target drive, such as:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sda
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;This is the most dangerous step. The source image is read. The target drive is overwritten.&lt;/p&gt;
&lt;p&gt;Before confirming, check three times:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Is this the image you want to restore?&lt;/li&gt;
&lt;li&gt;Is the target disk capacity and model correct?&lt;/li&gt;
&lt;li&gt;Is there any unbacked-up data on the target disk?&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;partition-table-and-image-integrity&#34;&gt;Partition table and image integrity
&lt;/h2&gt;&lt;p&gt;Clonezilla asks how to create the partition table on the target disk.&lt;/p&gt;
&lt;p&gt;The official document mentions two directions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use the partition table from the image.&lt;/li&gt;
&lt;li&gt;Create the partition table proportionally on the target disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If the image was saved from a smaller disk and the target disk is larger, proportional creation may be convenient. But this affects the final partition layout, so do not change it casually if you are unsure.&lt;/p&gt;
&lt;p&gt;Clonezilla also asks whether to check image integrity before restoring. The official document recommends checking the image because the directory existing does not prove that the image is intact.&lt;/p&gt;
&lt;p&gt;If you are very sure the image is good, you can choose &lt;code&gt;-scr&lt;/code&gt; to skip checking. For most recovery scenarios, checking first is better, especially when the image comes from an external drive, network storage, or old backup.&lt;/p&gt;
&lt;h2 id=&#34;start-restoring&#34;&gt;Start restoring
&lt;/h2&gt;&lt;p&gt;After confirming options, Clonezilla displays the restore command. This command is useful for custom Clonezilla Live media or repeatable deployment workflows.&lt;/p&gt;
&lt;p&gt;If you chose to check the image, Clonezilla checks it first. After the check passes, it asks for confirmation twice before writing.&lt;/p&gt;
&lt;p&gt;During restore, Clonezilla writes the image back to the target disk, usually including:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;MBR and boot loader.&lt;/li&gt;
&lt;li&gt;Partition table.&lt;/li&gt;
&lt;li&gt;Data for each partition or logical volume.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Different file systems may be restored with different tools, such as &lt;code&gt;partclone&lt;/code&gt;, &lt;code&gt;ntfsclone&lt;/code&gt;, &lt;code&gt;partimage&lt;/code&gt;, or &lt;code&gt;dd&lt;/code&gt;. Ordinary users do not need to choose these manually; the important part is selecting the correct image and target disk.&lt;/p&gt;
&lt;h2 id=&#34;what-to-do-after-completion&#34;&gt;What to do after completion
&lt;/h2&gt;&lt;p&gt;After restoration, Clonezilla lets you choose:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Power off.&lt;/li&gt;
&lt;li&gt;Reboot.&lt;/li&gt;
&lt;li&gt;Enter command line.&lt;/li&gt;
&lt;li&gt;Start over.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If this is a system disk restore, it is usually safer to power off, remove the Clonezilla boot media and image disk, then boot from the target disk.&lt;/p&gt;
&lt;p&gt;After booting, check:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Whether the system starts normally.&lt;/li&gt;
&lt;li&gt;Whether partitions match expectations.&lt;/li&gt;
&lt;li&gt;Whether important data exists.&lt;/li&gt;
&lt;li&gt;Whether BIOS/UEFI boot entries point to the correct disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If the restored system does not boot, do not immediately redo everything. Check whether the boot mode is consistent, such as UEFI or Legacy BIOS, whether the target machine&amp;rsquo;s boot order is correct, and whether the ESP partition exists.&lt;/p&gt;
&lt;h2 id=&#34;short-advice&#34;&gt;Short advice
&lt;/h2&gt;&lt;p&gt;When restoring a disk image with Clonezilla, remember this flow:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;device-image -&amp;gt; local_dev -&amp;gt; choose image repository -&amp;gt; Beginner -&amp;gt; restoredisk -&amp;gt; choose image -&amp;gt; choose target disk
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Spend your attention on:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Did you choose the correct image repository?&lt;/li&gt;
&lt;li&gt;Did you choose the correct image directory?&lt;/li&gt;
&lt;li&gt;Did you choose the correct target disk?&lt;/li&gt;
&lt;li&gt;Should you check image integrity?&lt;/li&gt;
&lt;li&gt;Has the target disk data been backed up?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once these are confirmed, &lt;code&gt;restoredisk&lt;/code&gt; becomes much safer.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Clonezilla Disk-to-Disk Clone Guide: Clone a Small Drive to a Larger Drive</title>
        <link>https://knightli.com/en/2026/06/23/clonezilla-disk-to-disk-clone-guide/</link>
        <pubDate>Tue, 23 Jun 2026 15:49:24 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/06/23/clonezilla-disk-to-disk-clone-guide/</guid>
        <description>&lt;p&gt;Clonezilla Live can clone one full drive to another. The official example clones a 20GB old drive to a 60GB new drive, which is a common case when upgrading to a larger SSD, migrating a system disk, or replacing an old drive.&lt;/p&gt;
&lt;p&gt;Official document:
&lt;a class=&#34;link&#34; href=&#34;https://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/03_Disk_to_disk_clone&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/03_Disk_to_disk_clone&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The most important point comes first: back up important data before doing any disk clone, and check the source and target disks more than once. Clonezilla overwrites the target disk. Choosing the wrong disk can erase data directly.&lt;/p&gt;
&lt;h2 id=&#34;what-to-prepare&#34;&gt;What to prepare
&lt;/h2&gt;&lt;p&gt;You need:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A new drive with capacity equal to or larger than the old drive.&lt;/li&gt;
&lt;li&gt;Clonezilla Live boot media, such as a USB drive, CD, or the temporary method from the official example where Clonezilla Live is placed on the new disk.&lt;/li&gt;
&lt;li&gt;A disk enclosure or adapter cable if the new drive is connected externally.&lt;/li&gt;
&lt;li&gt;A computer that can boot from USB or an external device.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The official example puts Clonezilla Live on the new drive and boots from it. The advantage is that no extra USB drive is needed. The downside is that this is a one-time setup: after cloning, the Clonezilla Live files on the new drive will be overwritten by the target system.&lt;/p&gt;
&lt;p&gt;If you already have a Clonezilla Live USB drive, you can boot from that instead. The rest of the procedure is almost the same.&lt;/p&gt;
&lt;h2 id=&#34;why-choose-toram&#34;&gt;Why choose ToRAM
&lt;/h2&gt;&lt;p&gt;In the Clonezilla Live boot menu, the official example recommends choosing an option with &lt;code&gt;ToRAM&lt;/code&gt;, such as:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;(VGA 800x600 &amp;amp; To RAM)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;or:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;(VGA with large font &amp;amp; To RAM)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;code&gt;ToRAM&lt;/code&gt; copies Clonezilla Live files into memory and runs from there. This releases the partition used for booting, so it is not kept busy by running programs during the clone.&lt;/p&gt;
&lt;p&gt;If you boot from a separate USB drive, &lt;code&gt;ToRAM&lt;/code&gt; is not always required, but it is still a safe choice. On very old machines with little RAM, copying to memory may take longer or may not be suitable.&lt;/p&gt;
&lt;h2 id=&#34;basic-workflow&#34;&gt;Basic workflow
&lt;/h2&gt;&lt;p&gt;After entering Clonezilla Live, the flow is roughly:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Choose a language.&lt;/li&gt;
&lt;li&gt;Choose the keyboard layout. The default is fine for a US keyboard.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;Start Clonezilla&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;device-device&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;Beginner&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Choose &lt;code&gt;disk_to_local_disk&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Select the source disk.&lt;/li&gt;
&lt;li&gt;Select the target disk.&lt;/li&gt;
&lt;li&gt;Choose whether to check the source file system.&lt;/li&gt;
&lt;li&gt;Choose how to handle the target disk partition table.&lt;/li&gt;
&lt;li&gt;Confirm and start cloning.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The key steps are step 7 and step 8. The source disk is the old disk you want to copy from. The target disk is the new disk that will be overwritten. In the official example, the source is &lt;code&gt;sda&lt;/code&gt; and the target is &lt;code&gt;sdb&lt;/code&gt;, but your machine may be different.&lt;/p&gt;
&lt;p&gt;Do not rely only on names like &lt;code&gt;sda&lt;/code&gt; and &lt;code&gt;sdb&lt;/code&gt;. Check capacity, model, and connection type together. For example, if the old disk is 512GB and the new disk is 1TB, use both capacity and model information to confirm.&lt;/p&gt;
&lt;h2 id=&#34;space-after-cloning-a-small-drive-to-a-larger-drive&#34;&gt;Space after cloning a small drive to a larger drive
&lt;/h2&gt;&lt;p&gt;By default, Clonezilla clones the source disk&amp;rsquo;s existing data and partition structure. The official document notes that it does not automatically expand all remaining space on the target disk.&lt;/p&gt;
&lt;p&gt;For example, if the source disk is 20GB with 8GB used and the target disk is 60GB, Clonezilla will process the data and structure that correspond to the source disk. The remaining space on the target disk may not automatically become an available partition.&lt;/p&gt;
&lt;p&gt;If you want the cloned system to use the whole larger disk directly, pay attention to the &lt;code&gt;-k1&lt;/code&gt; option. The official document says that if you want to use the full target disk size, choose &lt;code&gt;-k1&lt;/code&gt;, whether you are in Beginner or Expert mode.&lt;/p&gt;
&lt;p&gt;If you keep the default &lt;code&gt;-k0&lt;/code&gt;, it usually preserves the original partition table structure. This is more conservative, but after cloning you may still need to expand the partition in the operating system or with a partition tool.&lt;/p&gt;
&lt;p&gt;In short:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Goal&lt;/th&gt;
          &lt;th&gt;Suggestion&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Copy the original disk structure safely&lt;/td&gt;
          &lt;td&gt;Keep the default partition table handling&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Use the larger target disk space as much as possible&lt;/td&gt;
          &lt;td&gt;Pay attention to &lt;code&gt;-k1&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Not sure what to choose&lt;/td&gt;
          &lt;td&gt;Back up first, then follow the official screenshots step by step&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;the-confirmations-matter&#34;&gt;The confirmations matter
&lt;/h2&gt;&lt;p&gt;Clonezilla asks for confirmation more than once before it starts writing. Do not just press Enter through these prompts.&lt;/p&gt;
&lt;p&gt;Check again:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Is the source disk the old disk?&lt;/li&gt;
&lt;li&gt;Is the target disk the new disk?&lt;/li&gt;
&lt;li&gt;Is there anything on the target disk that still needs to be saved?&lt;/li&gt;
&lt;li&gt;Are you ready for the target disk to be overwritten?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After confirmation, Clonezilla prepares a pseudo image of the source disk, creates the target disk partition table, and then writes data to the target disk. Depending on disk size, interface speed, and data volume, this may take minutes or hours.&lt;/p&gt;
&lt;h2 id=&#34;what-to-do-after-cloning&#34;&gt;What to do after cloning
&lt;/h2&gt;&lt;p&gt;When everything is done, Clonezilla asks whether to reboot, power off, or return to the command line. For system disk migration, powering off first is usually safer.&lt;/p&gt;
&lt;p&gt;After shutdown:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Remove the old disk.&lt;/li&gt;
&lt;li&gt;Install the new disk in the machine.&lt;/li&gt;
&lt;li&gt;Boot from the new disk.&lt;/li&gt;
&lt;li&gt;Check that the system starts normally and that partitions and data are present.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The official document also warns against booting with both the source disk and the cloned target disk in the same machine. The two disks may contain identical file system UUIDs, and the operating system can become confused and mount the wrong file system.&lt;/p&gt;
&lt;p&gt;If you really need to connect both disks at the same time, first check boot order, then verify disk UUIDs, mount points, and partition state after boot.&lt;/p&gt;
&lt;h2 id=&#34;suitable-scenarios&#34;&gt;Suitable scenarios
&lt;/h2&gt;&lt;p&gt;Clonezilla disk-to-disk cloning is suitable for:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Upgrading an old drive to a larger SSD.&lt;/li&gt;
&lt;li&gt;Migrating a complete system disk.&lt;/li&gt;
&lt;li&gt;Copying a system environment between machines of the same type.&lt;/li&gt;
&lt;li&gt;Quickly duplicating disks in labs, machine rooms, or repair work.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;It is not a good idea to run it blindly when you have no backup, the disk state is unclear, or the partition layout is complex. If BitLocker, LUKS, dynamic disks, RAID, dual boot, or multiple boot partitions are involved, check compatibility and recovery options first.&lt;/p&gt;
&lt;h2 id=&#34;short-advice&#34;&gt;Short advice
&lt;/h2&gt;&lt;p&gt;For a normal Windows or Linux single-system disk migration, Clonezilla&amp;rsquo;s &lt;code&gt;device-device&lt;/code&gt; and &lt;code&gt;disk_to_local_disk&lt;/code&gt; flow is enough.&lt;/p&gt;
&lt;p&gt;The risky parts are not the menus themselves, but these three things:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Back up important data.&lt;/li&gt;
&lt;li&gt;Confirm the source and target disks.&lt;/li&gt;
&lt;li&gt;Decide whether to use &lt;code&gt;-k1&lt;/code&gt; when cloning from a smaller drive to a larger one.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once these are clear, following the Clonezilla Live steps becomes much safer.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
