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.

Force unmount of NFS-mounted directory

I have an NFS-mounted directory on a Linux machine that has hung. I've tried to force an unmount, but it …

linux mount nfs umount nfsclient
C# int to byte[]

I need to convert an int to a byte[] one way of doing it is to use BitConverter.GetBytes(). But …

c# .net bit-manipulation nfs
Vagrant error : Failed to mount folders in Linux guest

I have some issues with Vagrant shared folders, my base system is Ubuntu 13.10 desktop. I do not understand why I …

ubuntu virtualbox vagrant nfs
How to Mount a Linux directory from a different PC to your local Linux PC?

Is there a way to mount a Linux directory from a different PC to your local Linux PC? How?

linux mount nfs
Linux: how to check if a drive is mount to nfs

Is there a way to find out if a mount drive, for ex: /var, is mount to an NFS?

linux nfs
Mounting nfs shares inside docker container

Does anyone know how to mount nfs share inside docker container with centos base image? I've tried this command: mount …

docker centos mount nfs
Ways to improve git status performance

I have a repo of 10 GB on a Linux machine which is on NFS. The first time git status takes 36 …

performance git nfs
How do you make symbolic links work with a remote mount?

I have two servers, A and B A has two filesystems, /alpha and /beta I have a symbolic link: ln …

linux filesystems symlink nfs
NFS cache-cleaning command?

I have a trouble with NFS client-side attribute caching. I'm using some servers, one is an NFS server and the …

linux nfs
inotify with NFS

I've recently created a dropbox system using inotify, watching for files created in a particular directory. The directory I'm watching …

nfs inotify