【发布时间】:2019-04-11 00:32:57
【问题描述】:
我可以使用以下命令成功挂载我的存储桶
sudo mount -t gcsfuse -o rw,noauto,user,implicit_dirs,allow_other fakebucket thebucket/
我可以进入存储桶找到子文件夹等,但是我什么都不会写
触摸:无法触摸'aaa':权限被拒绝
我曾尝试在 gcsfuse 中使用各种参数,例如 rw,noauto,user,implicit_dirs,allow_other - 即使我在之后尝试了常规 chmod 命令
sudo chmod -R 777 thebucket/
没有错误,但是权限没有改变,我也不能写入桶。
提前谢谢你,
【问题讨论】:
标签: google-cloud-platform gcloud gcsfuse