Is there a way to define an alias for a NFS-exported directory directly inside /etc/exports (without using a symlink)?
For example, I want to access this export
/home/username/nfsdir 192.168.0.100(rw,sync,no_root_squash)
as "<hostname>:/myalias" instead of "<hostname>:/home/username/nfsdir".