CLI oneliner to add multiple plot directories on Linux

How can I add multiple directories at the same time with

chia plots add -d /home/user/plots

?

I know I could edit the config.yaml but I’d like to do it this way.

Don’t think it can.

I did “for i in seq -w 0 15"; do chia plots add -d /home/user/plots/$i; done”

Be smart and use mergerfs, then you only need to add one directory.

basically any disk that is mounted under /mnt/disk* is merged as /mnt/mergerfs on my system, so I only need to add /mnt/mergerfs to config.yaml

Naw naw f all that

Mhddfs
So perfect in linux

fused mounts. By far the best. Look into the options aswell