设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 操作系统 >> Linux >> 用Ghost备份Linux系统的方法
精品推荐
Linux点击TOP10
·Linux下安装LumaQQ
·口袋里的Linux:在您的U盘上运行SLAX
·Linux命令Man解释:PPPD(8) :点对点daemon协议
·虚拟网络计算工具VNC使用指南
·Linux系统中如何正确安装摄像头驱动
·Ethernet HOWTO Linux以太网-HOWTO (4)型号的信息
·Linux 内核文件系统与设备操作流程分析
·Linux 核心--4.内存管理
·Linux精彩桌面 GNOME桌面主题安装实例
·Linux下Flash/Shockwave播放器安装
操作系统点击TOP10
·Windows Vista完全硬盘安装法
·Windows Vista 激活不求人
·Windows Vista局域网网络连接设置
·Windows Vista系统动态桌面截图欣赏
·Windows XP中磁盘的分区应用
·Windows NT/2000/XP 出现蓝屏并显示“STOP 0x0000007f”错误
·让Windows XP变身Vista
·一招搞定Vista系统软件不兼容问题
·教你如何正确配置和优化Windows Vista
·只转两圈 加快Windows XP启动速度
精选专题

用Ghost备份Linux系统的方法

作者: 来源:http://www.xgdown.com/ 时间:2007-7-12 17:24:50

用Ghost备份Linux系统的方法(1)

工具:ghost.exe image file ( 最小而完整的系统所作出来的image文件 ).

Ghost Linux主要几个步骤:

1、 boot from cd

2、 restore redhat image into hard disk

3、 define major hard disk space as reiserfs partition

4、 update /etc/lilo.conf and execute lilo –v update the /etc/fstab

5、 cp all / files into /reiser ( the mount partition reiserfs partition )

6、 reboot ,,ok!!!

每步的详细操作:

一、 boot from cd

二、 restore with ghost

select destination drive and make sure the new and old sizes are the same.

(we want to use the free space for reiserfs later )

ghost过程应该很快,然后reboot,别忘了取出光盘。

按提示config系统查找到的硬件。

三、 define new partition with fdisk

# fdisk /dev/had

command ( m for help) : p 查看分区情况。

Command ( m for help ) : n define a new partition .

1 , 2 分区都已经用了,我们选 3 ,

first cylinder and last cylinder 都按 default , 也就是用了其它的剩余空间。

确认他的ID 是83 ,,83对应的是liunx,ID 等于的5对应为extend , 82对应为linux swap 。

在按p查看一下分区表的情况。这时应该添加了/dev/hda3 了。

之后 # sync;sync;sync;reboot

然后 # mkreiserfs / dev / hda3

系统会提示attention : all data will be lost on ‘ / dev/ hda3 ‘ !(y /n ) 选 y 继续

共2页 9 7 [1] [28 :>

用Ghost备份Linux系统的方法 相关文章:
用Ghost备份Linux系统的方法 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com