工具: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 。
专题:http://www.qqread.com/linux/2007/07/y321262.html相关专题
- 安装qmail全套功略 (18次浏览)
- TurboLinux 入门教程:第七课 TurboLinux简介 (18次浏览)
- Linux系统管理员秘技:用快捷命令一招制胜 (18次浏览)
- Linux系统命令分类详解 (1) (18次浏览)
- Linux下使用aMsn详解 (18次浏览)
- 你会在Linux下用POP3收Web电子邮箱吗? (18次浏览)
- 在Linux中用三款工具轻松制作网页 (18次浏览)
- Linux上的偷窺裝置 (1394的使用) (18次浏览)
- 深入浅出分析Linux内核漏洞的问题 (18次浏览)
- Linux内核调试工具:Kdb应用指南(4) (18次浏览)



