Is there a way to mount a cloud storage as a local disk

0 votes
I would like to be able to mount some cloud-based storage (object storage or remote disk) to my local machine that would allow me to simply export to this cloud storage as if it had been a locally mounted drive.

What is the fastest and simplest way to try and do this?

I looked into Google Cloud Filestore but I'm having trouble figuring out how to mount it to my local machine.

Can somebody please help!
Oct 9, 2019 in GCP by Karan
• 19,610 points
6,923 views

1 answer to this question.

0 votes

You could probably try using Gcsfuse for this puprpose. 

Cloud Storage FUSE is an open source FUSE adapter that allows you to mount Cloud Storage buckets as file systems on Linux or macOS systems.

Gcs-fuse can be used to mount a Google Cloud Storage bucket to your local machine. 

The docs can be found here: https://cloud.google.com/storage/docs/gcs-fuse

brew install gcsfuse
mkdir ~/gcs-buckets/my-bucket
gcsfuse my-bucket ~/gcs-buckets/my-bucket


Hope it works!!

To find out more about Google Cloud, join Google Cloud training today.

Thanks!

answered Oct 9, 2019 by Sirajul
• 59,230 points

Related Questions In GCP

+1 vote
1 answer
0 votes
1 answer

Does Google cloud platform (GCP) offer IaaS ? Or just PaaS?

GCP provides IaaS as well, although it ...READ MORE

answered Sep 20, 2019 in GCP by Sirajul
• 59,230 points
6,573 views
0 votes
1 answer

How do I create a VPCN (Virtual private cloud network) on Google Cloud?

You can connect various GCP resources to each ...READ MORE

answered Sep 23, 2019 in GCP by Sirajul
• 59,230 points
1,475 views
0 votes
1 answer

Cloud SQL of google cloud is IaaS or PaaS?

Cloud SQL is PAAS (Plaform As A ...READ MORE

answered Sep 23, 2019 in GCP by Sirajul
• 59,230 points
3,522 views
0 votes
1 answer

What all services does Google Cloud provide as a part of machine learning?

Here's a list of  Machine learning services that ...READ MORE

answered Sep 23, 2019 in GCP by Sirajul
• 59,230 points
1,523 views
0 votes
1 answer

Mounting a Google cloud storage bucket to a GKE pod as a persistent disk.

Yes, its possible. There's a similar project,follow ...READ MORE

answered Oct 16, 2019 in GCP by Sirajul
• 59,230 points
9,535 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP