We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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(), )
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: