nfs server

How do I restart NFS server when network link goes down between two servers or NFS client / server under CentOS 4.x / RHEL / CentOS Linux 5.x?

{ 0 comments }

Linux: Tune NFS Performance

by Vivek Gite on March 4, 2008 · 0 comments

What values can be tuned to improve NFS performance? How do I improve my client performance under Linux operating systems?

{ 0 comments }

Q. How do I install and configure NFS 4 Server under Ubuntu Linux ? A. In order to set NFS server you need to install the following packages: => nfs-kernel-server – Linux NFS Server => nfs-common – NFS Common programs => portmap – The RPC portmapper

{ 1 comment }

Q. How do I mount NFS filesystem twice in two different dirs on same Linux client? NFS Server : nfsserver:/data Mount to dirs /home/data and /backup A. You will not able to do that. However mount command has bind option to remount part of the file hierarchy somewhere else. Procedure First mount to /home/data # [...]

{ 4 comments }