<?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 Create and Manage Btrfs File System in Linux	</title>
	<atom:link href="https://www.tecmint.com/create-btrfs-filesystem-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-btrfs-filesystem-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 19 Apr 2023 16:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Bill Riemers		</title>
		<link>https://www.tecmint.com/create-btrfs-filesystem-in-linux/comment-page-1/#comment-1999085</link>

		<dc:creator><![CDATA[Bill Riemers]]></dc:creator>
		<pubDate>Wed, 19 Apr 2023 16:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11275#comment-1999085</guid>

					<description><![CDATA[It is very very sad this is the number one search result for creating a btrfs volume. While there might be a reason to use LVM with BTRFS, it is a very niche condition. 99% of users should not be using LVM if they are using btrfs, it is just adding complexity and another point of failure.]]></description>
			<content:encoded><![CDATA[<p>It is very very sad this is the number one search result for creating a btrfs volume. While there might be a reason to use LVM with BTRFS, it is a very niche condition. 99% of users should not be using LVM if they are using btrfs, it is just adding complexity and another point of failure.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://www.tecmint.com/create-btrfs-filesystem-in-linux/comment-page-1/#comment-1857235</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Fri, 05 Aug 2022 11:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11275#comment-1857235</guid>

					<description><![CDATA[As LVM supports caching, you can set up your btrfs logical volumes with an SSD cache.  This also open&#039;s up all the LVM tools to you. So, for some, there might be perfectly legitimate reasons to use LVM.]]></description>
			<content:encoded><![CDATA[<p>As LVM supports caching, you can set up your btrfs logical volumes with an SSD cache.  This also open&#8217;s up all the LVM tools to you. So, for some, there might be perfectly legitimate reasons to use LVM.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joachim Friberg		</title>
		<link>https://www.tecmint.com/create-btrfs-filesystem-in-linux/comment-page-1/#comment-1839606</link>

		<dc:creator><![CDATA[Joachim Friberg]]></dc:creator>
		<pubDate>Mon, 04 Jul 2022 07:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11275#comment-1839606</guid>

					<description><![CDATA[Please revise this guide and remove the LVM parts. It&#039;s so unnecessary!

You wouldn&#039;t put ZFS on LVM, now would you?

BTFS is easy:

Install btrfs-progs and make sure kernel module is loaded...
&lt;pre&gt;
mkfs.btrfs [-L &#060;label of disk if wanted] /dev/
mount /dev/ 
tail -n1 /etc/mtab &#062;&#062; /etc/fstab
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Please revise this guide and remove the LVM parts. It&#8217;s so unnecessary!</p>
<p>You wouldn&#8217;t put ZFS on LVM, now would you?</p>
<p>BTFS is easy:</p>
<p>Install btrfs-progs and make sure kernel module is loaded&#8230;</p>
<pre>
mkfs.btrfs [-L &lt;label of disk if wanted] /dev/
mount /dev/ 
tail -n1 /etc/mtab &gt;&gt; /etc/fstab
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: master of perfection		</title>
		<link>https://www.tecmint.com/create-btrfs-filesystem-in-linux/comment-page-1/#comment-1353381</link>

		<dc:creator><![CDATA[master of perfection]]></dc:creator>
		<pubDate>Sat, 15 Aug 2020 14:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11275#comment-1353381</guid>

					<description><![CDATA[I seen &lt;strong&gt;lvm&lt;/strong&gt; and thought What ?

I made the mistake of using &lt;strong&gt;gpt&lt;/strong&gt; partition then putting &lt;strong&gt;btrfs&lt;/strong&gt; on that and ouch lost my data later.

Now I make sure to wipe all the partitions from the drives first. Then I create my btrfs partitions.  

This seems to work best starting with blank drives.]]></description>
			<content:encoded><![CDATA[<p>I seen <strong>lvm</strong> and thought What ?</p>
<p>I made the mistake of using <strong>gpt</strong> partition then putting <strong>btrfs</strong> on that and ouch lost my data later.</p>
<p>Now I make sure to wipe all the partitions from the drives first. Then I create my btrfs partitions.  </p>
<p>This seems to work best starting with blank drives.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Master		</title>
		<link>https://www.tecmint.com/create-btrfs-filesystem-in-linux/comment-page-1/#comment-1335330</link>

		<dc:creator><![CDATA[Master]]></dc:creator>
		<pubDate>Wed, 27 May 2020 15:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11275#comment-1335330</guid>

					<description><![CDATA[As the 2 previous posters. No need for LVM with BTRFS and NEVER use &quot;&lt;strong&gt;df&lt;/strong&gt;&quot;, it will give you the wrong information, use &quot;&lt;strong&gt;btrfs fylesystem df&lt;/strong&gt;&quot; instead.]]></description>
			<content:encoded><![CDATA[<p>As the 2 previous posters. No need for LVM with BTRFS and NEVER use &#8220;<strong>df</strong>&#8220;, it will give you the wrong information, use &#8220;<strong>btrfs fylesystem df</strong>&#8221; instead.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
