Currently , on the laboratory I'm working on, there are three NAS:
- 2x Seagate NAS Pro with 15TB (RAID 5)
- 1x FreeNAS machine with 9TB (RAID 0)
All of these are used through NFS shares mounted on different paths but IMHO that's far from ideal. We're going through an expansion soon and will need more storage. I needed some kind of mechanism for "merging" those NASes together so I could optimize the use of disks still providing space for larger datasets.
One of the data centers I use has an AFS share that seems really nice, but I don't really understand much about file systems and don't know if that's the way. I've searched about mergerfs, aufs, OverlayFS, mhddfs and many other stuff but I can't find an optimal solution for me and have no idea of where to look for it.
Can you guys please help me on that?
nas.example.com:/mnt/path/home /home nfs rsize=32768,wsize=32768,bg,sync,nolock 0 0
and works fine for our purposes – Gabriel Milan Jun 28 '20 at 22:48