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

15 lines
595 B
Markdown
Raw Permalink Normal View History

### fuse-remove
2025-03-06 14:29:32 +01:00
Deletes a specified FUSE mount.
2025-03-19 13:37:00 +01:00
Usage: `fuse-remove (name|localPath)`
<pre>
A mount must be disabled before it can be removed. See fuse-disable.
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.
Note: FUSE commands are in early BETA. They're only available on Linux. If you experience any issues, please contact support@mega.nz.
</pre>