Replies: 1 comment 6 replies
-
Hi, You don't need to do that, in This will recursively look all your directories in In your case, I see that you have different roots, I would recommend that you mount your nine drives in a single root. Ex. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The idea was to consolidate all mount points to one virtual directory instead of changing
config.yaml
all the time.I have used symlinks
ln -s /mnt-XX/*.plots /chia-plots
from nine mount points to a single directory.All seems ok with
chia farm summary
. All plots there but no proof sent to pool.Do you guys have some safety feature that refuses to follow symlinks to real plot?
Does harvester recursively search subdirs?
I have now
/chia-plots/mnt/c1-9
. if I type inconfig.yaml
just/chia-plots
, would be everything found recursively, please?Beta Was this translation helpful? Give feedback.
All reactions