Note: if you wanted to create a temporary mount, then you could’ve run “mount -t nfs 10.10.10.60/data nfs”. However, if you restart you computer after running that command, then all the files in your nfs folder will not show up.
Afterwards, run “mount -a” to save your changes. Now, go into the nfs folder and run “ls -alt” to check the file permissions. Run “chmod 777” to change the file permissions and therefore allow everyone to be able to read, write, and execute the files.
Now, back in your actual NFS server (in “san-lab”), go into /data and run “ls”. Now, you should be able to see the files that you added from your computer.