Open main menu

CDOT Wiki β

Changes

OPS335 NFS Lab

77 bytes added, 22:56, 10 March 2012
Part C: Setting up Automount on the VM
*Add only the following line:
/home /etc/auto.home --timeout=60
*Edit Create the file /etc/auto.home so that it contains and add ONLY the following line: * -fstype=nfs,rw,nosuid,soft 192.168.122x.1:/home/&
*Start autofs with the command
systemctl start autofs.service*And ensure the service will start at boot: systemctl enable autofs start.service*Log out of vm01 vm03 and back on the host start the nfs server.*Log into vm01 as jokervm03 using your learn account.#*Create another empty file with the name another_empty_file.# touch another_empty_file_from_vm03*Run and record the output of the "df -Th" command.#*Back on the host machine as joker, run and record the output of the ": ls -l" command.
==Completing the Lab==
1
edit