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.

Alternative to File.exists() in Java

I never thought it would happen to me, but I ran into my first bug in Java: http://bugs.sun.…

java file-io java-io nfs java-nio
Access NFS share from Java program

I'd like to read some data from an NFS share from my Java program. I'd need the program to authenticate …

java nfs
Cannot mount vagrant synced folder with nfs

I managed to setting up my Symfony2 project inside a ubuntu vagrant box. But it takes around 20 seconds to load …

macos ubuntu-12.04 vagrant nfs shared-directory
How to mount AWS EFS to Macbook or local computers

I am trying to mount AWS EFS to my local macbook (Also other local computers) However, after trying so many …

amazon-web-services amazon-ec2 nfs efs amazon-efs
Java I/O over an NFS mount

I have a bit of Java code that outputs an XML file to a NFS mounted filesystem. On another server …

java samba nfs jdom
Vagrant synced folder options

What is the best method for implementing Vagrant NFS "synced folders" between host and VM? I was finally able to …

vagrant nfs vmware-fusion vagrantfile
Locking sqlite file on NFS filesystem possible?

Let's say there are two python scripts that want to write data to the same table which is stored in …

python sqlite locking nfs
NFS Fails after packaging a Vagrant box

I'm facing an odd problem with (re)packaging a Vagrant box and hope that maybe someone can tell me in …

virtualbox nfs vagrant
How to do proper file locking on NFS?

I am trying to implement a "record manager" class in python 3x and linux/macOS. The class is relatively easy …

python linux multiprocessing locking nfs
Vagrant fails to mount NFS shared folders because of corrupted /etc/exports. How do I fix that file?

I recently tried to install a VM with vagrant but "vagrant up" always failed with the error: Mounting NFS shared …

nfs vagrant