Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

NFS doesn't work

538 bytes added, 21:28, 6 June 2012
mention rpcbind
=== Symptoms ===
<tt>mount</tt> command hangsor takes a very long time to complete
<pre>
# mount <ip address>:/pub /data
</pre>
=== Reason Reasons ===* Lockd is not running on the NFS server* Portmap (older) or rpcbind (newer) is not running on the NFS client* Networking is broken (e.g. scripts brought up default route but not IP address yet)
=== Solution ===
=== Links ===
* {{Bug|620}}
 
== Permission denied after mount ==
 
=== Symptoms ===
 
After a successful mount it is not possible to enter the mounted directory.
 
=== Reasons and Solution ===
 
* Possible the wrong authentification method for NFS is used. Try to add the mount option <code>sec=sys</code> to use the system mount option [http://workaround.org/node/265]
 
[[Category:Troubleshooting]]
1
edit