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 }
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 }
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 }