gcsfuse is a user-space file system for interacting with Google Cloud Storage.
Questions tagged [gcsfuse]
149 questions
24
votes
3 answers
Folders not showing up in Bucket storage
So my problem is that a have a few files not showing up in gcsfuse when mounted. I see them in the online console and if I 'ls' with gsutils.
Also, if If I manually create the folder in the bucket, i then can see the files inside it, but I need to…

cupcakearmy
- 377
- 1
- 2
- 9
16
votes
1 answer
How to unmount Google Bucket in Linux created with gcsfuse
I have mapped Google Storage bucket as ubuntu drive with:
gcsfuse googlebucketname /home/shared/local_folder/
How to reverse the previous step by unmounting /home/shared/local_folder/ from the linked bucket?

alphanumeric
- 17,967
- 64
- 244
- 392
15
votes
3 answers
Mount Google Cloud Storage Bucket to Instance
How can I mount a Google Cloud Storage bucket as a disk or folder with a standard path such as ~/myBucket on a Google Compute instance?
Everything is in the same project with full access.

BAR
- 15,909
- 27
- 97
- 185
14
votes
8 answers
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…

user1476207
- 377
- 2
- 8
- 14
12
votes
2 answers
How can I mount a GCS bucket in a custom Docker image on AI Platform?
I'm using Google's AI Platform to train machine learning models using a custom Docker image. To run existing code without modifications, I would like to mount a GCS bucket inside the container.
I think one way to achieve this is to install gcloud to…

danijar
- 32,406
- 45
- 166
- 297
11
votes
4 answers
FTP to Google Storage
Some files get uploaded on a daily basis to an FTP server and I need those files under Google Cloud Storage. I don't want to bug the users that upload the files to install any additional software and just let them keep using their FTP client.
Is…

CCC
- 2,642
- 7
- 40
- 62
9
votes
5 answers
gcsfuse mount exits with status 1
trying to use gcsfuse, but when I run
gcsfuse /target/dir
I keep getting this error
daemonize.Run: readFromProcess: sub-process: mountWithArgs: mountWithConn: Mount: mount: fusermount: exit status 1
I'm doing this from a GCE instance with…

Peter Li
- 410
- 1
- 3
- 13
8
votes
3 answers
Docker build failing when using gcsfuse to mount google storage
I have been trying to mount SQL and a storage bucket to my docker WordPress container. It appears to succeeding in mounting SQL, but failing mounting the bucket. The instance is based of of this post.
I have attached the Docker file and error…

gazzwi86
- 1,019
- 1
- 15
- 35
8
votes
0 answers
Anyone using "Google Cloud Storage Fuse" in production?
How has the it's performance and stability been for you?
I'm looking to maybe implement this on a cluster to avoid a network or clustered file system and it should fit well with auto scaling the cluster of servers. But what are the con's involved in…

stilliard
- 762
- 8
- 27
8
votes
1 answer
gcsfuse gives a Input/output error when reading or writing to mounted directory in docker
I am using gcsfuse within a docker container (base image centos7) and am not able to read or write to the mounted directory.
I am mounting the directory with gcsfuse like this:
[root@6c24c3a6cc28 /]# gcsfuse --foreground…

Marshall
- 413
- 1
- 5
- 10
7
votes
1 answer
gcsfuse cannot mount when building a docker container
I am trying to mount a storage bucker inside my container during docker build. I've read other threads, here, here and understood that this may be a privileged problem. It can be solved by adding the --privileged flag in the docker run process, but…

Rex Low
- 2,069
- 2
- 18
- 47
7
votes
1 answer
mount google cloud storage bucket but cache locally
I would like to know if there is a way to mount google cloud storage bucket as a folder for the first time
and each time we read the file, cache it locally (so it won't use money/bandwidth).

Medya Gh
- 4,563
- 5
- 23
- 35
7
votes
1 answer
GCS Fuse storage mount issue with apache web server as document root
I'm Trying to mount google cloud storage using fuse tool as apache doucment root for my web server. cloud storage bucket successfully mounted in my apache document root but when i access any file like index.html it showing 403 Forbidden.
I also…

Rupesh kumar
- 390
- 2
- 9
7
votes
1 answer
How to use gcsfuse allow_other option?
How should I write the command in Google Cloud SSH session to a Ubuntu instance? I tried gcsfuse --allow_other, it gives me an error that gcsfuse works exactly with two arguments.

user6232516
- 87
- 1
- 6
6
votes
2 answers
Is it possible to run gcsfuse without privileged mode inside GCP kubernetes?
Following this guide,I am trying to run gcsfuse inside a pod in GKE. Below is the deployment manifest that I am using:
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcsfuse-test
spec:
replicas: 1
template:
metadata:
…

Amit Yadav
- 4,422
- 5
- 34
- 79