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 not working on OS X 10.9 Mavericks #170

Open
GoogleCodeExporter opened this issue Apr 11, 2015 · 2 comments
Open

FUSE not working on OS X 10.9 Mavericks #170

GoogleCodeExporter opened this issue Apr 11, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Create a simple MemoryFS memfs.

    from fs.memoryfs import MemoryFS
    memfs = MemoryFS()

2. Mount memory memfs using FUSE.

    from fs.expose import fuse
    fuse.mount(memfs, "~/mnt")

3. Try to access the fs on the cmdline.

    $ ls ~/mnt
    ls: /Users/misha/mnt: Input/output error

What is the expected output? What do you see instead?

I'd like to see an empty directory listing. When I try this with an OSFS 
instead of a MemoryFS, I get a slightly different message:

    ls: mnt: Device not configured

What version of the product are you using? On what operating system?

0.4.0 on OS X 10.9

    >>> import fs
    >>> fs.__version__
    '0.4.0'


Please provide any additional information below.


Original issue reported on code.google.com by mis...@gmail.com on 11 Dec 2013 at 3:12

@GoogleCodeExporter
Copy link
Author

On further examination it seems this issue is fixed in the latest checked-in 
revision. Is there any intention to release a new version?

Original comment by mis...@gmail.com on 12 Dec 2013 at 5:14

@GoogleCodeExporter
Copy link
Author

A new release is long overdue. Will hopefully happen early in the new year.

Original comment by willmcgugan on 12 Dec 2013 at 5:30

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

1 participant