<?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 a Test File of Any Size in Linux	</title>
	<atom:link href="https://www.tecmint.com/create-exact-size-file-linux-dd-fallocate/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-exact-size-file-linux-dd-fallocate/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 08 May 2026 05:25:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-exact-size-file-linux-dd-fallocate/comment-page-1/#comment-2409457</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 08 May 2026 04:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5309#comment-2409457</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-exact-size-file-linux-dd-fallocate/comment-page-1/#comment-2409240&quot;&gt;Hai Vu&lt;/a&gt;.

@Hai,

Good point.

The &lt;code&gt;truncate&lt;/code&gt; command is one of the most versatile tools for this task because it can create empty files of any size, expand existing files, or shrink them without needing to rewrite the entire file contents.

I&#039;ve updated the article to include &lt;code&gt;truncate&lt;/code&gt; and also added a comparison between &lt;code&gt;dd&lt;/code&gt;, &lt;code&gt;fallocate&lt;/code&gt;, and &lt;code&gt;truncate&lt;/code&gt; to explain how each one behaves differently when creating large files.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-exact-size-file-linux-dd-fallocate/comment-page-1/#comment-2409240">Hai Vu</a>.</p>
<p>@Hai,</p>
<p>Good point.</p>
<p>The <code>truncate</code> command is one of the most versatile tools for this task because it can create empty files of any size, expand existing files, or shrink them without needing to rewrite the entire file contents.</p>
<p>I&#8217;ve updated the article to include <code>truncate</code> and also added a comparison between <code>dd</code>, <code>fallocate</code>, and <code>truncate</code> to explain how each one behaves differently when creating large files.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hai Vu		</title>
		<link>https://www.tecmint.com/create-exact-size-file-linux-dd-fallocate/comment-page-1/#comment-2409240</link>

		<dc:creator><![CDATA[Hai Vu]]></dc:creator>
		<pubDate>Thu, 07 May 2026 07:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5309#comment-2409240</guid>

					<description><![CDATA[The &lt;code&gt;truncate&lt;/code&gt; command does this and more. It can also shrink or expand file sizes.
]]></description>
			<content:encoded><![CDATA[<p>The <code>truncate</code> command does this and more. It can also shrink or expand file sizes.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
