Skip to content

Commit

Permalink
Update README.md with selinux mount option
Browse files Browse the repository at this point in the history
  • Loading branch information
mancubus77 authored Dec 30, 2023
1 parent 1c65cff commit 112f22d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | + | - | - | * | - |
Expand Down Expand Up @@ -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:<YOUR_LABEL>: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
Expand Down

0 comments on commit 112f22d

Please sign in to comment.