1
edit
Changes
→Testing NFS mounts on your VM
*On your host PC run and record the output of the following commands:
exportfs
showmount -e
mount | grep /home
*On vm03, create an empty file using the touch command.
touch empty_file_created_on_vm03