nfs-client-java icon indicating copy to clipboard operation
nfs-client-java copied to clipboard

Native Java NFS client

Results 18 nfs-client-java issues
Sort by recently updated
recently updated
newest added

i encounter this error: mount failure, server: 100.88.99.9, export: /mnt/share, nfs version: 3, returned state: 13, when i run jar to visit nfs-server shared file with work user privilege,how can...

I use nfs-clinet-1.0.3.jar. In the process of executing a large number of file uploads on nfs, the following errors will always appear. What is the reason for this? How can...

I am able to connect to the NFS server, but while trying to get the `prepareRootFhAndNfsPort()`, more specifically during `lookupRootHandle()` I am gettings the following error: ```java network error, server:...

The problem occurs when I try to send a large file. Caused by: com.emc.ecs.nfsclient.nfs.NfsException: Error in NfsWriteRequest serviceVersion:3 xid:839229755 usePrivilegedPort:false fileHandle:[16, 0, 0, 0, 78, 41, -31, 31, -64, 3,...

If the response of rpc call is separate into serval fragments, will trying to hold them and merge into ONE buffer. This bug will happen when using this client to...

Hi, Is there any plan to add support for latest version of NFS protocol like NFSv4 and NFSv4.1 ? Is there a support for Kerberos authentictaion in current version ?...

Netty 3 is quite old, no longer supported, and has multiple CVEs. We should switch to Netty 4, but this will require several changes, as the API is different.

enhancement
help wanted

If I create an Nfs3 object, will multiple threads use this object to build an Nfs3File, will it have a performance impact?

When I'm testing on an nfs server on a test network segment (not on the same network segment as the code running client), the error occurs almost every time when...