Single NFS folder shared across multiple clients
Posted
by
parthi_for_tech
on Server Fault
See other posts from Server Fault
or by parthi_for_tech
Published on 2014-06-02T09:23:28Z
Indexed on
2014/06/02
9:29 UTC
Read the original article
Hit count: 250
I'm trying to mount a single NFS folder from server say "/share/folder" to multiple clients up to 32 clients, and the clients tries to access the folder and create files. The problem I'm facing is that when I execute the write command I see only one client is able to access the folder the remaining clients are blocked and not able to proceed to write. So, is whatever I'm trying to do above is correct? Can we write/read files from the same folder on multiple clients? if yes how can I do it prallel? Kindly advice! Thanks
© Server Fault or respective owner