gcsfuse Questions
5
Solved
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 a...
Peele asked 19/4, 2017 at 4:36
2
Solved
I am trying to install GCSFuse using the following command:
gcsFuseRepo=gcsfuse-`lsb_release -c -s`; \
echo "deb http://packages.cloud.google.com/apt $gcsFuseRepo main" | \
tee /etc/apt...
Insufferable asked 12/10, 2023 at 5:30
1
Solved
I have GCSFuse installed on my machine and I am seeing the following error while running sudo apt-get update command.
E: Repository 'http://packages.cloud.google.com/apt gcsfuse-focal InRelease' ch...
Cyb asked 12/10, 2023 at 5:46
4
I am not able to mount a specific folder inside the google storage bucket
On OS X, this program allows you to mount buckets using the mount command. (On Linux, only root can do this.)
mount -t gc...
Stoneware asked 21/12, 2015 at 7:24
8
Solved
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 ...
5
Solved
trying to use gcsfuse, but when I run
gcsfuse <bucket> /target/dir
I keep getting this error
daemonize.Run: readFromProcess: sub-process: mountWithArgs: mountWithConn: Mount: mount: fuser...
Ribband asked 9/1, 2016 at 23:57
3
Solved
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.
Forrer asked 30/9, 2015 at 0:50
1
Solved
With the second generation runtime of Google Cloud Run, it's now possible to mount Google Storage Buckets using gcsfuse.
https://cloud.google.com/run/docs/tutorials/network-filesystems-fuse
The pyt...
Berneta asked 18/12, 2021 at 21:12
4
Solved
According to the docs:
Cloud Shell provisions 5 GB of free persistent disk storage mounted as your $HOME directory on the virtual machine instance.
I would need more (paid) storage though that...
Guyot asked 6/10, 2019 at 17:30
2
Solved
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
...
Doodlebug asked 16/8, 2019 at 13:7
3
Solved
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...
Synthesis asked 11/7, 2016 at 15:42
2
Solved
I want to access the files in my GCP bucket from Colab. I followed these instructions
As you can see from the screen shots, there is nothing in the folder after mounting. What am I missing? The Da...
Loophole asked 4/5, 2020 at 19:52
2
Solved
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 ...
Flotage asked 21/10, 2019 at 0:36
3
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 po...
Polymath asked 11/1, 2017 at 10:38
1
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 t...
Acrosstheboard asked 6/5, 2018 at 11:39
2
Solved
Using five lines below install gcsfuse on a brand new Ubuntu14 instance:
export GCSFUSE_REPO=gcsfuse-`lsb_release -c -s`
echo "deb http://packages.cloud.google.com/apt $GCSFUSE_REPO main" | ...
Quickly asked 6/3, 2017 at 16:36
3
I am trying to mount a google cloud bucket from within a docker container and get the following error:
[root@cdbdc9ccee5b workdir]# gcsfuse -o allow_other --debug_gcs --key-file=/src/gcloud_servi...
1
Solved
I am looking for a way to "write stream" some .mp4 video files -- as they are being generated by some python app -- to a google cloud storage bucket. The python app is containerised and deployed in...
Nipha asked 23/1, 2019 at 20:10
1
I have installed gcsfuse on a datalab machine.
Created a target machine and used chmod to allow writing permission to all
calling:
!gcsfuse --foreground --debug_fuse archs4 /content/datalab/mount/...
Claribelclarice asked 23/1, 2018 at 17:4
1
Solved
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 l...
Parasitize asked 4/3, 2017 at 22:57
1
Solved
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 l...
Towpath asked 7/8, 2016 at 9:20
1
Solved
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).
Dalenedalenna asked 14/11, 2016 at 19:33
1
Solved
How should I write the command in Google Cloud SSH session to a Ubuntu instance? I tried gcsfuse <bucket> <mount point> --allow_other, it gives me an error that gcsfuse works exactly wi...
Entrust asked 20/4, 2016 at 21:19
0
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...
Berley asked 29/1, 2016 at 14:33
1
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...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.