Top "Nfs" questions

NFS is an acronym for Network File System, a network file system developed by Sun Microsystems most often associated with the Unix family of operating systems.

Vagrant error: NFS is reporting that your exports file is invalid

I am trying to set up the Discourse development environment using these instructions. However when I run Vagrant I get …

export vagrant nfs discourse
Docker: How to live sync host folder with container folder?

I am working on a website powered by Node. So I have made a simple Dockerfile that adds my site's …

nfs docker lxc
NFS network mount: set owner to specific account

OK, I'm seriously confused over this stuff, so really descriptive answers would be appreciated, especially if they make this whole …

permissions mount nfs nas
Is there a good way to detect a stale NFS mount

I have a procedure I want to initiate only if several tests complete successfully. One test I need is that …

linux bash unix shell nfs
mount.nfs: requested NFS version or transport protocol is not supported

NFS Mount is not working in my RHEL 7 AWS instance. When I do a mount -o nfsvers=3 10.10.11.10:/ndvp2 /root/mountme2/ …

mount rhel nfs
Why does NFS use UDP by default?

I'm sure there's some ancient legacy reason for it, but what is it? It seems like a service that's geared …

unix networking rpc nfs
How do I run a command as a different user from a root cronjob?

I seem to be stuck between an NFS limitation and a Cron limitation. So I've got root cron (on RHEL5) …

cron root sudo nfs
what is the proper way to test NFS performance

I'm given a project where the only objective is to monitor a network's NFS performance. I know there's a bunch …

linux performance monitoring nfs system-administration
Kubernetes NFS persistent volumes permission denied

I have an application running over a POD in Kubernetes. I would like to store some output file logs on …

docker kubernetes permission-denied nfs persistent-volumes
How to get the list of clients connected to an NFS server within a local network?

I have an NFS server with folder permissions as follows. There are 50 clients which need to connect to this server …

linux nfs