@Paintballguy59
A small (very very very quick) nfs how to for u :-
=======================================
NFS Server Configuration
--------------------------------
1. vi /etc/exports
/tools 192.168.1.1(rw)
(ip of the system to which u want to share tools folder)
2. /etc/init.d/nfs start
3. /etc/init.d/nfslock start
NFS Client Configuration
------------------------------
1. /etc/init.d/portmap start
2. mount -a -t nfs
For further info get back here or u can read
http://nfs.sourceforge.net/nfs-howto/
Akshat