2024-12-17 12:52:54 +01:00
|
|
|
### fuse-disable
|
2025-03-04 22:13:43 +01:00
|
|
|
Disables a specified FUSE mount.
|
2024-12-17 12:52:54 +01:00
|
|
|
|
2025-03-19 13:37:00 +01:00
|
|
|
Usage: `fuse-disable [--temporarily] (name|localPath)`
|
2024-12-17 12:52:54 +01:00
|
|
|
<pre>
|
2025-03-06 14:29:32 +01:00
|
|
|
After a mount has been disabled, its cloud entities will no longer be accessible via the mount's local path. You may enable it again via fuse-enable.
|
2024-12-17 12:52:54 +01:00
|
|
|
|
2025-03-04 22:13:43 +01:00
|
|
|
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.
|
2024-12-17 12:52:54 +01:00
|
|
|
Options:
|
2025-03-06 13:29:03 +01:00
|
|
|
--temporarily Specifies whether the mount should be disabled only until the server is restarted.
|
|
|
|
Has no effect on transient mounts, since any action on them is always temporary.
|
2025-03-04 22:13:43 +01:00
|
|
|
|
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>
|