<?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: LFCS #4: How to Partition Storage Devices in Linux	</title>
	<atom:link href="https://www.tecmint.com/create-partitions-and-filesystems-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-partitions-and-filesystems-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 27 Sep 2025 06:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: CHIADI		</title>
		<link>https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-1084599</link>

		<dc:creator><![CDATA[CHIADI]]></dc:creator>
		<pubDate>Thu, 20 Dec 2018 15:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9293#comment-1084599</guid>

					<description><![CDATA[When I ran the following command on Centos 7 running on VirtualBox.
&lt;pre&gt;
# &lt;strong&gt;mkfs.ext4 -L LabelName /dev/sdb1&lt;/strong&gt;) 
&lt;/pre&gt;
It gives me this error: 
&lt;pre&gt;
mkfs.ext4: invalid blocks &#039;LabelName&#039; on device &#039;–L&#039;
&lt;/pre&gt;
I decided to split the command in to two: 
&lt;pre&gt;
# &lt;strong&gt;mkfs.ext4 /dev/sdb1&lt;/strong&gt; 
# &lt;strong&gt;mkfs -L LabelName /dev/sdb1&lt;/strong&gt;
&lt;/pre&gt;
It worked.]]></description>
			<content:encoded><![CDATA[<p>When I ran the following command on Centos 7 running on VirtualBox.</p>
<pre>
# <strong>mkfs.ext4 -L LabelName /dev/sdb1</strong>) 
</pre>
<p>It gives me this error: </p>
<pre>
mkfs.ext4: invalid blocks 'LabelName' on device '–L'
</pre>
<p>I decided to split the command in to two: </p>
<pre>
# <strong>mkfs.ext4 /dev/sdb1</strong> 
# <strong>mkfs -L LabelName /dev/sdb1</strong>
</pre>
<p>It worked.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ahmad		</title>
		<link>https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-838735</link>

		<dc:creator><![CDATA[Ahmad]]></dc:creator>
		<pubDate>Thu, 17 Nov 2016 09:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9293#comment-838735</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-838733&quot;&gt;Ahmad&lt;/a&gt;.

Type * not time... sorry]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-838733">Ahmad</a>.</p>
<p>Type * not time&#8230; sorry</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ahmad		</title>
		<link>https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-838733</link>

		<dc:creator><![CDATA[Ahmad]]></dc:creator>
		<pubDate>Thu, 17 Nov 2016 09:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9293#comment-838733</guid>

					<description><![CDATA[Correct me if I am wrong, but when you make a swap partition, shouldn&#039;t you change its time to Linux swap ( Hex 82) ?]]></description>
			<content:encoded><![CDATA[<p>Correct me if I am wrong, but when you make a swap partition, shouldn&#8217;t you change its time to Linux swap ( Hex 82) ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-813958</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Wed, 07 Sep 2016 14:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9293#comment-813958</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-813595&quot;&gt;Gabriel A. Cánepa&lt;/a&gt;.

When I run fdisk -v I get the following:

fdisk from util-linux 2.23.2]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-813595">Gabriel A. Cánepa</a>.</p>
<p>When I run fdisk -v I get the following:</p>
<p>fdisk from util-linux 2.23.2</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel A. Cánepa		</title>
		<link>https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-813595</link>

		<dc:creator><![CDATA[Gabriel A. Cánepa]]></dc:creator>
		<pubDate>Tue, 06 Sep 2016 12:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9293#comment-813595</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-813057&quot;&gt;Peter&lt;/a&gt;.

@Peter,
To be honest, I had not noticed this before. What is the fdisk version currently installed on your CentOS 7 system?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-partitions-and-filesystems-in-linux/comment-page-1/#comment-813057">Peter</a>.</p>
<p>@Peter,<br />
To be honest, I had not noticed this before. What is the fdisk version currently installed on your CentOS 7 system?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
