<?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 Extend/Reduce LVM&#8217;s (Logical Volume Management) in Linux &#8211; Part II	</title>
	<atom:link href="https://www.tecmint.com/extend-and-reduce-lvms-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/extend-and-reduce-lvms-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 15 Aug 2023 00:55:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Dave Hotrum		</title>
		<link>https://www.tecmint.com/extend-and-reduce-lvms-in-linux/comment-page-1/#comment-2045442</link>

		<dc:creator><![CDATA[Dave Hotrum]]></dc:creator>
		<pubDate>Tue, 15 Aug 2023 00:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8275#comment-2045442</guid>

					<description><![CDATA[I have what I consider a big problem. I installed &lt;strong&gt;Ubuntu 22.04&lt;/strong&gt; and &lt;strong&gt;LVM&lt;/strong&gt; during installation. I have 3 HDs before installing I moved all data to the 3rd drive, &lt;strong&gt;sdc&lt;/strong&gt;. 

Now after installing it, I do not see the &lt;strong&gt;sdc&lt;/strong&gt;. With gparted I can see the &lt;strong&gt;sdc&lt;/strong&gt; and it is called &lt;strong&gt;sdc&lt;/strong&gt;. It shows an area with data. MY DATA but I cannot see it in &lt;strong&gt;Nautilus&lt;/strong&gt;. 

How to see it and move my data back to the &lt;strong&gt;/home/user/&lt;/strong&gt;? The data was created on Ubuntu 23.04. I went down because of too many problems on 23.04. What can I do?]]></description>
			<content:encoded><![CDATA[<p>I have what I consider a big problem. I installed <strong>Ubuntu 22.04</strong> and <strong>LVM</strong> during installation. I have 3 HDs before installing I moved all data to the 3rd drive, <strong>sdc</strong>. </p>
<p>Now after installing it, I do not see the <strong>sdc</strong>. With gparted I can see the <strong>sdc</strong> and it is called <strong>sdc</strong>. It shows an area with data. MY DATA but I cannot see it in <strong>Nautilus</strong>. </p>
<p>How to see it and move my data back to the <strong>/home/user/</strong>? The data was created on Ubuntu 23.04. I went down because of too many problems on 23.04. What can I do?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/extend-and-reduce-lvms-in-linux/comment-page-1/#comment-1990882</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 01 Apr 2023 04:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8275#comment-1990882</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/extend-and-reduce-lvms-in-linux/comment-page-1/#comment-1990597&quot;&gt;xabispacebiker&lt;/a&gt;.

@Xabispacebiker,

Thanks for your input, corrected the command in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/extend-and-reduce-lvms-in-linux/comment-page-1/#comment-1990597">xabispacebiker</a>.</p>
<p>@Xabispacebiker,</p>
<p>Thanks for your input, corrected the command in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: xabispacebiker		</title>
		<link>https://www.tecmint.com/extend-and-reduce-lvms-in-linux/comment-page-1/#comment-1990597</link>

		<dc:creator><![CDATA[xabispacebiker]]></dc:creator>
		<pubDate>Fri, 31 Mar 2023 12:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8275#comment-1990597</guid>

					<description><![CDATA[There is a typo:
&lt;pre&gt;
# resize2fs /dev/vg_tecmint_extra/tecmint_reduce_test 10GB 
&lt;/pre&gt;
should be:
&lt;pre&gt;
# resize2fs /dev/vg_tecmint_extra/tecmint_reduce_test 10G
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>There is a typo:</p>
<pre>
# resize2fs /dev/vg_tecmint_extra/tecmint_reduce_test 10GB 
</pre>
<p>should be:</p>
<pre>
# resize2fs /dev/vg_tecmint_extra/tecmint_reduce_test 10G
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: helwie		</title>
		<link>https://www.tecmint.com/extend-and-reduce-lvms-in-linux/comment-page-1/#comment-1822089</link>

		<dc:creator><![CDATA[helwie]]></dc:creator>
		<pubDate>Thu, 09 Jun 2022 16:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8275#comment-1822089</guid>

					<description><![CDATA[Nice post.

I have a question related to that article above. can I reduce my multiple HDD were use by home partition? we have five HDD @2TB extend with lvm with xfs format in centos 7. 

So we need to resize the partition home from 10TB to 5TB. I need to remove two HDDs and make sure all data cant corrupt.

can you advise me step by step. thanks]]></description>
			<content:encoded><![CDATA[<p>Nice post.</p>
<p>I have a question related to that article above. can I reduce my multiple HDD were use by home partition? we have five HDD @2TB extend with lvm with xfs format in centos 7. </p>
<p>So we need to resize the partition home from 10TB to 5TB. I need to remove two HDDs and make sure all data cant corrupt.</p>
<p>can you advise me step by step. thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ramesh		</title>
		<link>https://www.tecmint.com/extend-and-reduce-lvms-in-linux/comment-page-1/#comment-1782794</link>

		<dc:creator><![CDATA[Ramesh]]></dc:creator>
		<pubDate>Wed, 04 May 2022 10:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8275#comment-1782794</guid>

					<description><![CDATA[How to extend the partition without using &lt;strong&gt;lvextend&lt;/strong&gt; command?]]></description>
			<content:encoded><![CDATA[<p>How to extend the partition without using <strong>lvextend</strong> command?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
