I have created Google Cloud Storage Bucket and mounted it to my VM using:
gcsfuse my-bucket /path/to/mount/point
When I type df -H
its listed as mounted filesystem.
I have the following issue:
If I upload file to the bucket using the GCP web console I can see it from the VM. If I try to create a directory however from the VM to the mounted file system mkdir /path/to/mount/point/test
it says:
mkdir: cannot create directory ‘/path/to/mount/point/test’: Input/output error