逻辑卷在卷组中不显示
Posted qian@@jing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了逻辑卷在卷组中不显示相关的知识,希望对你有一定的参考价值。
问题: 昨天创建的逻辑卷,今天在卷组目录里没有找到
逻辑卷还是是存在的,并且存在于对应的卷组目录,如下所示;
[[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
以上是关于逻辑卷在卷组中不显示的主要内容,如果未能解决你的问题,请参考以下文章