-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
mount bugs on osx #1048
Comments
Following the instructions here - https://github.com/ipfs/go-ipfs/blob/master/docs/fuse.md - I am having difficulty with "ipfs daemon --mount" on OSX. Latest Fuse is installed:
and my go version is go1.4.2 darwin/amd64. Mounting seemed to work fine - all though the structure of the two Volumes could do with a little explanation. I get permission denied when I try to add a file with nano and then drag and drop in the Finder - I had previously changed the permissions on the mountpoints to my user), and then tried:
Exiting the ipfs daemon did not seem to shut things down cleanly (see below). So I'm going to restart :)
|
are you adding via we considered allowing users to write in / > cd /ipfs/QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn
/ipfs/QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn > echo "hello world" >foo
/ipfs/QmQbWkjsp4PH3LXZJNAVFwn3pvt96bo2KKnbTQYa9RQ4aX > ls
foo
/ipfs/QmQbWkjsp4PH3LXZJNAVFwn3pvt96bo2KKnbTQYa9RQ4aX > cat foo
hello world this is because things inside so the above simulates this: > echo "hello world" | ipfs add
added QmT78zSuBmuS4z925WZfrqQ1qHaJ56DQaTfyMUF7F8ff5o
> ipfs object new unixfs-dir
QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn
> ipfs object patch QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn add-link foo QmT78zSuBmuS4z925WZfrqQ1qHaJ56DQaTfyMUF7F8ff5o
QmQbWkjsp4PH3LXZJNAVFwn3pvt96bo2KKnbTQYa9RQ4aX |
@jbenet can you confirm this bug for 0.8, still? Or has it been fixed in the meantime? |
This has not been fixed, but likely never will be. We'll close this when we finally switch to a new mount system that doesn't depend on osxfuse. |
On OSX.
Mount fails weirdly. After being on for a while, something (possibly laptop sleep) makes the fuse mount get into an odd state. it's still mounted, but will not respond. Morever, running
ipfs mount
again (which should unmount before remounting) fails. It is only my forcing unmount that things recover.The text was updated successfully, but these errors were encountered: