|

楼主 |
发表于 2002-12-26 18:02:20
|
显示全部楼层
哎,现在知道什么是乐极生悲了。
刚才为了测试LVM,做了如下操作:
#lvextend -L +1G /dev/lvspool/root
#resize_reiserfs -f /dev/lvspool/root
sucess
the next:
#lvreduce -L -1G /dev/lvspool/root
#resize_reiserfs -f -s -1G /dev/lvspool/root
failed: can't performe online filesystem
I think it's will work find, if I executed follow command:
#lvextend -L +1G /dev/lvspool/root
But I forgot it ,after I reboot my LFS, kernel prompt me:
reiserfs_read: can't read map ......
VFS: mount root failed......
My LFS died.....55555 |
|