I want to copy the casper-rw partition contents of one device OVER the the casper-rw partition of the other device, using GParted tool and here described procedure. (Note: casper-rw partition in the above mentioned configuration holds data and settings. That's the reason I want to copy the casper-rw partition).
I don't want to change the structure or size of the casper-rw partition on the destination device - all I want is to gain more room for that partition while preserving the settings and data already on the source (smaller) device.
My understanding is that the first step is to unallocate the destination casper-rw partition. The second step is to copy/paste the casper-rw source partition over the unallocated partition.
Now the questions:
- How to unallocated the destination casper-rw partition?
- Will the copy/paste procedure use all unallocated space - or I'll have to do more in order to add remaining space to the casper-rw partition?
Alternative solution:
Instead of using GParted
, I can run (dry run):
sudo rsync -Havn
and then, if everything looks ok, no error message, eventually run
sudo rsync -Hav
to copy files and folders. I believe that
rsync
is not going to change the SIZE of the destination partition.
rsync
orGParted
. The destination device (USB stick) is larger than the source device and I'd like to have the extra space for casper-rw ("Partition2"). I'm not sure I can achieve it using GParted, that's why I'm describing the situation I'm facing. – BlueSkies Nov 22 '19 at 18:32