Trying to mount an IPFS file system on OS X (Using FUSE)

Hi
I have tried this command

ipfs daemon --mount --mount-ipfs=/Users/hubject/ipfs --mount-ipns=/Users/hubject/ipns

I can see I have the same Peer ID in the mounted directory and in the Desktop App

But I could not retrieve my files

What should I miss ?

Regards
Bernard

Have you tried on github? for the same issue there is a thread.

Update us if you can’t get it working.

I’m in 3.10.4

I have same issue
can’t add file or do something
image

only install from brew tool

My Setp

$ vi ~/.ipfs/config

...
	"Mounts": {
		"FuseAllowOther": false,
		"IPFS": "/Users/xxx/ipfs",
		"IPNS": "/Users/xxx/ipfn"
	},
...

$ ipfs daemon --mount

WebUI: http://127.0.0.1:5001/webui
IPFS mounted at: /Users/xxx/ipfs
IPNS mounted at: /Users/xxx/ipns
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready

mount information

$ mount
ipfs@osxfuse0 on /Users/xxx/ipfs (osxfuse, nodev, nosuid, synchronous, mounted by xxx)
ipfs@osxfuse1 on /Users/xxx/ipn (osxfuse, nodev, nosuid, synchronous, mounted by xxx)

— folder tree only —
.
├── [6.0K] .DS_Store
├── [ 0] ipfs/
└── [ 0] ipns/
├── [ 0] QmZTeto1rRcossK5MqUWruhqJ3TsQc5HaqwQryrLr87Ay3/
└── [ 0] local -> QmZTeto1rRcossK5MqUWruhqJ3TsQc5HaqwQryrLr87Ay3/

4 directories, 1 file






fuse-version

$ fuse-version
OSXFUSE.FuseVersion: 29
OSXFUSE.AgentVersion: 3.10.6
OSXFUSE.AgentName: OSXFUSE