<?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 Linux Swap File	</title>
	<atom:link href="https://www.tecmint.com/create-a-linux-swap-file/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-a-linux-swap-file/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 23:27:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: rabitu171		</title>
		<link>https://www.tecmint.com/create-a-linux-swap-file/comment-page-1/#comment-1700220</link>

		<dc:creator><![CDATA[rabitu171]]></dc:creator>
		<pubDate>Thu, 13 Jan 2022 14:30:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25955#comment-1700220</guid>

					<description><![CDATA[Really helped me out because I forgot to create a swap partition on my OpenSUSE install...]]></description>
			<content:encoded><![CDATA[<p>Really helped me out because I forgot to create a swap partition on my OpenSUSE install&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/create-a-linux-swap-file/comment-page-1/#comment-1318475</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 24 Feb 2020 07:16:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25955#comment-1318475</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-a-linux-swap-file/comment-page-1/#comment-1318215&quot;&gt;mohamed&lt;/a&gt;.

@mohamed

Great! Many thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-a-linux-swap-file/comment-page-1/#comment-1318215">mohamed</a>.</p>
<p>@mohamed</p>
<p>Great! Many thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mohamed		</title>
		<link>https://www.tecmint.com/create-a-linux-swap-file/comment-page-1/#comment-1318215</link>

		<dc:creator><![CDATA[mohamed]]></dc:creator>
		<pubDate>Sat, 22 Feb 2020 12:55:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25955#comment-1318215</guid>

					<description><![CDATA[Thank you for this amazing article, it helped me to create a Swap file in Linux.]]></description>
			<content:encoded><![CDATA[<p>Thank you for this amazing article, it helped me to create a Swap file in Linux.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nityanand Shet		</title>
		<link>https://www.tecmint.com/create-a-linux-swap-file/comment-page-1/#comment-1120384</link>

		<dc:creator><![CDATA[Nityanand Shet]]></dc:creator>
		<pubDate>Thu, 28 Mar 2019 11:18:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25955#comment-1120384</guid>

					<description><![CDATA[&lt;code&gt;mkswap /mnt/swapfile&lt;/code&gt; step is missing i guess. I am able to create swap after only this step. 
&lt;pre&gt;
# swapoff -v /swapfile
# chmod 600 /mnt/swapfile
# swapon /mnt/swapfile
# swapon: /mnt/swapfile: read swap header failed: Invalid argument
# mkswap /mnt/swapfile 
# swapon /mnt/swapfile
# free  -m
&lt;/pre&gt;
&lt;h5&gt;Sample Output&lt;/h5&gt;
&lt;pre&gt;
              total        used        free      shared  buff/cache   available
Mem:          15883        2337        9955          16        3591       13206
Swap:          2047           0        2047
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p><code>mkswap /mnt/swapfile</code> step is missing i guess. I am able to create swap after only this step. </p>
<pre>
# swapoff -v /swapfile
# chmod 600 /mnt/swapfile
# swapon /mnt/swapfile
# swapon: /mnt/swapfile: read swap header failed: Invalid argument
# mkswap /mnt/swapfile 
# swapon /mnt/swapfile
# free  -m
</pre>
<h5>Sample Output</h5>
<pre>
              total        used        free      shared  buff/cache   available
Mem:          15883        2337        9955          16        3591       13206
Swap:          2047           0        2047
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/create-a-linux-swap-file/comment-page-1/#comment-954755</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 27 Dec 2017 07:43:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25955#comment-954755</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-a-linux-swap-file/comment-page-1/#comment-952121&quot;&gt;oldgaro&lt;/a&gt;.

@oldgaro

Thanks for the useful tip, it&#039;s really handy.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-a-linux-swap-file/comment-page-1/#comment-952121">oldgaro</a>.</p>
<p>@oldgaro</p>
<p>Thanks for the useful tip, it&#8217;s really handy.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
