goofys icon indicating copy to clipboard operation
goofys copied to clipboard

Missing file permissions error

Open nishantnavtech opened this issue 3 years ago • 3 comments

Hi @kahing We have mounted an s3 bucket via goofys in an ubuntu machine. But when we are trying to execute a python command in the bucket to run some tests we are getting Missing permissions error. I checked mount directory has drwxr-xr-x permissions. Also we have added the below line in fstab file goofys#bucket-name /fuse-bucket fuse _netdev,rw,nosuid,nodev,allow_other,nonempty,use_cache=/tmp/cache 0 0

Can you please advise what exactly are we missing here. Thanks

nishantnavtech avatar Sep 26 '22 07:09 nishantnavtech

Hi, may i please get any solution for this?

nishantnavtech avatar Sep 28 '22 07:09 nishantnavtech

what's a missing permission error? does --debug_s3 print anything interesting?

kahing avatar Nov 03 '22 23:11 kahing

I think the interesting question is ... under which user it is tried to be accessed / the python command is executed .. and what the pyton command is trying to do on the "filey" system.

I do not know ... but probably simply try to execute the python script directly as the user which has form linux point of view the "user" permission (rwx) and not is some user which some group membership ... or something like this

Gruummy avatar Dec 12 '23 06:12 Gruummy