2025-03-04 22:13:43 +01:00
|
|
|
### 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)`
|
2025-03-04 22:13:43 +01:00
|
|
|
<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.
|
2025-03-04 22:13:43 +01:00
|
|
|
|
|
|
|
Options:
|
2025-03-19 13:37:00 +01:00
|
|
|
--name=name Sets the friendly name used to uniquely identify the mount.
|
2025-03-04 22:13:43 +01:00
|
|
|
--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.
|
|
|
|
|
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.
|
2025-03-04 22:13:43 +01:00
|
|
|
</pre>
|