<hr size="1">
WARNING: The commands shown are for reference only. Modify IPs and pathes to match your own environment
--------
SETUP: PC running linux terminal
------ Active internet connection
INSTALL: Install NFS server from the internet
--------
sudo apt-get --force-yes install nfs-kernel-server
sudo chmod 777 /etc/exports
echo "${HOME}/am1808/DaVinci-PSP-SDK-03.20.00.13/filesys *(rw,sync,no_root_squash,no_subtree_check)" >> /etc/exports
RESTART: Restart NFS server with new permissions
--------
sudo /etc/init.d/nfs-kernel-server restart