30p87, 1 year ago Does your Windows do this? doesn’t crash But seriously, yesterday I cloned my main partition to a new laptop into an LVM volume on LUKS. Because I did not have any way of putting the new NVMe and old SATA SSD into one machine, I just used netcat over an ad hoc network. <span style="color:#323232;">nc -l 10000 > /dev/main/root </span> on the new Laptop and <span style="color:#323232;">cat /dev/sda3 | nc 10.31.69.1 10000 -q 0 </span> on the old one. Worked perfectly. Now do that on Windows with builtin tools in live boots.
Does your Windows do this? doesn’t crash
But seriously, yesterday I cloned my main partition to a new laptop into an LVM volume on LUKS. Because I did not have any way of putting the new NVMe and old SATA SSD into one machine, I just used netcat over an ad hoc network.
<span style="color:#323232;">nc -l 10000 > /dev/main/root </span>
on the new Laptop and
<span style="color:#323232;">cat /dev/sda3 | nc 10.31.69.1 10000 -q 0 </span>
on the old one. Worked perfectly. Now do that on Windows with builtin tools in live boots.