<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Add New Disks Using LVM to an Existing Linux System	</title>
	<atom:link href="https://www.tecmint.com/add-new-disks-using-lvm-to-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/add-new-disks-using-lvm-to-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 05:34:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Scott G.		</title>
		<link>https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1998613</link>

		<dc:creator><![CDATA[Scott G.]]></dc:creator>
		<pubDate>Tue, 18 Apr 2023 19:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25374#comment-1998613</guid>

					<description><![CDATA[Why would you people create partitions? The WHOLE point of &lt;strong&gt;lvm&lt;/strong&gt; is to replace traditional partitions with something more flexible. On a physical disk, it&#039;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 &lt;strong&gt;pvcreate&lt;/strong&gt; 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&#039;s a huge problem.  

There is no benefit to a partition, other than for admins who still use &lt;strong&gt;fdisk&lt;/strong&gt; instead of &lt;strong&gt;lsblk&lt;/strong&gt; to see disk volumes. The ONLY place you need a partition is for your boot volume, as that is a limitation of traditional hardware.]]></description>
			<content:encoded><![CDATA[<p>Why would you people create partitions? The WHOLE point of <strong>lvm</strong> is to replace traditional partitions with something more flexible. On a physical disk, it&#8217;s just a redundancy, but in the virtual world, you are just creating a partition prison for your data that you cannot easily expand.  </p>
<p>If you <strong>pvcreate</strong> 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&#8217;s a huge problem.  </p>
<p>There is no benefit to a partition, other than for admins who still use <strong>fdisk</strong> instead of <strong>lsblk</strong> to see disk volumes. The ONLY place you need a partition is for your boot volume, as that is a limitation of traditional hardware.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1485092</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 03 May 2021 05:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25374#comment-1485092</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1484213&quot;&gt;dragonmouth&lt;/a&gt;.

@Drgaonmouth,

We have used cloud virtual storage devices for this setup, that&#039;s why the naming is XVD.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1484213">dragonmouth</a>.</p>
<p>@Drgaonmouth,</p>
<p>We have used cloud virtual storage devices for this setup, that&#8217;s why the naming is XVD.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1484213</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Fri, 30 Apr 2021 21:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25374#comment-1484213</guid>

					<description><![CDATA[I was taught that the hard drive naming convention in Linux is &#039;&lt;strong&gt;/dev/hdx#&lt;/strong&gt;&#039; or &#039;&lt;strong&gt;/dev/sdx#&lt;/strong&gt;&#039;. In the article, you are using &#039;&lt;strong&gt;xvdc&lt;/strong&gt;&#039; and &#039;&lt;strong&gt;xvdd&lt;/strong&gt;&#039;.  &lt;pre&gt;
# fdisk /dev/xvdc
# fdisk /dev/xvdd
&lt;/pre&gt;
Have I been misinformed?]]></description>
			<content:encoded><![CDATA[<p>I was taught that the hard drive naming convention in Linux is &#8216;<strong>/dev/hdx#</strong>&#8216; or &#8216;<strong>/dev/sdx#</strong>&#8216;. In the article, you are using &#8216;<strong>xvdc</strong>&#8216; and &#8216;<strong>xvdd</strong>&#8216;.  </p>
<pre>
# fdisk /dev/xvdc
# fdisk /dev/xvdd
</pre>
<p>Have I been misinformed?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mykrkuoo		</title>
		<link>https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1328247</link>

		<dc:creator><![CDATA[mykrkuoo]]></dc:creator>
		<pubDate>Fri, 17 Apr 2020 20:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25374#comment-1328247</guid>

					<description><![CDATA[Can just a single partition be part of a logical device? I have a &lt;strong&gt;Win10&lt;/strong&gt; notebook. The &lt;strong&gt;Win10&lt;/strong&gt; 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?]]></description>
			<content:encoded><![CDATA[<p>Can just a single partition be part of a logical device? I have a <strong>Win10</strong> notebook. The <strong>Win10</strong> 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?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brett Holman		</title>
		<link>https://www.tecmint.com/add-new-disks-using-lvm-to-linux/comment-page-1/#comment-1310193</link>

		<dc:creator><![CDATA[Brett Holman]]></dc:creator>
		<pubDate>Sat, 04 Jan 2020 00:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25374#comment-1310193</guid>

					<description><![CDATA[It may be worth adding a final step about updating &lt;strong&gt;/etc/fstab&lt;/strong&gt; so that the mount is persistent across boots.]]></description>
			<content:encoded><![CDATA[<p>It may be worth adding a final step about updating <strong>/etc/fstab</strong> so that the mount is persistent across boots.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
