扩展文件系统

发表于:2007-05-26来源:作者:点击数: 标签:

重启机器,在10秒处按任意键中断,进入单用户模式:type " bo pri"---->press "y"  for yes---->"hpux -is",

mount  -a

下面以把/home扩展到 2G 为例:

#bdf              得到/home对应的lv,这里为lvol8

#umount /home

#lvextend  -L  2000 /dev/vg00/lvol8

#extendfs /dev/vg00/rlvol8

#mount /dev/vg00/lvol8 /home

reboot  the machine to normal mode

原文转自:http://www.ltesting.net