I have problems with exporting NFS shares and accessing subdirectories.
I exported /srv/nfs, by adding this line to /etc/exports:
/srv/nfs/ *(rw,no_root_squash,fsid=0)
I can mount /srv/nfs and I can see the subfolder P01. However, under P01 there are additional subfolders which I can´t see from the client. What I am doing wrong? Already tried several options like Nohide, but still no luck.