NFS doesn't work

From OpenVZ Virtuozzo Containers Wiki
Revision as of 08:34, 22 June 2007 by Vass (talk | contribs) (initial edition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Often NFS in VE doesn't work because off misconfiguration. This article contents known reasons of NFS related problems, that are not bugs, but misconfigurations.

Reason #1

Symptomps

mount command hangs:

# mount <ip address>:/pub /data
(...hangs here...)

Reason

Lockd is not running on the NFS server

Workaround

  • run lockd on the server
  • mount with nolock option

Links