How to mount a bucket from Google Cloud in Ubuntu? -
i'm trying mount bucket ubuntu using gcloud authenticate me , gcsfuse mount bucket.
when use command
gcsfuse my-bucket /path/to/mount
it returns couldn't find default credentials. changed command to
gcsfuse --key-file filekey.json my-bucket /path/to/mount
and says: open filekey.json no such file or directory.
after tried typing next command --foreground
, what's next:
file system has been succesfully mounted.
but terminal doesn't continue ... ?
someone can me ?
Comments
Post a Comment