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.

How do I determine if a directory is a mounted NFS mount point in shellscript

I want to write a sh/bash script that can determine whether a particular directory is a mount point for …

bash unix shell nfs
Mount Qnap NFS Share on Linux OS

I am trying to mount a NFS share from my Qnap to my laptop which runs Manjaro (Arch Linux) but …

linux nfs qnap
Linux Shell Script: How to detect NFS Mount-point (or the Server) is dead?

Generally on NFS Client, how to detect the Mounted-Point is no more available or DEAD from Server-end, by using the …

linux bash shell nfs nfsclient
Kubernetes NFS Persistent Volumes - multiple claims on same volume? Claim stuck in pending?

Use case: I have a NFS directory available and I want to use it to persist data for multiple deployments &…

kubernetes nfs persistent-volumes persistent-volume-claims
"Stale file handle" error, when process trying read the file, that other process already had deleted

I'm writing stress test suite for testing distributed file systems over NFS. In some cases when some process deletes file, …

python linux nfs
NFS + Hard Links?

I know it is a condition of hard links that they cannot span filesystems. Does this apply to NFS mounts? …

nfs hardlink
mount.nfs: Connection timed out on ubuntu 14.04.1 LTS

I trying to create a nfs server for the first time. On trying to mount to the server I am …

ubuntu-14.04 nfs ubuntu-server nfsclient
Vagrant: Is it possible to share files and alter permissions inside the guest?

I have been banging my head against a wall for a week and a half trying to work out how …

virtualbox vagrant nfs
How to explain NFS crossmnt argument?

A client of mine discovered that he needs to include 'crossmnt' along with his NFS export options. I am going …

nfs
howto force refresh NFS cache when checking newly created file?

When a file is created on a Linux NFS shared mount, the client is either Linux o r mac machines. …

linux perl nfs