From 112f22d4286f36b9cd8b4df7ded01de4db96474f Mon Sep 17 00:00:00 2001 From: Mancubus <16170560+mancubus77@users.noreply.github.com> Date: Sat, 30 Dec 2023 13:33:26 +1100 Subject: [PATCH 1/2] Update README.md with selinux mount option solves #99 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba8fb9c6..173443fd 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ See also [Common Issues](#common-issues). | | GeeseFS | rclone | Goofys | S3FS | gcsfuse | | ------------------------------ | ------- | ------ | ------ | ---- | ------- | | Parallel readahead | + | - | + | + | - | -| Parallel multipart uploads | + | - | + | + | - | +| Parallel multipart uploads | + | - | + | + | - |z | No readahead on random read | + | - | + | - | + | | Server-side copy on append | + | - | - | * | + | | Server-side copy on update | + | - | - | * | - | @@ -150,6 +150,13 @@ You can also use a different path to the credentials file by adding `,--shared-c See also: [Instruction for Azure Blob Storage](https://github.com/yandex-cloud/geesefs/blob/master/README-azure.md). +Systems with SELinux enabled automatically relabel mounted directories with the label 'fusefs_t.' To retain the original label, utilize the 'context' mount option: + +``` +bucket /mnt/mountpoint fuse.geesefs context="system_u:object_r::s0",_netdev,allow_other,--file-mode=0666,--dir-mode=0777 0 0 +``` + + ## Windows Everything is the same after installing [WinFSP](https://winfsp.dev) and GeeseFS, except that GeeseFS From b4f4662a20bbfe226e18c9a81e6b66dfa380acd4 Mon Sep 17 00:00:00 2001 From: Mancubus <16170560+mancubus77@users.noreply.github.com> Date: Sat, 30 Dec 2023 13:34:30 +1100 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 173443fd..7686d05a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ See also [Common Issues](#common-issues). | | GeeseFS | rclone | Goofys | S3FS | gcsfuse | | ------------------------------ | ------- | ------ | ------ | ---- | ------- | | Parallel readahead | + | - | + | + | - | -| Parallel multipart uploads | + | - | + | + | - |z +| Parallel multipart uploads | + | - | + | + | - | | No readahead on random read | + | - | + | - | + | | Server-side copy on append | + | - | - | * | + | | Server-side copy on update | + | - | - | * | - |