Add a note for windows users and fuse (#116)
This commit is contained in:
parent
4b29ce6dc1
commit
efba26e016
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ torrent:
|
||||||
read_timeout: 120
|
read_timeout: 120
|
||||||
fuse:
|
fuse:
|
||||||
# Folder where fuse will mount torrent filesystem
|
# 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
|
path: ./distribyted-data/mount
|
||||||
# Add this flag if you want to allow other users to access this fuse mountpoint.
|
# 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.
|
# You need to add user_allow_other flag to /etc/fuse.conf file.
|
||||||
|
|
Loading…
Reference in a new issue