From efba26e016c9f18b2049f226bffa56d757518cf0 Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Wed, 5 Jan 2022 19:33:29 +0100 Subject: [PATCH] Add a note for windows users and fuse (#116) --- templates/config_template.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/config_template.yaml b/templates/config_template.yaml index 04e417d..440885a 100644 --- a/templates/config_template.yaml +++ b/templates/config_template.yaml @@ -37,7 +37,9 @@ torrent: read_timeout: 120 fuse: # Folder where fuse will mount torrent filesystem - # For windows users: You can set here also a disk letter like X: or Z: + # For windows users: + # - You can set here also a disk letter like X: or Z:. + # - The folder MUST NOT exists. path: ./distribyted-data/mount # Add this flag if you want to allow other users to access this fuse mountpoint. # You need to add user_allow_other flag to /etc/fuse.conf file.