用CloneZilla 对包含ext4的OS 创建镜像出错“The Image magic error. This file is NOT partclone Image”

来源:互联网 发布:关于java编程的书 编辑:程序博客网 时间:2024/06/01 07:43

用CloneZilla 对包含ext4的OS 创建镜像出错 “The Image magic error. This file is NOT partclone Image”:


"fsck" to do a file system check before you image or clone it.Or you can enter expert mode, and choose "-fsck-src-part", then clonezilla will do that for you.

Actually in Clonezilla live 1.2.11-18, the beginner mode will ask if you want to fsck the source partition.

If your Clonezilla live version is older, you can:

1. Enter command line prompt (or switch to console 2 by pressing ctrl-alt-F2)

2. sudo -i3. fsck.ext4 /dev/sda1 (replace /dev/sda1 with your source partition)

Then switch back to console 1 (by pressing ctrl-alt-F1) to continue the Clonezilla menu.