Difference between revisions of "NFS doesn't work"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(initial edition)
(No difference)

Revision as of 08:34, 22 June 2007

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