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

fuse.mount exit status 1 MacOS Catalina 10.15.5 #267

Closed
hykych opened this issue Nov 26, 2020 · 1 comment
Closed

fuse.mount exit status 1 MacOS Catalina 10.15.5 #267

hykych opened this issue Nov 26, 2020 · 1 comment

Comments

@hykych
Copy link

hykych commented Nov 26, 2020

OXSFUFSE version: 3.10.4
bazil/fuse version: v0.0.0-20180421153158-65cc252bf669

It had ran successfully before, but suddenly it return a error: exit status 1
mountpoint = "/tmp/fuse", fstype="fs"

c, err := fuse.Mount(  
		mountpoint,  
		fuse.FSName(fstype),  
		fuse.Subtype(fstype),  
		fuse.LocalVolume(),
		fuse.VolumeName(fstype),
		fuse.NoAppleDouble(),
		fuse.NoAppleXattr(),
	)
@tv42
Copy link
Member

tv42 commented Jan 11, 2021

macOS does not have an up to date open source FUSE implementation.

Go does not provide a clean way to annotate supported platforms.

See #224

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants