Hi all.
I just updated the firmware for my Drobo 5n to 3.3.0. Upon upgrade, I had to initiate an update of the NFS service I had running to 1.3.2-4. Since the update (and confirmation that my exports file is correct), the shares I have configured do not appear to be exporting properly.
I have done the following:
[list]
[]deleted the exports.auto file
[]from the Drobo Dashboard ensured the share I want to export is set to allow Everyone all level of RW access (/mnt/DroboFS/Shares/Multimedia)
[/list]
This is what my exports file currently looks like:
[quote]/mnt/DroboFS/Shares/Multimedia/Movies 0.0.0.0/0(rw,async,insecure,no_subtree_check,no_root_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/Multimedia/Movies ::/128(rw,async,insecure,no_subtree_check,no_root_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/Multimedia/TV_Shows 0.0.0.0/0(rw,async,insecure,no_subtree_check,no_root_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/Multimedia/TV_Shows ::/128(rw,async,insecure,no_subtree_check,no_root_squash,anonuid=99,anongid=99)[/quote]
I even scaled my exports file back a bit to only include the Drobo-defined share itself, and not the subdirectories (i.e. - TV_Shows, Movies)
[quote]/mnt/DroboFS/Shares/Multimedia 0.0.0.0/0(rw,async,insecure,no_subtree_check,no_root_squash,anonuid=99,anongid=99)
/mnt/DroboFS/Shares/Multimedia ::/128(rw,async,insecure,no_subtree_check,no_root_squash,anonuid=99,anongid=99)
[/quote]
I have confirmed the service is running and enabled:
[quote]$ sudo ./service.sh status
nfs is enabled and running[/quote]
This is what I see when I run a showmount command from any of my networked systems:
[quote]$ showmount -e 10.0.77.50
Exports list on 10.0.77.50:
[/quote]
Finally, I have tried installing v1.3.2-1, -2, and -3 and each version has produced the same results. And, I’ve tried v1.3.2, but it is not supported by the 3.3.0 firmware.
Any assistance would be greatly appreciated.
Thanks in advance,
Chris.