NFS client

Dear All ,

I have a NFS Server A and NFS client B. I have mounted the respective volume in NFS client. Now I wanted to make this volume as a NFS Server to another machine . Is this possible in Linux.

Rgds
Jegan R

If I understand, you want serverB to serve the same NFS mount to serverC. I never tried it. I think it may work. A priori, it does not sound like a great solution.

Can you not mount the file system directly on A? The fewer intervening stops for NFS traffic the fewer problems will occur, specifically this looks like a possible performance issue. Especially for writes.

ok thanks a lot

You can mount the nfs server A volumes on any number of clients regardless of whether there are other clients mounting the server A volume. Simply mount server A volume on server C.