5.4. The SUSE Rescue System
SUSE LINUX contains a rescue system for accessing your Linux partitions from the outside in the event of an emergency. The rescue system can be loaded from CD, the network, or the SUSE FTP server. The rescue system includes several help programs with which you can remedy large problems with inaccessible hard disks, misconfigured configuration files, or other similar problems.
Another component of the rescue system is Parted, which is used for resizing partitions. This program can be launched from within the rescue system, if you do not want to use the resizer integrated in YaST. Information about Parted can be found at http://www.gnu.org/software/parted/.
5.4.1. Starting the Rescue System
Boot your system as you would for installation. Select from the boot menu. The rescue system is then decompressed, loaded onto a RAM disk as a new root file system, mounted, and started.
5.4.2. Working with the Rescue System
Under Alt-F1 to
Alt-F3, the rescue
system provides three virtual consoles.
You can log in as root
without a password. Press Alt-F10
to enter the system console displaying the kernel and
syslog messages.
A shell and many other useful utilities, such as the
mount program, can be found in the
/bin directory. The sbin
directory contains important file and network utilities for
reviewing and repairing the file system, including
reiserfsck and
e2fsck.
This directory also contains the most important binaries for system
maintenance, such as fdisk, mkfs, mkswap, mount, mount,
init, and shutdown, and ifconfig,
route, and netstat for
maintaining the network.
The directory /usr/bin contains the
vi editor, grep,
find, less,
and telnet.
5.4.2.1. Accessing Your Normal System
To mount your SUSE LINUX system using the rescue system, use the mount
point /mnt. You can also use or create another
directory.
The following example demonstrates the procedure for
a system with the /etc/fstab details
shown in Example 5.1, “Example /etc/fstab”.
Example 5.1. Example /etc/fstab
/dev/sdb5 swap swap defaults 0 0
/dev/sdb3 / ext2 defaults 1 1
/dev/sdb6 /usr ext2 defaults 1 2
![]() | Warning |
|---|---|
Pay attention to the order of steps outlined in the following section for mounting the various devices. | |
To access your entire system, mount it step by step in the
/mnt directory using the following commands:
mount /dev/sdb3 /mnt
mount /dev/sdb6 /mnt/usr
Now, access your entire system and, for example, correct mistakes
in configuration files, such as /etc/fstab,
/etc/passwd, and
/etc/inittab. The configuration files are now located
in the /mnt/etc directory instead of in
/etc.
Before recovering lost partitions with the
fdisk program by simply
setting them up again,
make a printout of /etc/fstab
and the output of fdisk -l.
5.4.2.2. Repairing File Systems
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!
- 快速学习如何搭建一个赚钱
- 什么是CPA、CPC、CPM、CPO
- 论文:Web安全对策研究
- 新手站长35天自学引路
- 站长资讯网第二版上线
- 网络营销网站功能设计的几
- 女站长的建站理财文章
- 也谈域名备案 -- 撤销已存
- 自己动手做网站 个人站长
- 对第一次做网站的朋友说些
- 传统网站逼得Web2.0没法活
- 被K过的域名如何被百度重
- 如何选择理想IDC服务商十
- 技巧:Vimdiff 使用
- 网络创业经历 靠卖域名来
- 如何提高网站流量之小节
- 王晨昀:个人网站为什么要
- 企业开展网络营销存在的误
- 一个失败者谈地方门户的运
- 域名注册与虚拟主机的选购
- SEO360的搜索引擎优化推广
- 网站运营与网络运营的一字
- 做网站要做出自己的个性—
- 中国网站内容不可逾越的三
- 如何将新网及商务中国的域
- 08年,个人站长赚钱将更加
- 保证能增加RSS订阅量的35
- 企业网站英文版制作几个关
- 龚文祥:互联网运营关键词
- 我的行业垃圾站
- 2008最新申请Google adsen
- 虚拟主机的陷阱
- 网站建设发展的几点中肯建
- 企业如何安全高效使用垃圾
- 计算机文件夹删除不掉怎么
网站运营 建站经验 策划盈利 搜索优化 网站推广 免费资源
网站联盟 联盟新闻 联盟介绍 联盟点评 网赚技巧
行业资讯 业界动态 搜索引擎 网络游戏 门户动态 电子商务 广告传媒
网络编程 Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术 Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷 Internet Explorer
网页制作 FrontPages Dreamweaver Javascript css photoshop fireworks Flash
程序设计 Java技术 C/C++ VB delphi
网络知识 网络协议 网络安全 网络管理 组网方案 Cisco技术
操作系统 Win2000 WinXP Win2003 Mac OS Linux FreeBSD

![[Warning]](/A-A-B/Image/2005/09/13/200509132223387_1.png)


