Foxclone questions related to cloning from a smaller to a bigger SSD.
Ralf Mardorf
kde.lists at yahoo.com
Sat Jul 13 02:18:36 UTC 2024
On Sat, 2024-07-13 at 03:57 +0200, Ralf Mardorf wrote:
> # tar --xattrs -czf /mount/point/old_SSD/partition_x /mount/point/where_you_want_it/partition_x; echo $?
and this should read
# tar --xattrs -czf /mount/point/old_SSD/partition_x /mount/point/where_you_want_it/partition_x.tar.gz; echo $?
An additional note to the "cp" command.
If you want to be absolutely safe after running "cp", power off the
machine. Boot the *buntu live media again and for each (mounted ;)
partition run
# diff -r --no-dereference /mount/point/old_SSD/partition_x /mount/point/new_SSD/partition_x
Running diff without powering of the machine first gains nothing, since
diff would use the cache and not compare the data stored on the SSD's
cells.
More information about the ubuntu-users
mailing list