» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 1 » Question 17/20
17.You have to mount the /data file system from an NFS server (srv 1) that does not support locking. Which of the following mount commands should you use?

mount -a -t nfs
mount -o locking=off srv1:/data /mnt/data
mount -o no locking srv1:/data /mnt/data
mount -o no lock srv1:/data /mnt/data
mount -o nolock/data@srv1 /mnt/data

Explanation

« Question 16 Question 18 »