2007-8-17 13:40
updownman
fs扩充问题???紧急求助
1,lvextend -L +100G /dev/ftpvg/ftplv
增大逻辑卷后
2,umount文件系统
3,使用e2fsadm,这个命令好像在2.6内核的没有,man e2fsadm,其实也是调用resize2fs,ext2resize等命令
e2fsadm -L +20G /dev/ftpvg/ftplv
我本来就想扩大20g,结果mount文件系统后,增大了100g,所有的卷空间都给fs了
有些奇怪,man e2fsadm,有这么一句话也不是很明白。if you use + or - then the number will be relative the the current size of the logical volume,,
中间还是两个the!!!!