我已经在ubuntu 20.04上安装了一个bucket,我使用下面的命令安装了my s3 bucket
s3fs BucketName pathtobucketfolder -o passwd_file=$HOME/.passwd-s3fs,nonempty,rw,allow_other,mp_umask=002,uid=1000,gid=1000 -o url=http://s3.us-east-1.amazonaws.com,endpoint=us-east-1,use_path_request_style
现在我试图改变该文件夹的权限,但得到输入错误
chown:更改“/home/test-user/bucket/”的所有权:输入/输出错误。
1条答案
按热度按时间p1iqtdky1#
这在https://github.com/s3fs-fuse/s3fs-fuse/issues/2138中被跟踪,并通过https://github.com/s3fs-fuse/s3fs-fuse/pull/2147修复,版本1.92包含了这一点。