Difference between revisions of "NFS doesn't work"
(various small fixes) |
Botinki Kira (talk | contribs) m (Robot: Automated text replacement (-VE +container)) |
||
Line 1: | Line 1: | ||
− | Often [[NFS]] in | + | Often [[NFS]] in container does not work because of misconfiguration. |
This article contains known reasons of such problems as well as solutions for those. | This article contains known reasons of such problems as well as solutions for those. | ||
Revision as of 11:03, 11 March 2008
Often NFS in container does not work because of misconfiguration. This article contains known reasons of such problems as well as solutions for those.
Contents
[hide]Mount hangs
Symptoms
mount command hangs:
# mount <ip address>:/pub /data (...hangs here...)
Reason
Lockd is not running on the NFS server.
Solution
Two options are possible:
- run lockd on the server
- mount with nolock option