From 03a196b9faa523d41b219a48932bfcba24f0d40b Mon Sep 17 00:00:00 2001 From: Jiaqiang Xu Date: Tue, 21 Oct 2025 16:32:35 +0800 Subject: [PATCH] Update seaf-fuse documentation for block cache options Clarify block cache functionality and options in seaf-fuse documentation. --- manual/extension/fuse.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/manual/extension/fuse.md b/manual/extension/fuse.md index 18fe5b6c..0bc39b25 100644 --- a/manual/extension/fuse.md +++ b/manual/extension/fuse.md @@ -71,13 +71,21 @@ mkdir -p /data/seafile-fuse ./seaf-fuse.sh start /data/seafile-fuse ``` +##### Stop seaf-fuse + +``` +./seaf-fuse.sh stop +``` + +## Start options + seaf-fuse supports standard mount options for FUSE. For example, you can specify ownership for the mounted folder: ``` ./seaf-fuse.sh start -o uid= /data/seafile-fuse ``` -The fuse enables the block cache function by default to cache block objects, thereby reducing access to backend storage, but this function will occupy local disk space. Since Seafile-pro-10.0.0, you can disable block cache by adding following options: +In Pro edition, seaf-fuse enables the block cache function by default to cache block objects when object storage backend is used, thereby reducing access to backend storage, but this function will occupy local disk space. Since Seafile-pro-10.0.0, you can disable block cache by adding following options: ``` ./seaf-fuse.sh start --disable-block-cache /data/seafile-fuse @@ -85,14 +93,7 @@ The fuse enables the block cache function by default to cache block objects, the You can find the complete list of supported options in `man fuse`. - -##### Stop seaf-fuse - -``` -./seaf-fuse.sh stop -``` - -### Contents of the mounted folder +## Contents of the mounted folder ##### The top level folder