Comments on: How to Add New Disks Using LVM to an Existing Linux System https://www.tecmint.com/add-new-disks-using-lvm-to-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 05:34:35 +0000 hourly 1 By: Scott G. https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1998613 Tue, 18 Apr 2023 19:55:54 +0000 http://www.tecmint.com/?p=25374#comment-1998613 Why would you people create partitions? The WHOLE point of lvm is to replace traditional partitions with something more flexible. On a physical disk, it’s just a redundancy, but in the virtual world, you are just creating a partition prison for your data that you cannot easily expand.

If you pvcreate on the raw device instead of a partition, should that raw device ever change sizes (as in growing a virtual disk), it is trivial to expand it to use the space. With a partition, it’s a huge problem.

There is no benefit to a partition, other than for admins who still use fdisk instead of lsblk to see disk volumes. The ONLY place you need a partition is for your boot volume, as that is a limitation of traditional hardware.

]]>
By: Ravi Saive https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1485092 Mon, 03 May 2021 05:48:17 +0000 http://www.tecmint.com/?p=25374#comment-1485092 In reply to dragonmouth.

@Drgaonmouth,

We have used cloud virtual storage devices for this setup, that’s why the naming is XVD.

]]>
By: dragonmouth https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1484213 Fri, 30 Apr 2021 21:25:35 +0000 http://www.tecmint.com/?p=25374#comment-1484213 I was taught that the hard drive naming convention in Linux is ‘/dev/hdx#‘ or ‘/dev/sdx#‘. In the article, you are using ‘xvdc‘ and ‘xvdd‘.

# fdisk /dev/xvdc
# fdisk /dev/xvdd

Have I been misinformed?

]]>
By: mykrkuoo https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1328247 Fri, 17 Apr 2020 20:33:27 +0000 http://www.tecmint.com/?p=25374#comment-1328247 Can just a single partition be part of a logical device? I have a Win10 notebook. The Win10 requirements occupy most of the space on sda. Can I set up a small Linux partition on sda that connects with a physical USB disk I keep plugged into the machine to make up a logical disk for Linux? My Win install is MBR, non-UEFI, not secure boot, but would that make any difference?

]]>
By: Brett Holman https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1310193 Sat, 04 Jan 2020 00:03:42 +0000 http://www.tecmint.com/?p=25374#comment-1310193 It may be worth adding a final step about updating /etc/fstab so that the mount is persistent across boots.

]]>