⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chapter02.html

📁 Linux From Scratch的中文指导,学习LINUX很有用
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=gb2312" />
    <title>
      Chapter&nbsp;2.&nbsp;创建一个新的分区
    </title>
    <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.68.1" />
    <link rel="stylesheet" href="../stylesheets/lfs-print.css" type="text/css" media="print" />
  </head>
  <body id="lfs" class="6.1">
    <div class="navheader">
      <div class="headertitles">
        <h4>
          Linux From Scratch - Version 6.1
        </h4>
        <h3>
          Part&nbsp;I.&nbsp;介绍
        </h3>
      </div>
      <ul class="headerlinks">
        <li class="prev">
          <a accesskey="p" href="../chapter01/askforhelp.html" title="Help">后退</a>
          <p>
            Help
          </p>
        </li>
        <li class="next">
          <a accesskey="n" href="creatingpartition.html" title="Creating a New Partition">前进</a>
          <p>
            Creating a New Partition
          </p>
        </li>
        <li class="up">
          <a accesskey="u" href="../part1.html" title="Part&nbsp;I.&nbsp;介绍">上一级</a>.
        </li>
        <li class="home">
          <a accesskey="h" href="../index.html" title="Linux From Scratch - Version 6.1">回首页</a>
        </li>
      </ul>
    </div>
    <div class="chapter" lang="zh_cn" xml:lang="zh_cn">
      <div class="titlepage">
        <h1 class="chapter">
          2. 准备一个新的分区
        </h1>
      </div>
      <div class="sect1" lang="zh_cn" xml:lang="zh_cn">
        <div class="titlepage">
          <a id="space-introduction" name="space-introduction"></a>
          <h2 class="sect1">
            2.1. 简介
          </h2>
        </div>
        <p>
          本章,我们将为 LFS 系统准备一个分区。步骤是创建新的磁盘分区,在这个分区上创建文件系统,然后挂载。
        </p>
      </div>
    </div>
    <div class="navfooter">
      <ul>
        <li class="prev">
          <a accesskey="p" href="../chapter01/askforhelp.html" title="Help">后退</a>
          <p>
            Help
          </p>
        </li>
        <li class="next">
          <a accesskey="n" href="creatingpartition.html" title="Creating a New Partition">前进</a>
          <p>
            Creating a New Partition
          </p>
        </li>
        <li class="up">
          <a accesskey="u" href="../part1.html" title="Part&nbsp;I.&nbsp;介绍">上一级</a>.
        </li>
        <li class="home">
          <a accesskey="h" href="../index.html" title="Linux From Scratch - Version 6.1">回首页</a>.
        </li>
      </ul>
    </div>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -