nerdexam
LPI

202-400 · 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

(51 responses)
  • A
    8% (4)
  • B
    4% (2)
  • C
    2% (1)
  • D
    84% (43)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 202-400 Practice