fuse-nfs icon indicating copy to clipboard operation
fuse-nfs copied to clipboard

EFS NFS Mount - Input/output error

Open anthonyeden opened this issue 3 years ago • 0 comments
trafficstars

I have successfully connected to an AWS EFS mount. However, after a short period any attempt to use the mount reports a generic "Input/output error".

I connect successfully using this command:

fuse-nfs -a -n "nfs://1.2.3.4/?version=4" -m /data/

I cannot work out how to debug this or get a more meaningful error.

Using killall fuse-nfs stops the error and returns an empty directory again.

I have built this on Ubuntu 20.04 using the supplied instructions in the README file.

anthonyeden avatar Sep 30 '22 11:09 anthonyeden