From: Neil Brown Date: Thu, 29 Mar 2007 03:08:04 +0000 (+1000) Subject: mount.nfs.man - Use nolocks for /, /usr, /var X-Git-Tag: nfs-utils-1-1-0-rc1~10 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=f1e07c06652eb5cae1ce028cad8cd35e59f32f57;hp=e8a29cc56f3bf9b550b0f4f4876f23ca379d3e14 mount.nfs.man - Use nolocks for /, /usr, /var Make it clear in manpage for mount.nfs that using nolock is appropriate for /, /usr and /var. Signed-off-by: Neil Brown --- diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index 614de46..8abdb83 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -195,11 +195,18 @@ many other operating systems. .TP 1.5i .I nolock Disable NFS locking. Do not start lockd. -This has to be used with some old NFS servers -that don't support locking. Note that applications can -still get locks on files, but the locks only provide exclusion -locally. Other clients mounting the same filesystem -will not be able to detect the locks. +This is appropriate for mounting the root filesystem or +.B /usr +or +.BR /var . +These filesystems are typically either read-only or not shared, and in +those cases, remote locking is not needed. +This also needs to be used with some old NFS servers +that don't support locking. +.br +Note that applications can still get locks on files, but the locks +only provide exclusion locally. Other clients mounting the same +filesystem will not be able to detect the locks. .TP 1.5i .I bg If the first NFS mount attempt times out, retry the mount