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

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

@@ -13,9 +13,9 @@
<li>128 共享的函数库发生错误。</li>
</ul>
<h3 id="语法">语法</h3>
<pre><code>e2fsck(选项)(参数)</code></pre>
<pre><code class="language-bash">e2fsck(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>-a不询问使用者意见便自动修复文件系统
<pre><code class="language-bash">-a不询问使用者意见便自动修复文件系统
-b&lt;superblock&gt;指定superblock而不使用预设的superblock
-B&lt;区块大小&gt;:指定区块的大小,单位为字节;
-c一并执行badblocks以标示损坏的区块
@@ -38,6 +38,6 @@
<p>文件系统或者分区:指定文件系统或者分区所对应的设备文件名。</p>
<h3 id="实例">实例</h3>
<p>检查<code>/dev/sda1</code>是否有问题,如发现问题便自动修复:</p>
<pre><code>e2fsck -a -y /dev/sda1</code></pre>
<pre><code class="language-bash">e2fsck -a -y /dev/sda1</code></pre>
<p>执行e2fsck或fsck前请先umount partition否则有机会令档案系统毁损。如果需要对根目录<code>/</code>进行检查及修复便需要进入singal user mode执行。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->