<?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 Fix “failed to mount /etc/fstab” Error in Linux	</title>
	<atom:link href="https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 00:25:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Khoi		</title>
		<link>https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/comment-page-1/#comment-1927444</link>

		<dc:creator><![CDATA[Khoi]]></dc:creator>
		<pubDate>Fri, 09 Dec 2022 23:11:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26053#comment-1927444</guid>

					<description><![CDATA[Hello,

My cloned &lt;strong&gt;Fedora&lt;/strong&gt; has the same issue.

&lt;strong&gt;Journalctl&lt;/strong&gt; also shows errors with &lt;strong&gt;/etc/fstab&lt;/strong&gt;.

I followed your steps and in emergency mode, there is no &lt;strong&gt;vi&lt;/strong&gt; and no &lt;strong&gt;/etc/fstab&lt;/strong&gt;.

Can you advise how to fix it?]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>My cloned <strong>Fedora</strong> has the same issue.</p>
<p><strong>Journalctl</strong> also shows errors with <strong>/etc/fstab</strong>.</p>
<p>I followed your steps and in emergency mode, there is no <strong>vi</strong> and no <strong>/etc/fstab</strong>.</p>
<p>Can you advise how to fix it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chaitanya		</title>
		<link>https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/comment-page-1/#comment-1379520</link>

		<dc:creator><![CDATA[chaitanya]]></dc:creator>
		<pubDate>Fri, 23 Oct 2020 05:42:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26053#comment-1379520</guid>

					<description><![CDATA[Hi, I have tried with the above one but it did not work. I cant able to write in &lt;strong&gt;/etc/fstab&lt;/strong&gt; and while opening the &lt;strong&gt;/etc/sudoers&lt;/strong&gt; file it is showing as permission denied. 

Can you please help me to resolve the issue?]]></description>
			<content:encoded><![CDATA[<p>Hi, I have tried with the above one but it did not work. I cant able to write in <strong>/etc/fstab</strong> and while opening the <strong>/etc/sudoers</strong> file it is showing as permission denied. </p>
<p>Can you please help me to resolve the issue?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jack H		</title>
		<link>https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/comment-page-1/#comment-1359403</link>

		<dc:creator><![CDATA[Jack H]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 07:13:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26053#comment-1359403</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/comment-page-1/#comment-1359010&quot;&gt;john&lt;/a&gt;.

@john, Simply shift-right-click a folder previous (like the etc folder) and choose to open as administrator (or whatever the verbiage is).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/comment-page-1/#comment-1359010">john</a>.</p>
<p>@john, Simply shift-right-click a folder previous (like the etc folder) and choose to open as administrator (or whatever the verbiage is).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/comment-page-1/#comment-1359398</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 06:41:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26053#comment-1359398</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/comment-page-1/#comment-1359010&quot;&gt;john&lt;/a&gt;.

@John

Try to edit it with sudo or root privileges:
&lt;pre&gt;
$ sudo vim /etc/fstab
OR
# vim /etc/fstab
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/comment-page-1/#comment-1359010">john</a>.</p>
<p>@John</p>
<p>Try to edit it with sudo or root privileges:</p>
<pre>
$ sudo vim /etc/fstab
OR
# vim /etc/fstab
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: john		</title>
		<link>https://www.tecmint.com/fix-failed-to-mount-etc-fstab-error-in-linux/comment-page-1/#comment-1359010</link>

		<dc:creator><![CDATA[john]]></dc:creator>
		<pubDate>Mon, 31 Aug 2020 12:55:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26053#comment-1359010</guid>

					<description><![CDATA[Hi,

I am currently experiencing the same issue with an incorrect statement in my fstab file. when I use vim to edit &lt;strong&gt;/etc/fstab&lt;/strong&gt; and correct the problem, I can&#039;t save the file because it says it is a read-only file. how do I bypass this in order to save the correction made to the fstab file? 

 Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I am currently experiencing the same issue with an incorrect statement in my fstab file. when I use vim to edit <strong>/etc/fstab</strong> and correct the problem, I can&#8217;t save the file because it says it is a read-only file. how do I bypass this in order to save the correction made to the fstab file? </p>
<p> Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
