<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4505&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / file system check failed but did not detect errors]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4505</link>
		<description><![CDATA[The most recent posts in file system check failed but did not detect errors.]]></description>
		<lastBuildDate>Sat, 25 Sep 2021 03:48:53 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: file system check failed but did not detect errors]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31724#p31724</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>If <span class="bbc">azura-dawn</span> is your root LVM then, possibly, the initram lacks the <span class="bbc">lvm2</span> utilities? But those should have been added by the <span class="bbc">update-initramfs</span> command, so it&#039;s a bit peculiar.</p></div></blockquote></div><p>That&#039;s pretty much what I thought, but then the fact that the init ram fs then activates and mounts the lvm volumes (with discards correctly set to passdown, i used lvs to check) means that the lvm software must be the init ram fs (oh and when I looked in the init ram fs, I saw lvm in there).</p><p>It begins to look like the fsck call tries to happen before lvm opens everything up.</p><p>Agreed: peculiar.</p>]]></description>
			<author><![CDATA[dummy@example.com (durham)]]></author>
			<pubDate>Sat, 25 Sep 2021 03:48:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31724#p31724</guid>
		</item>
		<item>
			<title><![CDATA[Re: file system check failed but did not detect errors]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31720#p31720</link>
			<description><![CDATA[<p>If <span class="bbc">azura-dawn</span> is your root LVM then, possibly, the initram lacks the <span class="bbc">lvm2</span> utilities? But those should have been added by the <span class="bbc">update-initramfs</span> command, so it&#039;s a bit peculiar.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 24 Sep 2021 04:43:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31720#p31720</guid>
		</item>
		<item>
			<title><![CDATA[Re: file system check failed but did not detect errors]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31719#p31719</link>
			<description><![CDATA[<p>Right, so I finally got around to opening up the init ram disk. I hate looking at other people&#039;s sh/bash code. Arg.</p><p>Between that and snapping a pic with my phone during boot up (debian/devuan loves to the clear the screen during boot up, as well as on login prompts) I&#039;ve got an idea of what is going on.</p><p>Near as I can tell, the init ram fs calls fsck early on. fsck then whines that it can&#039;t see /dev/mapper/azura-dawn. fsck must be running before LVM opens up (activates?&#160; makes visible?) the volume. Then the init ram fs quietly and without any further fuss mounts the volume and boot off of it. The problem is not solved, but now it is revealed to be an init ram fs error not a disk error.</p><p>The only thing I am missing out on, therefore is the early (still in the init ram fs part of the boot process) file system check.</p><p>Since the last few distros I used didn&#039;t do disk check in their init ram fs&#039;s, nothing is different now.</p>]]></description>
			<author><![CDATA[dummy@example.com (durham)]]></author>
			<pubDate>Fri, 24 Sep 2021 03:36:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31719#p31719</guid>
		</item>
		<item>
			<title><![CDATA[Re: file system check failed but did not detect errors]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31653#p31653</link>
			<description><![CDATA[<p>Thank you for the reply. I tried everything you said. No errors, but no changes. It is beginning to look like something is off in the init ram fs configs and that will be a pain to sort out.</p>]]></description>
			<author><![CDATA[dummy@example.com (durham)]]></author>
			<pubDate>Sun, 19 Sep 2021 13:46:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31653#p31653</guid>
		</item>
		<item>
			<title><![CDATA[Re: file system check failed but did not detect errors]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31551#p31551</link>
			<description><![CDATA[<p>One of the early steps in the boot sequence is to run <span class="bbc">fsck</span> on the root file system, and that apparently has some difficulty, but doesn&#039;t result in stopping the boot-up. There might be log file(s) saved to <span class="bbc">/var/log/fsck/</span> with details. Otherwise it would be a good idea to firstly shut down and boot up using a live disk to run <span class="bbc">fsck</span> manually to see what is happening and possible resolve it. Secondly boot up the machine again and if there&#039;s still the note, then you should force a rebuild of your <span class="bbc">initrd</span> (which apparently have become incomplete in some way).</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 14 Sep 2021 23:12:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31551#p31551</guid>
		</item>
		<item>
			<title><![CDATA[file system check failed but did not detect errors]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31545#p31545</link>
			<description><![CDATA[<p>In recent times i&#039;ve been getting an odd sort of error message during boot. The messge is &quot;file system check failed but did not detect errors&quot;. It does not stop the boot process. The screen blanks when Devuan reaches the login prompt so I didn&#039;t notice it for several days. After noticing it, I could not find it in dmesg. A grep of files in the /var/log directory could find no log of the error message.</p><p>The usual search engines found many occurrence of this error message but each for a different problem.</p><p>As far as I can tell, there are no file system errors.</p><p>Devuan Chimaera, 64 bit.</p><p>Do I actually have an error?</p><p>Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (durham)]]></author>
			<pubDate>Tue, 14 Sep 2021 21:54:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31545#p31545</guid>
		</item>
	</channel>
</rss>
