@jonossaseuraava Would definitely second (third, fourth) ddrescue if the target disk wasn't smaller. That would be exactly the use case it's designed for.Best you can do is probably copy all files to the new disk. Recreate partitions, mount as the same hierarchy under e.g. /mnt, then something like# rsync -aAHXSv --exclude=/sys --exclude=/proc --exclude=/dev --exclude=/mnt /./ /mnt/./You will need to reinstall the boot loader on the new disk for bootability.