Urban-Programmer / s3fs-fuse

FUSE-based file system backed by Amazon S3
GNU General Public License v2.0
0 stars 0 forks source link

Mount S3fs - Issue #2

Closed Urban-Programmer closed 1 year ago

Urban-Programmer commented 1 year ago

I'm getting this error when attempting to mount

(s3fs: specified passwd_file is not readable.)

Urban-Programmer commented 1 year ago

I was able to fix the issue by doing the following:

Changing the permission to 006, by using chmod 006 "file name",

Then I re-ran the command with the correct directories

s3fs os-proj ~/OperatingSystems/Project/AWS-Mount -o passwd_file=~/OperatingSystems/Project/s3fs-credentials -o umask=022

Urban-Programmer commented 1 year ago

Tested by uploading Doc2. Issue is now resolved.