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.

Kubernetes : Dynamic Persistent Volume provisioning using NFS

I have multi node kubernetes setup. I am trying to allocate a Persistent volume dynamically using storage classes with NFS …

docker kubernetes nfs
MountVolume.SetUp failed for volume "nfs" : mount failed: exit status 32

This is 2nd question following 1st question at PersistentVolumeClaim is not bound: "nfs-pv-provisioning-demo" I am setting up a kubernetes lab …

kubernetes nfs persistent-volumes persistent-volume-claims
Filesystem test suites

I wanted to ask about testing suites available for testing Linux file systems. I am looking for more of stress …

linux testing filesystems nfs cifs
Ensure that file state on the client is in sync with NFS server

I'm trying to find proper way to handle stale data on NFS client. Consider following scenario: Two servers mount same …

c linux nfs
NFS client under WSL - mount.nfs: No such device

I am getting the following error trying to mount a nfs export. sudo mount 192.168.1.175:/mnt/nas /mnt/c/nas mount.…

nfs windows-subsystem-for-linux
Python: separate processes logging to same file?

Does Python's logging library provide serialised logging for two (or more) separate python processes logging to the same file? It …

python multithreading logging nfs
Getting error chown: invalid group: ‘nobody:nogroup’ while setting up an NFS server drive ownership permission

I am following this tutorial to export an NFS share drive. https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-16-04#step-2…

linux centos centos7 nfs chown
NFS or SMB on Windows Share

If I were to create a Windows shared folder, put a database file in that folder to be shared among …

nfs smb windows-share
How to use Extended File Attributes on NFS?

I have an NFS_Server - NFS_Client system. My client is mounted to an NFS_Server directory. I want …

linux mount nfs xattr
Whats faster? Copy via nfs-mount or via scp?

we have a network of several machines and we want to distribute a big directory (ca. 10 GB) to every box. …

linux unix scp mount nfs