Volume group mylv not found Cannot process volume group mylv

0 votes

Hi Guys,

I have created one Logical Volume in my Linux system. I am trying to display the Logical Volume. But it is showing me the below error.

[root@localhost ~]# lvdisplay mylv
  Volume group "mylv" not found
  Cannot process volume group mylv

How can I find my Logical Volume?

Jul 9, 2020 in Linux Administration by akhtar
• 38,230 points
4,216 views

1 answer to this question.

0 votes

Hi@akhtar,

You got this error because your command is not correct. You created your Logical Volume from your Volume Group. So you need to tell your Volume Group name as well. You can see the below command.

  • If I try with only Logical Volume name. It gives me the below output.

[root@localhost ~]# lvdisplay mylv
  Volume group "mylv" not found
  Cannot process volume group mylv
  • But I give my Volume Group name, it gives me the right output.

[root@localhost ~]# lvdisplay myvg/mylv
  --- Logical volume ---
  LV Path                /dev/myvg/mylv
  LV Name                mylv
  VG Name                myvg
  LV UUID                yEPJZN-5Ucq-sL2u-VEKU-Nlpt-iTMh-HrH2uf
  LV Write Access        read/write
  LV Creation host, time localhost.localdomain, 2020-07-08 14:08:36 -0400
  LV Status              available
  # open                 0
  LV Size                50.00 GiB
  Current LE             12800
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     8192
  Block device           253:3

I hope this will solve your error.

answered Jul 9, 2020 by MD
• 95,440 points

Related Questions In Linux Administration

0 votes
1 answer

Error saying "Failed to start httpd.service: Unit httpd.service not found."

Execute the following steps or make sure ...READ MORE

answered May 14, 2019 in Linux Administration by Kiara
36,622 views
+1 vote
0 answers

Could not start the machine edureka_host_vm because the following physical network interfaces were not found:

Could not start the machine edureka_host_vm because ...READ MORE

Jan 28, 2020 in Linux Administration by Harish
• 130 points
825 views
0 votes
1 answer

Error lscpu: command not found.

Hi@akhtar, By default, this command should present in ...READ MORE

answered Oct 12, 2020 in Linux Administration by MD
• 95,440 points
1,296 views
0 votes
1 answer
0 votes
1 answer

How to create Logical Volume from Volume Group in Linux?

Hi@akhtar, You can use lvcreate command to create ...READ MORE

answered Jul 9, 2020 in Linux Administration by MD
• 95,440 points
1,117 views
0 votes
1 answer

How to increase Logical Volume Size in Linux?

Hi@akhtar, To increase the Logical Volume Size, the ...READ MORE

answered Jul 9, 2020 in Linux Administration by MD
• 95,440 points
1,010 views
0 votes
1 answer

How to format Logical Volume in Linux?

Hi@akhtar, In Linux, you can find lots of ...READ MORE

answered Jul 9, 2020 in Linux Administration by MD
• 95,440 points
736 views
0 votes
1 answer

group apache does not exist - using root.

Hi@akhtar, When we install apache wevserver in our ...READ MORE

answered Apr 14, 2020 in Linux Administration by MD
• 95,440 points
3,471 views
0 votes
1 answer

How to create Volume Group in Linux?

Hi@akhtar, To create a Volume Group, you need ...READ MORE

answered Jul 9, 2020 in Linux Administration by MD
• 95,440 points
1,084 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP