搜索文章:

首页  |  Java技术  |  Asp.net  |  Asp编程  |  VC/C++  |  Delphi  |  VB编程

扩展文件系统

重启机器,在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

相关文章:
© 2006   www.java-asp.net