一. 在升級前必須對以下的組件升級
1. 升級 device-mapper,在 ftp://sources.redhat.com/pub/dm下載
cd /usr/src
tar -zxvf device-mapper.1.01.04.tgz
cd device-mapper.1.01.04
./configure --perfix=/
make all
make install
2. 安裝 LVM2,在 ftp://sources.redhat.com/pub/lvm2下載
cd /usr/src
tar -zxvf LVM2.2.01.14.tgz
cd LVM2.2.01.14
./configure --perfix=/
make all
make install
4.update modutils 在 ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/下載
cd /usr/src
tar -zxvf modutils-2.4.27.tar.gz
cd modutils-2.4.27
./configure --perfix=/
make all
make install
5.安裝module-init-tools,在 ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools 下載
cd /usr/src
tar -zxvf module-init-tools-3.2-pre9.tar.gz
cd module-init-tools-3.2-pre9
./configure --prefix=/
make moveold