I'm setting up this configuration:
Server A -> /mnt/repository/backups/shareA
Server B -> /mnt/repository/backups/shareB
Server C -> /mnt/repository/backups/shareC
Server D -> /mnt/repository/backups/shareD
...
And i need that a master/management server can access to all data and files. So I need to have:
Server Mngmt -> /mnt/repository/
However FreeNAS is creating all dataset/volumes mounting them and hiding the contents. So you cannot access to child contents by using a parent mount. This is the standard behaviour: https://forums.freenas.org/index.php?threads/jails-mounted-folders-sub-datasets-dont-work.14567/
In my opinion this is fine from a security point of view. But if I really need to access all dataset under a specific dataset, then how can I?
Do I really have to create all those mounting point manually?
Is there a way to script an automatic access to all shares without everytime update fstab manually?