uTools-Manuals/docs/linux/vgremove.html
2019-04-21 11:50:48 +08:00

16 lines
960 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="vgremove">vgremove</h1>
<p>用于用户删除LVM卷组</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>vgremove命令</strong> 用于用户删除LVM卷组。当要删除的卷组上已经创建了逻辑卷时vgremove命令需要进行确认删除防止误删除数据。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">vgremove(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-f强制删除。</code></pre>
<h3 id="参数">参数</h3>
<p>卷组:指定要删除的卷组名称。</p>
<h3 id="实例">实例</h3>
<p>使用vgremove命令删除LVM卷组“vg1000”。在命令行中输入下面的命令</p>
<pre><code class="language-bash">[root@localhost ~]# vgremove vg1000 #删除卷组&quot;vg1000&quot;
Volume group &quot;vg1000&quot; successfully removed</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->