引用systemrescuecd的自我介绍
System Rescue CD is a bootable CDROM image with many system tools.
SystemRescueCd is a Linux system available from a bootable CDROM that provides an easy way to perform administrative tasks on your computer, such as creating and editing the partitions of the hard disk or backing up data.
System Rescue CD contains a lot of system utilities (such as parted, partimage, and fstools), and basic programs (such as editors, midnight commander, and network tools).
It also includes QtParted, a Partition Magic clone that makes editing partitons easy with its Qt graphical user interface. This CDROM aims to be very easy to use and accessible to everybody.
Here are some key features of "System Rescue CD":
· GNU Parted is the best tool for editing your disk partitions under linux
· QtParted is a Partition Magic clone for Linux.
· Partimage is a Ghost/Drive-image clone for Linux
· File systems tools (e2fsprogs, reiserfsprogs, xfsprogs, jfsutils, ntfsprogs, dosfstools): they allow you to format, resize, debug an existing partition of your hard disk
· Sfdisk allows you to backup and restore your partition table
经常折腾电脑的人,可能会发现它很有用,它是基于Gentoo发行的,cd映像大小200M+。使用了几次后,发现确实很不错,今天才发现居然还可以使用X环境,更感兴趣了,在网上到处找了找,也没有找到一篇讲解systemrescuecd的使用的文章,其实对于能够使用它的人也没有什么好介绍的。就当时学习笔记吧,自己记记。
1.systemrescuecd启动后如下图所示

2.检查网络
使用命令ifconfig查看当前工作的网卡,如果没有看到工作的网卡,或者不能正常上网,那么就需要配置一下网络了,通常情况下(DHCP)会正常工作,使用这个功能也是一个偶然的机会,学校的网络抽风了,需要自己配置IP。如下图

3.配置网络
如果网络不能正常工作,使用net-setup eth0(这里假设你使用网卡eth0,如果你要配置无线网络,通常不是eth0,而是weth0),net-setup会启动一个交互式的配置向导,会一步一步询问IP,子网掩码,广播地址,网关,DNS等。如下图所示

4.配置网络后,使用ifconfig命令查看,如下图所示

其实:这里使用的是systemrescuecd推荐的方式配置网络,也就是使用net-setup命令,也可以使用ifconfig命令来配置网络,如果你使用ADSL宽带拨号上网,那么可能还需要使用到pppoeconf命令。由于我也没有使用ADSL,所以这里不介绍。下面介绍一下使用ifconfig命令配置网络的用法
$sudo ifconfig eth0 10.26.12.11 netmask 255.255.254.0 up
然后配置DNS,编辑文件/etc/resolv.conf,添加
nameserver DNS_IP