SUN
310-202 · Question #12
While you attempt to NFS mount the /export/home directory from host potato onto mount point /data on host tomato, the following error appears: # mount /data nfs mount: potatoe: : RPC: Unknown host…
The correct answer is D. Change potatoe to potato in /etc/vfstab, and then execute # mount /data E. Change potato to potatoe in the /etc/hosts file, and then execute # mount /data F. Type the command. See the full explanation below for the reasoning.
Question
While you attempt to NFS mount the /export/home directory from host potato onto mount point /data on host tomato, the following error appears:
mount /data nfs mount: potatoe: : RPC: Unknown host The /etc/hosts file on tomato contains the following:
Internet host table 127.0.0.1 localhost 10.7.8.11 tomato 10.7.8.12 potato 10.7.8.13 lettuce The /etc/vf stab on tomato contains the following (unrelated lines are omitted):
What three actions can be taken to mount the file system successfully? (Choose three.)
Options
- ACreate an entry in /etc/aliases:
- BType the command:
- CComment out the entry in /etc/vf stab, and then execute # mountall
- DChange potatoe to potato in /etc/vfstab, and then execute # mount /data
- EChange potato to potatoe in the /etc/hosts file, and then execute # mount /data
- FType the command:
How the community answered
(33 responses)- A9% (3)
- B3% (1)
- C3% (1)
- D85% (28)
Community Discussion
No community discussion yet for this question.