nerdexam
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)
  • A
    8% (3)
  • B
    5% (2)
  • C
    3% (1)
  • D
    82% (31)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 117-202 Practice