goofys
goofys copied to clipboard
Missing file permissions error
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
Hi, may i please get any solution for this?
what's a missing permission error? does --debug_s3 print anything interesting?
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