2

I am working on a Google Compute instance (Ubuntu), and have previously had success using the GCSfuse utility to mount a storage bucket to a local mount point.

Today I went to do so again, and have been greeted with the following output:

Using mount point: /srv/bucket
Opening GCS connection...
Opening bucket...
daemonize.Run: readFromProcess: sub-process: mountWithArgs: mountWithConn: 
setUpBucket: OpenBucket: Unknown bucket "[redacted]"

I ran the command gsutil ls and the storage bucket is clearly visible in the returned list. I have double and triple checked the spelling of the bucket and cannot find an issue.

Cam
  • 2,026
  • 3
  • 25
  • 42

1 Answers1

5

Solved. Forgot that you don't need 'gs://' with GCSfuse and it's not mentioned anywhere in the documentation.

Cam
  • 2,026
  • 3
  • 25
  • 42
  • Hi @Cam, good work finding the solution! Can you [accept your own answer](https://stackoverflow.blog/2009/01/06/accept-your-own-answers/)? It will make it more visible and help someone with the same issue as you find the solution. Thanks! – llompalles Feb 12 '19 at 15:50
  • Hi @llompalles - I have to wait 2 days to accept the answer apparently – Cam Feb 12 '19 at 16:22