I have a computer with Linux (A) and another computer with a formatted hard disk(B). If I connect two computers with LAN cable, how can I write the disk-image of computer A to computer B using the dd command?
Asked
Active
Viewed 305 times
nc
. In Ubuntu you can do it according to this link. If it does not work for you,nc
might be compiled in a different way or from a different version of source code, and you should find how to use it inman nc
orinfo nc
, or use Ubuntu live drives at both ends. – sudodus Jul 28 '20 at 16:23