语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -3,9 +3,9 @@
<h2 id="补充说明">补充说明</h2>
<p><strong>mke2fs命令</strong> 被用于创建磁盘分区上的“etc2/etc3”文件系统。</p>
<h3 id="语法">语法</h3>
<pre><code>mke2fs(选项)(参数)</code></pre>
<pre><code class="language-bash">mke2fs(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>-b&lt;区块大小&gt;:指定区块大小,单位为字节;
<pre><code class="language-bash">-b&lt;区块大小&gt;:指定区块大小,单位为字节;
-c检查是否有损坏的区块
-f&lt;不连续区段大小&gt;:指定不连续区段的大小,单位为字节;
-F不管指定的设备为何强制执行mke2fs
@@ -28,5 +28,5 @@
</ul>
<h3 id="实例">实例</h3>
<p>创建指定的ext2文件系统。</p>
<pre><code>mke2fs -q /dev/hda1</code></pre>
<pre><code class="language-bash">mke2fs -q /dev/hda1</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->