mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #538] Mount two or more /data folders #315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dotur911 on GitHub (Feb 4, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/538
Please, is it possible to mount two or more /data folders to acess files from multiple locations.
@sigoden commented on GitHub (Feb 4, 2025):
We will not support this feature, please create one folder and symlink other folders into it.
@dotur911 commented on GitHub (Feb 4, 2025):
I tryed to use symlink but it does not show when browsing files, i do not know why, i am using dufs in docker ,and symlink enabled in conf file and in docker yaml also,but data does not show. Cany ou please help me?
@sigoden commented on GitHub (Feb 4, 2025):
Docker cannot see or access files outside the mount path, even if they are symlinked inside the container.
Use multiple mount paths instead.
NOTE I haven't tested it, just a feeling that it might work; you'll need to confirm for yourself.
@dotur911 commented on GitHub (Feb 4, 2025):
As i can see, i did as you sugest and it somehow works. Thank you!