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

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,16 +3,16 @@
<h2 id="补充说明">补充说明</h2>
<p><strong>pvremove命令</strong> 用于删除一个存在的物理卷。使用pvremove指令删除物理卷时它将LVM分区上的物理卷信息删除使其不再被视为一个物理卷。</p>
<h3 id="语法">语法</h3>
<pre><code>pvremove(选项)(参数)</code></pre>
<pre><code class="language-bash">pvremove(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>-d调试模式
<pre><code class="language-bash">-d调试模式
-f强制删除
-y对提问回答“yes”。</code></pre>
<h3 id="参数">参数</h3>
<p>物理卷:指定要删除的物理卷对应的设备文件名。</p>
<h3 id="实例">实例</h3>
<p>使用pvremove指令删除物理卷<code>/dev/sdb2</code>。在命令行中输入下面的命令:</p>
<pre><code>pvremove /dev/sdb2 #删除物理卷
<pre><code class="language-bash">pvremove /dev/sdb2 #删除物理卷
Labels on physical volume &quot;/dev/sdb2&quot; successfully wiped
</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->