Hello
There are cases where I need to restore an image in a partition that was either made bigger using eg. GParted or moved on the disk.
As a result, the infos saved in sda-pt.parted and sda-pt.sf are no longer valid.
What is the right way to change a target partition so that Clonezilla successfully restores an image?
Thank you.
If you need to regenerate them, you can: LC_ALL=C parted -s /dev/sda unit s print > sda-pt.parted LC_ALL=C sfdisk -d /dev/sda > sda-pt.sf
Steven.
Log in to post a comment.
Hello
There are cases where I need to restore an image in a partition that was either made bigger using eg. GParted or moved on the disk.
As a result, the infos saved in sda-pt.parted and sda-pt.sf are no longer valid.
What is the right way to change a target partition so that Clonezilla successfully restores an image?
Thank you.
If you need to regenerate them, you can:
LC_ALL=C parted -s /dev/sda unit s print > sda-pt.parted
LC_ALL=C sfdisk -d /dev/sda > sda-pt.sf
Steven.