sahlberg / fuse-nfs

A FUSE module for NFSv3/4
GNU General Public License v3.0
172 stars 41 forks source link

can not read by non-root user, after mount? #35

Closed johnwmail closed 4 years ago

johnwmail commented 4 years ago

HI, I have the problem as tilte said on my samsung chromebook plus v2. only root can read / write /exec on nfs-mounted-directory. image any idea why will that? thanks.

johnwmail commented 4 years ago

Actually, I can not cp file from nfs-mount-directory even root.

image

johnwmail commented 4 years ago

OK, after setcap cap_net_bind_service=-ep' /opt/sbin/fuse-nfs , then it work for non-root user. Thanks.