<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>boot &#8211; Phocean.net</title>
	<atom:link href="/tag/boot/feed" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>Computer Security Blog</description>
	<lastBuildDate>Fri, 24 Feb 2017 21:17:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.10</generator>
	<item>
		<title>/etc/mtab~ issue at startup</title>
		<link>/2009/02/01/etcmtab-issue-at-startup.html</link>
		<comments>/2009/02/01/etcmtab-issue-at-startup.html#comments</comments>
		<pubDate>Sun, 01 Feb 2009 18:20:08 +0000</pubDate>
		<dc:creator><![CDATA[phocean]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[mtab]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=321</guid>
		<guid isPermaLink="false">http://www.phocean.net/?p=321</guid>
		<description><![CDATA[I don&#8217;t know how it really happened &#8211; probably a VMWare crash that locked my file system, but after a reboot I got this message at startup : Cannot create link /etc/mtab~ Perhaps there is a stale lock file? As a result, some of the partitions were not mounted and the system was pretty much...<br><i class="icon-right-hand"></i> <span class="read-more"><a href="/2009/02/01/etcmtab-issue-at-startup.html">Continue Reading</a></span>]]></description>
				<content:encoded><![CDATA[<p>I don&#8217;t know how it really happened &#8211; probably a VMWare crash that locked my file system, but after a reboot I got this message at startup :</p>
<pre>Cannot create link /etc/mtab~
Perhaps there is a stale lock file?</pre>
<p>As a result, some of the partitions were not mounted and the system was pretty much broken.</p>
<p>But, no need to panic, just erase all the lock files (be careful not to erase the mtab file itself !) :</p>
<pre>$ rm /etc/mtab~*</pre>
<p>Now test mounting your partitions to check that you don&#8217;t get this message anymore :</p>
<pre>$ mount -a</pre>
<p>If it is alright, reboot and it should be fine.</p>
]]></content:encoded>
			<wfw:commentRss>/2009/02/01/etcmtab-issue-at-startup.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
