Comments on: LFCS: How to Manage and Create LVM Using vgcreate, lvcreate and lvextend Commands – Part 11 https://www.tecmint.com/manage-and-create-lvm-parition-using-vgcreate-lvcreate-and-lvextend/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 19 Sep 2018 05:47:13 +0000 hourly 1 By: Gabriel A. Cánepa https://www.tecmint.com/manage-and-create-lvm-parition-using-vgcreate-lvcreate-and-lvextend/comment-page-1/#comment-841472 Fri, 25 Nov 2016 12:37:43 +0000 http://www.tecmint.com/?p=19220#comment-841472 In reply to Axel.

Another option is to set a LABEL for the logical volume as explained here: http://www.tecmint.com/change-modify-linux-disk-partition-label-names/

]]>
By: Axel https://www.tecmint.com/manage-and-create-lvm-parition-using-vgcreate-lvcreate-and-lvextend/comment-page-1/#comment-840894 Thu, 24 Nov 2016 09:43:17 +0000 http://www.tecmint.com/?p=19220#comment-840894 In reply to Nuriddin.

Mount points are set in /etc/fstab:

UUID=b85df913-580f-461c-844f-546d8cde4646 /home/projects ext4 defaults 0 0
UUID=e1929239-5087-44b1-9396-53e09db6eb9e /home/backups ext4 defaults 0 0

As UUIDs are unique, it’s the best way to identify each volume.

Then, ‘mount -a’ reads /etc/fstab and mounts all the volumes configured in it

]]>
By: Nuriddin https://www.tecmint.com/manage-and-create-lvm-parition-using-vgcreate-lvcreate-and-lvextend/comment-page-1/#comment-838229 Tue, 15 Nov 2016 16:56:16 +0000 http://www.tecmint.com/?p=19220#comment-838229 when you created mount points for each LVs, /home/projects, /home.backups, how they got their mounting directory, ? just with mount -a command?

]]>
By: reaz uddin mahmood https://www.tecmint.com/manage-and-create-lvm-parition-using-vgcreate-lvcreate-and-lvextend/comment-page-1/#comment-828921 Sat, 15 Oct 2016 18:19:26 +0000 http://www.tecmint.com/?p=19220#comment-828921 Is there any scenario where someone will have two volume group? does it add any significance?

]]>
By: Ravi Saive https://www.tecmint.com/manage-and-create-lvm-parition-using-vgcreate-lvcreate-and-lvextend/comment-page-1/#comment-782823 Sat, 21 May 2016 06:37:47 +0000 http://www.tecmint.com/?p=19220#comment-782823 In reply to Gabriel A. Cánepa.

@Alexandra,

That was really a good catch!

@Gabriel,
That was my mistake, corrected the image..

]]>