08-18-2022, 07:40 PM
Update: some progress... what I didn't notice before is that when I use ping on the 7.6.1 box, it is actually appending ".local" to the host name that I enter on the command line. Based on that, I tried explicitly adding ".local" to the NFS path on the 8.1.2 box, and that does resolve correctly.
To illustrate, this NFS path works on the 7.6.1 box but not on the 8.1.2 box:
malpha//volume1/Music/FLAC
To make it work on the 8.1.2 box, I have to edit NFS path to be this:
malpha.local//volume1/Music/FLAC
To illustrate, this NFS path works on the 7.6.1 box but not on the 8.1.2 box:
malpha//volume1/Music/FLAC
To make it work on the 8.1.2 box, I have to edit NFS path to be this:
malpha.local//volume1/Music/FLAC