问题: 昨天创建的逻辑卷,今天在卷组目录里没有找到
逻辑卷还是是存在的,并且存在于对应的卷组目录,如下所示;
[[email protected] dev]# lvdisplay | grep lvf216
LV Path /dev/vgf/lvf216
LV Name lvf216
但是卷组里并没有想要的逻辑卷,如下所示:
[[email protected] vgf]# raw /dev/raw/raw344 /dev/vgf/lvf216
Cannot locate block device ‘/dev/vgf/lvf216‘ (No such file or directory)
[[email protected] vgf]# ll | grep lvf216
解决方法:
[[email protected] vgf]# vgchange -ay /dev/vgf
177 logical volume(s) in volume group "vgf" now active
[[email protected] vgf]# ll | grep lvf216
lrwxrwxrwx 1 root root 9 Apr 20 10:14 lvf216 -> ../dm-187
时间: 2024-10-25 09:53:35