mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-30 21:35:10 +00:00
Improvements to fuse docs
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
### fuse-add
|
||||
Adds a new FUSE mount to the database.
|
||||
Creates a new FUSE mount.
|
||||
|
||||
Usage: `fuse-add [--name=name] [--disabled] [--transient] [--read-only] localPath remotePath`
|
||||
<pre>
|
||||
Mounts are automatically enabled after being added to the database. Mounts are persistent and writable by default.
|
||||
Mounts are automatically enabled after being added, making the chosen MEGA folder accessible within the local filesystem.
|
||||
When a mount is disabled, its configuration will be saved, but the cloud folder will not be mounted locally (see fuse-disable).
|
||||
Mounts are persisted after restarts and writable by default. You may change these and other options of a FUSE mount with fuse-config.
|
||||
Use fuse-show to display the list of mounts.
|
||||
|
||||
Parameters:
|
||||
localPath Specifies where the files contained by remotePath should be visible on the local filesystem.
|
||||
|
@@ -5,7 +5,7 @@ Usage: `fuse-config [--name=name] [--enable-at-startup=yes|no] [--persistent=yes
|
||||
<pre>
|
||||
Parameters:
|
||||
ID|localPath|name The identifier of the mount we want to configure. It can be one of the following:
|
||||
ID: A unique alphanumeric string that identifies the mount.
|
||||
ID: The unique alphanumeric string that identifies the mount.
|
||||
Local path: The local mount point in the filesystem.
|
||||
Name: the user-friendly name of the mount, set when it was added or by fuse-config.
|
||||
|
||||
|
@@ -3,11 +3,11 @@ Disables a specified FUSE mount.
|
||||
|
||||
Usage: `fuse-disable [--temporarily] (ID|localPath|name)`
|
||||
<pre>
|
||||
After a mount has been disabled, its cloud entities will no longer be accessible via the mount's local path.
|
||||
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:
|
||||
ID|localPath|name The identifier of the mount we want to disable. It can be one of the following:
|
||||
ID: A unique alphanumeric string that identifies the mount.
|
||||
ID: The unique alphanumeric string that identifies the mount.
|
||||
Local path: The local mount point in the filesystem.
|
||||
Name: the user-friendly name of the mount, set when it was added or by fuse-config.
|
||||
Options:
|
||||
|
@@ -7,7 +7,7 @@ After a mount has been enabled, its cloud entities will be accessible via the mo
|
||||
|
||||
Parameters:
|
||||
ID|localPath|name The identifier of the mount we want to enable. It can be one of the following:
|
||||
ID: A unique alphanumeric string that identifies the mount.
|
||||
ID: The unique alphanumeric string that identifies the mount.
|
||||
Local path: The local mount point in the filesystem.
|
||||
Name: the user-friendly name of the mount, set when it was added or by fuse-config.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
### fuse-remove
|
||||
Removes a specified FUSE mount from the database.
|
||||
Deletes a specified FUSE mount.
|
||||
|
||||
Usage: `fuse-remove (ID|localPath|name)`
|
||||
<pre>
|
||||
@@ -7,7 +7,7 @@ A mount must be disabled before it can be removed. See fuse-disable.
|
||||
|
||||
Parameters:
|
||||
ID|localPath|name The identifier of the mount we want to remove. It can be one of the following:
|
||||
ID: A unique alphanumeric string that identifies the mount.
|
||||
ID: The unique alphanumeric string that identifies the mount.
|
||||
Local path: The local mount point in the filesystem.
|
||||
Name: the user-friendly name of the mount, specified when it was added or by fuse-config.
|
||||
|
||||
|
@@ -4,7 +4,7 @@ Displays the list of FUSE mounts and their information. If an ID, local path, or
|
||||
Usage: `fuse-show [--only-enabled] [--disable-path-collapse] [[--limit=rowcount] | [ID|localPath|name]]`
|
||||
<pre>
|
||||
When all mounts are shown, the following columns are displayed:
|
||||
MOUNT_ID: A unique alphanumeric string that identifies the mount.
|
||||
MOUNT_ID: The unique alphanumeric string that identifies the mount.
|
||||
LOCAL_PATH: The local mount point in the filesystem.
|
||||
REMOTE_PATH: The cloud directory or share that is exposed locally.
|
||||
NAME: The user-friendly name of the mount, specified when it was added or by fuse-config.
|
||||
@@ -12,7 +12,7 @@ When all mounts are shown, the following columns are displayed:
|
||||
|
||||
Parameters:
|
||||
ID|localPath|name The identifier of the mount we want to show. It can be one of the following:
|
||||
ID: A unique alphanumeric string that identifies the mount.
|
||||
ID: The unique alphanumeric string that identifies the mount.
|
||||
Local path: The local mount point in the filesystem.
|
||||
Name: the user-friendly name of the mount, set when it was added or by fuse-config.
|
||||
If not provided, the list of mounts will be shown instead.
|
||||
|
Reference in New Issue
Block a user