I have two the same capacity drives (equal to 1 byte). I need to swap their content (one is QVO, other one is EVO, but the selection of their application was mistaken).
Is it possible to do that by pipes or FIFO in Linux?
I am thinking about eventually storing 100/500 MB of each drive at one moment (on Linux drive or in memory) and rewrite it but to the other disk, repeating the process.
I know dd and third disk but need to operate only on these two. Both disks are 1 TB SSD, where one is 70% full, and the other has basic Linux system with no more than 20 GB of data.
I agree that there is third medium with OS (in this case Linux) but this disk has limited free space, let's say we can use up to ~1 GB so we can't make full disk image (even compressed).