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

can't mount ipfs #1702

Open
CJentzsch opened this issue Sep 15, 2015 · 10 comments
Open

can't mount ipfs #1702

CJentzsch opened this issue Sep 15, 2015 · 10 comments
Labels
topic/fuse Topic fuse

Comments

@CJentzsch
Copy link

ERRO[09:17:08:000] error mounting: fusermount: exit status 1 fusermount: exit status 1 module=core/commands

even with sudo ipfs mount -f <existingPath>

@CJentzsch CJentzsch changed the title con't mount ipfs can't mount ipfs Sep 15, 2015
@jbenet
Copy link
Member

jbenet commented Sep 15, 2015

will have to give more data than this to debug. maybe stop by #ipfs on freenode.

@edouard-lopez
Copy link

Environment

ipfs version 0.3.10-dev 
$ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint (~Ubuntu)
Description:    Linux Mint 17.2 Rafaela
Release:        17.2
Codename:       rafaela

Command

Fails after ~25s:

sudo ipfs mount -f /tmp/test-mount
Error: fuse failed to access mountpoint /ipns

Daemon

22:38:41.993 ERROR core/comma: error mounting: %!s(<nil>) fusermount: exit status 1 mount_unix.go:219

@whyrusleeping
Copy link
Member

i think we need a little UX change here. ipfs mount tries to mount both ipfs and ipns, the -f and -n options just change the mountpoint for that particular fs

@jbenet
Copy link
Member

jbenet commented Nov 10, 2015

I've been wanting a revamp of the mount command for a while. specifically would like these to work:

# mount "/ipfs" into local "~/ipfs"
ipfs mount /ipfs ~/ipfs

# mount "/ipns" into local "~/ipns"
ipfs mount /ipns ~/ipns

# mount "/ipfs/<hash>/a/b/c" into local "./c"
ipfs mount /ipfs/<hash>/a/b/c ./c

@daviddias daviddias added topic/fuse Topic fuse and removed topic/fuse Topic fuse labels Jan 2, 2016
@10247bit
Copy link

10247bit commented Jan 5, 2018

ipfs mount
it worked before
but now after rebooting the system and restarting the daemon command
it is printing this error

18:44:46.136 ERROR node: error mounting: mountpoint does not exist: /ipfs mount_unix.go:89
18:44:46.136 ERROR node: error mounting: mountpoint does not exist: /ipns mount_unix.go:93

i am new to ipfs plz help if you can

@Stebalien
Copy link
Member

@IntenseRave Your issue is probably unrelated to this bug. You probably just need to create the /ipfs and /ipns directories. If that's not sufficient, please open a new issue (so we don't add too much noise here).

@kallisti5
Copy link

kallisti5@desktop ~ :( $ ipfs --api="/ip4/192.168.1.10/tcp/45001" mount
Error: fuse failed to access mountpoint /ipfs

kallisti5@desktop ~ :( $ ls -lah /ipfs /ipns
/ipfs:
total 0
drwxrwxr-x  1 kallisti5 kallisti5   0 Aug  8 16:40 .
dr-xr-xr-x. 1 root      root      230 Aug  8 16:40 ..

/ipns:
total 0
drwxrwxr-x  1 kallisti5 kallisti5   0 Aug  8 16:40 .
dr-xr-xr-x. 1 root      root      230 Aug  8 16:40 ..

@Stebalien
Copy link
Member

It sounds like you're running IPFS on a different machine?

@kallisti5
Copy link

@Stebalien indeed. If there is a limitation there, ipfs might need logic to alert the user that remote connectivity for fuse mounts doesn't work in that configuration.

@Stebalien
Copy link
Member

Well, it "works", it'll just mount /ipfs on the remote machine...

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

No branches or pull requests

9 participants