Open main menu

CDOT Wiki β

Changes

OPS335 NFS Lab

19 bytes added, 22:48, 10 March 2012
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
1
edit