1

Topic: No network with GParted Live on CD or USB

hi

Normally I'm using GParted Live on CD or USB to rescue some data from the linux und windows partitions.
If I try to rescue a huge amount of data, then I don't have so much place on an USB pen drive.
The network from the CLI (Terminal) doesn't work, even if I try to setup eth0 manually.

BTW ping, ftp, ssh are missing as well.

2

Re: No network with GParted Live on CD or USB

The following command should enable networking:
dhclient eth0

You can then edit /etc/apt/sources.list to uncomment or add new repositories.

Then you can install software as you need with "sudo apt-get install <packagename>".