0

I recently bought a new laptop and need to transfer data from my old desktop computer. Both the computers run Ubuntu (Gnome version).

Is there a way I can take a normal LAN cable and connect the two computers together and transfer the files?

Because the other option is to copy it first on an external hard disk and then to the hard disk of the new computer. That could be time consuming as I do not even have a 1TB external hard disk.

And no, I do not have a WIFI network.

deshmukh
  • 4,121

2 Answers2

1

Yes, you can, NIC adapters nowadays are all Auto-MDIX so you don't need special LAN cable.

Set both computer to fixed ip in same subnet, for example, one 192.168.1.1 and the other 192.168.1.2, with netmask 255.255.255.0

And then use regular sftp or samba to transfer files.

Alvin Liang
  • 1,753
1

The other potentially faster option worth considering is a USB-SATA cable (approximate cost USD10).

Remove the drive from the old computer and plug into the new computer, then copy over. In most set ups, this should give you faster I/O than ethernet.

moo
  • 966