NFS PORT 111 & 2049
If you are able to mount a share but you are not able to access the mounted share due to "permission errors".

You can fix this error by finding the right UID and creating a new user with same uid.

In this case the file had the uid of 1003
└─$ sudo useradd -u 1003 -m -s /bin/bash customuser
Last updated