On Sunday, October 16, 2016 at 11:25:09 AM UTC-7, Scott wrote:
> I think you have to specify an fsid=0 for your root exported filesystem also.
> Also, I use FQDNs on both hosts, and a DNS SRV record.
Scott: In trying to debug the original problem, I tried all sorts of things, including creating an /export directory and placing links to the directories that I wanted to export under that. At that time I did add an
fsid=0 to the /etc/exports entry for that directory. However, what I found was that, under both NFSv3 and NFSv4, I could simply export the desired directories from anywhere in my Ubuntu filesystem and mount them as desired under Solaris. From my reading of the documentation, apparently a UUID for each export is generated and used.
My LAN is limited to a small number of devices, so static IPs and host files listing all the machines/devices are used, eliminating any of the other potential problems.
Thanks for the feedback.