932
edits
Changes
m
Added the instruction for installing nfs back into the server portion.
===Part A: Setting up the NFS Server on the Host===
On your Fedora host machine perform the following tasks:
*Install nfs
yum install nfs-utils
*edit /etc/exports so that it contains ONLY the following line (where 192.168.x.4 is the IP address of your guest VM):
/home 192.168.x.4(rw,root_squash,insecure)