我已经创建了 Google Cloud Storage Bucket 并将其安装到我的 VM 上,使用:
gcsfuse my-bucket /path/to/mount/point
当我键入df -H
它列为已安装的文件系统时。
我有以下问题:
如果我使用 GCP Web 控制台将文件上传到存储桶,我可以从 VM 中看到它。如果我尝试创建一个目录,但是从 VM 到挂载的文件系统mkdir /path/to/mount/point/test
,它会说:
mkdir: cannot create directory ‘/path/to/mount/point/test’: Input/output error