Howdy,
I have NFS 1.3.2 (patch #2) running now on my Drobo5N with firmware 3.2.0.
I can’t seem to get it to export additional shares. Here’s my /mnt/DroboFS/Shares/DroboApps/nfs/etc/exports file
/mnt/DroboFS/Shares/Public 0.0.0.0/0(rw,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/Public ::/128(rw,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/iso 0.0.0.0/0(r,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/iso ::/128(r,insecure,no_subtree_check,all_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/vms 10.0.1.12/24(rw,insecure,no_subtree_check,no_root_squash,anonuid=99,anongid=99)
After editing the file, I’ve tried a “service.sh reload”, “service.sh restart” and a full on Drobo restart. Still I only see the Public share:
$ showmount -e 10.0.1.7
Export list for 10.0.1.7:
/mnt/DroboFS/Shares/Public ::/128,0.0.0.0/0
I also tried placing the new exports in a new file under /mnt/DroboFS/Shares/DroboApps/nfs/etc/exports.d without luck.
Am I missing some config pointer to the exports file?