gcsfuse Input/Output error
问题 I'm getting an Input/Output error when I try and create a directory or file in a google cloud storage bucket mounted on a linux (Ubuntu 15.10) directory. Steps I have done: Created a user named transfer Created a /mnt/backups directory and ran chown -R transfer /mnt/backups As the user transfer, ran gcsfuse --implicit-dir backup01-bucket /mnt/backups . The file system mounts successfully Run mkdir test and get the error mkdir: cannot create directory test: Input/output error Is there