mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-03 03:20:41 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>findfs命令</strong> 依据卷标(Label)和UUID查找文件系统所对应的设备文件。findfs命令会搜索整个磁盘,看是否有匹配的标签或者UUID没有,如果有则打印到标注输出上。findfs命令也是e2fsprogs项目的一部分。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>findfs(参数)</code></pre>
|
||||
<pre><code class="language-bash">findfs(参数)</code></pre>
|
||||
<h3 id="参数">参数</h3>
|
||||
<p><code>LABEL=<卷标></code>或者<code>UUID=<UUID></code>:按照卷标或者UUID查询文件系统。</p>
|
||||
<h3 id="实例">实例</h3>
|
||||
<p>通过卷标名查找对应的文件系统:</p>
|
||||
<pre><code>findfs LABEL=/boot
|
||||
<pre><code class="language-bash">findfs LABEL=/boot
|
||||
/dev/hda1</code></pre>
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
|
||||
Reference in New Issue
Block a user