Chinaunix

标题: 急!!!空间不足的问题!!!! [打印本页]

作者: hackerwang    时间: 2006-12-21 10:01
标题: 急!!!空间不足的问题!!!!
服务器的/home已经没有空间了,我想给他扩充40G空间,在原挂载盘数据不动的情况下大家有没有什么好的办法!!!有没有象windows pq一样的软件!我的系统是redhat 9.我听说lvm就是这种的,但我在装系统的时候没有做lvm,现在怎么办!快帮帮我!
我的/home 是单独的分区!

[ 本帖最后由 hackerwang 于 2006-12-25 17:08 编辑 ]
作者: mysea83    时间: 2006-12-21 16:12
/HOME你是挂载在单独的分区吗?
作者: NICKY.BOY    时间: 2006-12-21 16:23
加个硬盘,挂到/home下面.
作者: kary70952    时间: 2006-12-21 17:03
用LVM!
作者: hackerwang    时间: 2006-12-21 17:09
3楼的说的具体点好吗?我也就是在这不会的!
作者: jamesr    时间: 2006-12-21 19:07
提示: 作者被禁止或删除 内容自动屏蔽
作者: cuals    时间: 2006-12-30 23:35
原帖由 kary70952 于 2006-12-21 17:03 发表
用LVM!

都来不及建vg,如何做LVM阿
作者: liaosnet    时间: 2006-12-31 10:41
[root@netsky data]# fdisk /dev/hdb

Command (m for help): m
Command action
   a   toggle a bootable flag
   b   edit bsd disklabel
   c   toggle the dos compatibility flag
   d   delete a partition
   l   list known partition types
   m   print this menu
   n   add a new partition
   o   create a new empty DOS partition table
   p   print the partition table
   q   quit without saving changes
   s   create a new empty Sun disklabel
   t   change a partition's system id
   u   change display/entry units
   v   verify the partition table
   w   write table to disk and exit
   x   extra functionality (experts only)

Command (m for help):


用 p 查看分区, n 增加分区

mkfs.ext3 /dev/hdb1 格式化分区
mount 分区
编辑/etc/fstab or /etc/mtab 分区表




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2