mtablink.xml 791 B

12345678910111213141516171819202122
  1. <sect1 id="ch06-mtablink">
  2. <title>Creating the mtab file</title>
  3. <?dbhtml filename="mtablink.html" dir="chapter06"?>
  4. <para>The next thing to do is to create the <filename>/etc/mtab</filename> file.
  5. This is done using the following command:</para>
  6. <para><screen><userinput>touch /etc/mtab</userinput></screen></para>
  7. <para>As of LFS-Bootscripts 1.11 this file is handled correctly
  8. so there are no errors even when booting after a crash.</para>
  9. <para>Note that this requires
  10. support for the proc filesystem to be compiled into the kernel.
  11. This support is included by default.
  12. Don't remove it
  13. unless you <emphasis>really</emphasis> know what you are doing,
  14. as other important things also depend on it.
  15. In short, make sure proc filesystem support is enabled in the kernel.</para>
  16. </sect1>