Questions tagged [gcsfuse]

gcsfuse is a user-space file system for interacting with Google Cloud Storage.

gcsfuse is a user-space file system for interacting with Google Cloud Storage. Users can mount their GCS buckets as if they were local file systems.

60 questions
11
votes
2 answers

permission errors using gcsfuse as nonroot user on google compute instance

We are currently trying to demo the google cloud platform for some workloads that require lots of storage. We are trying to use google cloud storage but are having problems mounting the buckets using gcsfuse. I am currently able to mount my test…
echdee
  • 213
  • 1
  • 2
  • 6
5
votes
3 answers

fusermount: fuse device not found, try 'modprobe fuse' first

I am running an instance on gcloud compute engine. I need to mount a Google storage bucket (which belongs to a different project) to my instance. The instance runs on Debian Wheezy. I have installed gcc, fuse, gcsfuse. But when I tried to mount the…
user3175643
  • 71
  • 1
  • 1
  • 4
4
votes
3 answers

gcsfuse on Alpine Docker

I try to use gcsfuse in order to store application source code on a GCP bucket, here's my Dockerfile: ARG VERSION FROM golang:1.12.5-alpine3.9 as gcsfuse-builder ENV GOPATH /go RUN apk --update add git=2.20.1-r0 fuse=2.9.8-r2 fuse-dev=2.9.8-r2…
Guikingone
  • 41
  • 1
  • 2
3
votes
2 answers

While accessing Fuse mounted Storage bucket, its showing 403 Forbidden Error

I have a google cloud project. In that project. I have a VM instance. I mounted uploads folder with Google Cloud Storage bucket using fuse. While mounting I get an error like this, Using mount point: /var/www/html/porject/app/webroot/uploads Opening…
3
votes
1 answer

Does gcsfuse sync all data to the system it is mounted on?

The scenario: I have mounted a gcsfuse drive to my docker container so I can store and read data from Google Cloud Storage The docker container only has a few gigs of storage, but I might have terrabytes of data in Google Cloud Sorage The…
2
votes
1 answer

Bad credentials for bucket

I'm getting Bad credentials for bucket trying to mount a GCS bucket using gcsfuse. What I've done: Created a bucket "mac-gcs-fuse" Created a service account in the same project with all storage permissions Run the following command gcsfuse…
2
votes
1 answer

Mount multiple buckets from different GCP projects with GCS-Fuse

I was able to setup GCP SDK with ease and mount a bucket from the SDK default project using GCS-Fuse. However, I can't find any documentation referring to multiple buckets from different projects. My user account has access to multiple GCP projects…
Jeff
  • 289
  • 3
  • 12
2
votes
3 answers

Can't write any file into bucket only read after gcfuse

I deployed an instance of Wowza Streaming Engine on Google Cloud thank Made a bucket in Google Cloud Storage and mounted it all with GCFUSE. My bucket connected with success and I can see in it and list but I can't write any file with gsutil nor…
2
votes
1 answer

GCSFuse - Fusermount: mountpoint is not empty

Using gcsfuse to mount a point locally on a server within a script. Running on an Ubuntu 14 LTS server. I have two fuse mount points and the script transfers data from other mount points into them. This script is working for one of the mountpoints,…
Cam
  • 55
  • 3
  • 10
2
votes
2 answers

gcsfuse not enough free space error when trying to add file

I have successfully installed gcsfuse and can mount a bucket and explore its contents. However whenever I try to copy or save a file to the mount I get the error: The item “test.txt” can’t be copied because there isn’t enough free space. A file…
Tim
  • 23
  • 2
2
votes
1 answer

Why doesn't gcsfuse return to the command prompt after mounting?

I've successfully installed gcsfuse. When I run it, it prints File system has been successfully mounted but I don't get back to the shell prompt. (See the transcript below.) What am I doing wrong? Confirming that the bucket…
2
votes
1 answer

gcsfuse failing to install on centos-7

Since Thursday 1st of April we have an issue on a GCP comoute VM which is launched from a base centos-7 image daily. When launch the startup script will install gcsFuse using the commands listed…
TylrRssl1
  • 23
  • 2
1
vote
2 answers

Reliability of (SFTP or WebDAV) with FUSE

I want to mount a Google Cloud Storage bucket as a network drive on my laptop using FUSE and SFTP or WebDAV. Can I use SMB or Samba? From time to time, I may run a differencing and merging tool (aka folder comparison and synchronization). I would…
mekineer
  • 11
  • 5
1
vote
2 answers

how to make gcsfuse mounted path accessible by other container on same pod

Our goal is to use gcsfuse to mount a google bucket content to some path, and share this path with rest of the pod So I tried to run our initContainer as privilege mode to run gcsfuse to mount bucket to our path1, inside of this initcontainer, I can…
Mia
  • 11
  • 3
1
vote
1 answer

GCS Fuse Customer Managed Key Support

When using GCS Fuse to mount a bucket that uses Customer Managed Encryption Keys you are able to write to the bucket however you are unable to read anything. When you run an ls against the mount point you get ls: reading directory '.':…
1
2 3 4