Thomas-Tsai / partclone

Partclone provides utilities to backup a partition smartly and it is designed for higher compatibility of the file system by using existing library.
GNU General Public License v2.0
323 stars 107 forks source link

Azure Centos 8.1 : error exit #160

Open fixwater opened 3 years ago

fixwater commented 3 years ago

anyone have the same problem?

partclone.xfs -c -s /dev/sda15 -o ~/image_sda1.img

Partclone v0.3.17 http://partclone.org Starting to clone device (/dev/sda15) to image (/root/image_sda1.img) device (/dev/sda15) is mounted at /boot/efi error exit Partclone fail, please check /var/log/partclone.log !

robert-scheck commented 1 year ago

The README.md says:

Filesystem being backedup must be unmounted and inaccessible to other programs.

However, your partclone.xfs says:

device (/dev/sda15) is mounted at /boot/efi

Conclusion: Please umount /boot/efi before running partclone.xfs.