Hi,
There is way to recover your lv. I use vg02 lvol4 as my example. I don't know if you removed both the character special device and the block special device but I'll illustrate both.
as root
cd /dev/vg02
mknod lvol4 b 64 0x020004
mknod rlvol4 c 64 0x020004
The first 4 hex digits in the minor device number following the 0x should match all the remaining entries and the last 2 should indicate which logical volume from 01 through ff.
After you create the device files, you can then use "lvremove" to gracefully remove the lv and recover the disk space.
Hope this helps.作者: xichenx 时间: 2003-03-24 09:32 标题: 错误删除逻辑卷的问题 我已经忘了被删除的逻辑卷的名字。该怎么办?