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

18 lines
902 B
Markdown
Raw Normal View History

### fuse-disable
Disables a specified FUSE mount.
2025-03-19 13:37:00 +01:00
Usage: `fuse-disable [--temporarily] (name|localPath)`
<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.
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:
--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.
Note: FUSE commands are in early BETA. They're only available on Linux. If you experience any issues, please contact support@mega.nz.
</pre>