Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loadOSXFUSE: exit status 1 #460

Closed
atorres-eqrx opened this issue Nov 13, 2020 · 2 comments
Closed

loadOSXFUSE: exit status 1 #460

atorres-eqrx opened this issue Nov 13, 2020 · 2 comments
Labels
macos Issues which are related to MacOS

Comments

@atorres-eqrx
Copy link

atorres-eqrx commented Nov 13, 2020

I'm trying to interact with GCS files on my local machine. Having some issues.

macOS Catalina 10.15.7

Repro steps:

Followed setup instructions https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/installing.md

I have the latest version.

image

Created the mount directory structure using the mounting instructions https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/mounting.md#basic-usage

❯ ls -al /Volumes/
total 0
drwxr-xr-x   5 root     wheel  160 Nov 13 15:50 .
drwxr-xr-x  23 root     wheel  736 Sep 30 21:06 ..
drwxr-xr-x   3 atorres  staff   96 Nov 13 15:52 GCS #I've tried setting ownership as both root and user.

# latest gcsfuse
❯ gcsfuse --version
gcsfuse version 0.32.0 (Go version go1.15.3)

# mounting doesn't work
❯ gcsfuse --debug_fuse --debug_gcs --debug_invariants --foreground bucket /Volumes/GCS/bucket
Using mount point: /Volumes/GCS/bucket
Opening GCS connection...
Set up root directory for bucket bucket
OpenBucket("bucket", "")
gcs: 2020/11/13 15:58:14.592794 Req              0x0: <- ListObjects()
gcs: 2020/11/13 15:58:15.257176 Req              0x0: -> ListObjects() (664.373577ms): OK
gcs: 2020/11/13 15:58:15.257231 Req              0x1: <- ListObjects()
gcs: 2020/11/13 15:58:15.371557 Req              0x1: -> ListObjects() (114.294412ms): OK
Mounting file system...
mountWithArgs: mountWithConn: Mount: mount: loadOSXFUSE: exit status 1

I am not sure why I'm getting exit status 1. From the debug lines it looks like everything worked as expected.

Thoughts? 🤔

@bjornleffler
Copy link
Member

I haven't updated the Mac version in forever. Let me do that next week and test this.

@atorres-eqrx
Copy link
Author

atorres-eqrx commented Nov 25, 2020

I haven't updated the Mac version in forever. Let me do that next week and test this.

Hi @bjornleffler, did you have a chance to look at this yet?

I'm following a thread of errors #314

@avidullu avidullu added the macos Issues which are related to MacOS label Apr 14, 2022
@marcoa6
Copy link
Collaborator

marcoa6 commented Aug 23, 2023

GCSfuse does not currently support macOS. Created #1299 to track requests to support it.

@marcoa6 marcoa6 closed this as completed Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macos Issues which are related to MacOS
Projects
None yet
Development

No branches or pull requests

4 participants