2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 09:57:09 +00:00
MEGAcmd/contrib/docs/commands/fuse-config.md

19 lines
1009 B
Markdown
Raw Permalink Normal View History

### fuse-config
Modifies the specified FUSE mount configuration.
2025-03-19 13:37:00 +01:00
Usage: `fuse-config [--name=name] [--enable-at-startup=yes|no] [--persistent=yes|no] [--read-only=yes|no] (name|localPath)`
<pre>
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.
Options:
2025-03-19 13:37:00 +01:00
--name=name Sets the friendly name used to uniquely identify the mount.
--enable-at-startup=yes|no Controls whether or not the mount should be enabled automatically on startup.
--persistent=yes|no Controls whether or not the mount is saved across restarts.
--read-only=yes|no Controls whether the mount is read-only or writable.
Note: FUSE commands are in early BETA. They're only available on Linux. If you experience any issues, please contact support@mega.nz.
</pre>