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.

Android NFS Client

I have found a good library to implement an Android NFS Client 'nfs-client-java', I'm creating an Nfs3 Client and I …

java android nfs nfsclient
pynfs: error: gssapi/gssapi.h: No such file or directory

I am trying to install pynfs on RHEL 6.4 based VM command executed is python setup.py build, but I am …

python linux nfs
Kubernetes mount.nfs: access denied by server while mounting

I have a kubernetes cluster that is running in out network and have setup an NFS server on another machine …

kubernetes nfs
Where can I find a C#/.NET NFS implementation?

Is there any implementation of the NFS protocol written in C# or a good documentation thats easy to read so …

c# networking nfs
Using docker volume with a NFS partition

I have a NFS partition on the host, if add it to a container with docker run -i -t -v /…

nfs docker lxc
Can't write to FIFO file mouted via NFS

I'm trying to write to FIFO file locate on NFS mount and it blocks. What could be the problem? My /…

linux nfs fifo
Mount.nfs: Connection timed out ... - Vagrant - Trellis

I'm trying to run vagrant up for the first time, but I'm getting this error: ==> default: Mounting NFS shared …

vagrant nfs trellis
Freenas cannot mount NFS

Today I installed FreeNas 9.2.1.8 and now I am trying to set up a NFS. First I created a Volume with …

freebsd nfs nas
How to set quota or limits on NFS share on the client?

I am running Debian GNU/Linux 7 VM mount.nfs version mount.nfs: (linux nfs-utils 1.2.6) I want to set quota on …

nfs nfsclient
How to configure a Persistent Volume Claim using AWS EFS and ReadWriteMany?

I have the following persistent volume and volume claim: kind: PersistentVolume apiVersion: v1 metadata: name: kloud spec: capacity: storage: 100Gi …

linux amazon-web-services kubernetes nfs