On Mon, Dec 02, 2024 at 17:49:18 +0100, Hans wrote:
> I want to clone the whole system 1 to 1 to the new NVME.
>  
> Will the UUID change at clone, even when the partitions are not changed in a 
> bit of size? IMHO the UUID will not change, but I am not quite sure.

Depends on what you mean by "clone".  If you mean a bit-for-bit copy
using dd or an equivalent, then you're correct.  The file system UUID
will be copied along with all the other bits of the old file system.

If you mean "create a new file system on the new drive, then rsync
the files over", then the file system UUID will not be the same.  Unless
of course you specifically go out of your way to copy the UUID as well.

Reply via email to