mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 09:57:09 +00:00
11 lines
375 B
Markdown
11 lines
375 B
Markdown
|
### fuse-show
|
||
|
Displays the list of FUSE mounts and their information, or a FUSE mount and its information if specified by name or path.
|
||
|
|
||
|
Usage: `fuse-show [--only-enabled | --by-name=name | --by-path=path]`
|
||
|
<pre>
|
||
|
Options:
|
||
|
--by-name=name Specifies which mount by name.
|
||
|
--by-path=path Specifies which mount by path.
|
||
|
--only-enabled Only shows mounts that are enabled.
|
||
|
</pre>
|