nfs4j
                                
                                 nfs4j copied to clipboard
                                
                                    nfs4j copied to clipboard
                            
                            
                            
                        Pure Java NFSv3 and NFSv4.1 implementation
according to [rfc7530](https://tools.ietf.org/rfc/rfc7530.txt#section-9.1.4.2): > When such a set of locks is first created, the server returns a stateid with a seqid value of one. This is true for layout state...
Java9 have introduces a new module system. One of the restrictions of it that a package can be only in one jar file. This is not true with nfs4j. As...
Hello Is it at all possible to retrieve mount options that were used on the client? For example, if mount -o user=myuser server1:/ /mnt/server1 How can I get the value...
I am attempting to get a NFS server working on macOS Sierra (10.12.6). java version "1.8.0_151". The same code works fine on CentOS 7. In the macOS case, it successfully...
Sorry if this question is trivial. I went through the README and existing issues, but couldn't figure out if this library can be used as an NFS client to mount...
Follow for #42. With the latest changes in master branch with state handling (possibly b873c760b3c7a19c82f074f6245720516efd26df) and merged lock support, the simple lock implementation is no longer interoperable with the NFS...
NFS server, or to be more precise, RPC's AUTH_SYS supports maximum 16 secondary groups for the user. However, in modern environments, having more subgroups is not an exception. While we...
I am missing a notification in the virtual filesystem for `CLOSE` operations. Would be nice if the `VirtualFileSystem` can be extended with a `close` operation that is called from `org.dcache.nfs.v4.OperationCLOSE`.
Is this code suitable for implementing an NFS gateway to an arbitrary backend? If so, where would one start looking in the code?
changeset-1.9.2.xml table t_acl.rs_id should be char(36) instead of varchar(36), add constraint would not work in oracle. changeset-1.9.2.xml t_retention_policy_ipnfsid_fkey, the name is 31 characters long. Oracle does not allow more than...