From f3d5029cb70407b08a6863bce91107c5b2aa1dc8 Mon Sep 17 00:00:00 2001 From: Diego Ximenez Date: Mon, 24 Mar 2025 13:39:07 +0100 Subject: [PATCH] Minor adjustments to fuse docs --- UserGuide.md | 6 +++--- contrib/docs/FUSE.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UserGuide.md b/UserGuide.md index 3f1c2916..ac9b3d63 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -46,9 +46,9 @@ We are also building it for some NAS systems, please check your provider's App S The major features are * Move files around inside your MEGA account or between MEGA and your PC using command line tools. * Use those same commands in scripts to manage your files. -* Set up synchronization or a backup schedule between a folder on your machine, and a folder on your MEGA account. (use the [`sync`](#sync) or [`backup`](#backup) commands) -* Set up WebDAV access to files in your MEGA account (use the [`webdav`](#webdav) command) -* (linux only) Set up FUSE mount point to seemlesly files in your MEGA account (use the [`fuse-add`](#fuse-add) command) +* Set up synchronization or a backup schedule between a folder on your machine, and a folder on your MEGA account. (use the [`sync`](#sync) or [`backup`](#backup) commands). +* Set up WebDAV access to files in your MEGA account (use the [`webdav`](#webdav) command). +* [Linux only] Set up a FUSE mount point to seamlessly access files in your MEGA account (use the [`fuse-add`](#fuse-add) command). See our Help Centre pages for the basics of getting started, and friendly examples of common usages with plenty of pictures: https://mega.nz/help diff --git a/contrib/docs/FUSE.md b/contrib/docs/FUSE.md index 6568a945..7b37020e 100644 --- a/contrib/docs/FUSE.md +++ b/contrib/docs/FUSE.md @@ -6,7 +6,7 @@ Configuring a FUSE mount will let you access your MEGA files as if they were loc Note: this functionality is in beta, and only supported on Linux. ## Local cache -MEGAcmd will use a cache to place files while working with mount points. This cache will be used to store both files downloaded from MEGA, and files being uploaded to MEGA. It will be created automatically in `$HOME/.megaCmd/fuse-cache` for Linux and macOS, and `%LOCALAPPDATA%\MEGAcmd\.megaCmd\fuse-cache` for Windows. +MEGAcmd will use a cache to place files while working with mount points. This cache will be used to store both files downloaded from MEGA, and files being uploaded to MEGA. It will be created automatically in `$HOME/.megaCmd/fuse-cache`. Bear in mind that this cache is fundamental to be able to work with FUSE mounts. Cache files are removed automatically. Restarting the MEGAcmd Server may help reduce the space used by the cache.