Skip to content

Mounting existing GCP bucket fails #845

Answered by cboneti
Tristan-Kosciuch asked this question in Q&A
Discussion options

You must be logged in to vote

You may be running into permissions issue. By default, the startup scripts run as root, and therefore gcsfuse is also invoked as root, which is not great. There are ways around this, but we chose not to implement them as the gcs fuse functionality targeted a few simple workflows, such as automated data staging. Are you running ls as root?
gcs fuse itself imposes several restrictions, for more information, please take a look at: https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/mounting.md#access-permissions

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Tristan-Kosciuch
Comment options

Answer selected by Tristan-Kosciuch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants