2024-12-17 12:52:54 +01:00
|
|
|
### fuse-show
|
2025-03-19 13:37:00 +01:00
|
|
|
Displays the list of FUSE mounts and their information. If a name or local path provided, displays information of that mount instead.
|
2024-12-17 12:52:54 +01:00
|
|
|
|
2025-03-19 13:37:00 +01:00
|
|
|
Usage: `fuse-show [--only-enabled] [--disable-path-collapse] [[--limit=rowcount] | [name|localPath]]`
|
2024-12-17 12:52:54 +01:00
|
|
|
<pre>
|
2025-03-04 22:13:43 +01:00
|
|
|
When all mounts are shown, the following columns are displayed:
|
2025-03-19 13:37:00 +01:00
|
|
|
NAME: The user-friendly name of the mount, specified when it was added or by fuse-config.
|
2025-03-04 22:13:43 +01:00
|
|
|
LOCAL_PATH: The local mount point in the filesystem.
|
|
|
|
REMOTE_PATH: The cloud directory or share that is exposed locally.
|
2025-03-06 14:37:43 +01:00
|
|
|
PERSISTENT: If the mount is saved across restarts, "YES". Otherwise, "NO".
|
2025-03-04 22:13:43 +01:00
|
|
|
ENABLED: If the mount is currently enabled, "YES". Otherwise, "NO".
|
|
|
|
|
|
|
|
Parameters:
|
2025-03-19 13:37:00 +01:00
|
|
|
name|localPath The identifier of the mount we want to remove. It can be one of the following:
|
|
|
|
Name: the user-friendly name of the mount, specified when it was added or by fuse-config.
|
|
|
|
Local path: The local mount point in the filesystem.
|
2025-03-04 22:13:43 +01:00
|
|
|
If not provided, the list of mounts will be shown instead.
|
|
|
|
|
2024-12-17 12:52:54 +01:00
|
|
|
Options:
|
2025-03-04 22:13:43 +01:00
|
|
|
--only-enabled Only shows mounts that are enabled.
|
|
|
|
--disable-path-collapse Ensures all paths are fully shown. By default long paths are truncated for readability.
|
2025-03-04 22:21:38 +01:00
|
|
|
--limit=rowcount Limits the amount of rows displayed. Set to 0 to display unlimited rows. Default is unlimited.
|
2025-03-04 22:13:43 +01:00
|
|
|
--col-separator=X Uses the string "X" as column separator. Otherwise, spaces will be added between columns to align them.
|
|
|
|
--output-cols=COLUMN_NAME_1,COLUMN_NAME2,... Selects which columns to show and their order.
|
|
|
|
|
2025-03-13 19:39:43 +01:00
|
|
|
Note: FUSE commands are in early BETA. They're only available on Linux. If you experience any issues, please contact support@mega.nz.
|
2024-12-17 12:52:54 +01:00
|
|
|
</pre>
|