LPI
117-202 · Question #159
You have to mount the /data filesystem from an NFS server(srv1) that does not support locking. Which of the following mount commands should you use?
The correct answer is D. mount -o nolock srv1:/data /mnt/data. See the full explanation below for the reasoning.
Question
You have to mount the /data filesystem from an NFS server(srv1) that does not support locking. Which of the following mount commands should you use?
Options
- Amount -a -t nfs
- Bmount -o locking=off srv1:/data /mnt/data
- Cmount -o nolocking srv1:/data /mnt/data
- Dmount -o nolock srv1:/data /mnt/data
- Emount -o nolock /data@srv1 /mn/data
How the community answered
(38 responses)- A8% (3)
- B5% (2)
- C3% (1)
- D82% (31)
- E3% (1)
Community Discussion
No community discussion yet for this question.