<br><br>If you want to not have to have fsck in your bootable system, when you make your /etc/fstab:<br><br>do:<br><pre class="userinput"><code class="literal">/dev/<em class="replaceable"><code>[xxx]</code></em>     /            <em class="replaceable"><code>[fff]</code></em>  defaults         1     0<br>
</code></pre>instead of:<br><br><pre class="userinput"><code class="literal">/dev/<em class="replaceable"><code>[xxx]</code></em>     /            <em class="replaceable"><code>[fff]</code></em>  defaults         1     1<br>
<br>I believe that change did it for me.<br></code></pre><br> <br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'm a regular Linux user,<br>

but I don't really know much at all about E2fsprogs or its interaction<br>
with the system at boot so I'm not really sure how to just skip it as<br>
code monkey has done.<br>
<div><div></div><div class="h5">_______________________________________________<br>
Clfs-dev mailing list<br>
<a href="mailto:Clfs-dev@lists.cross-lfs.org">Clfs-dev@lists.cross-lfs.org</a><br>
<a href="http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org" target="_blank">http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org</a><br>
</div></div></blockquote></div><br>