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

add ipfs umount command #870

Open
anarcat opened this issue Mar 7, 2015 · 7 comments
Open

add ipfs umount command #870

anarcat opened this issue Mar 7, 2015 · 7 comments
Labels
exp/novice Someone with a little familiarity can pick up help wanted Seeking public contribution on this issue topic/commands Topic commands topic/docs-ipfs Topic docs-ipfs topic/fuse Topic fuse

Comments

@anarcat
Copy link
Contributor

anarcat commented Mar 7, 2015

it would be useful to have the opposite of the mount command. few users would know they can fusermount -u /ipfs; fusermount -u /ipns. i don't actually know if that works, even!

@jbenet
Copy link
Member

jbenet commented Mar 7, 2015

sometimes even that doesn't work, fuse is finicky. one may have to use any of:

# linux
fusermount -u /ipfs
umount /ipfs
umount -f /ipfs

# osx
diskutil umount /ipfs
diskutil umount force /ipfs
umount /ipfs
umount -f /ipfs

which really sucks. agreed we need something like a ipfs umount.

@anarcat
Copy link
Contributor Author

anarcat commented Mar 7, 2015

thing is: umount will not work for regular users, AFAIK. only root.

@whyrusleeping
Copy link
Member

umount works if your user has fuse permissions, if you can run ipfs mount without sudo, you can do umount /ipfs without it as well.

@whyrusleeping whyrusleeping added the topic/docs-ipfs Topic docs-ipfs label Mar 11, 2015
@anarcat
Copy link
Contributor Author

anarcat commented Mar 12, 2015

ah. see i have been using fuse a few times and i never thought of that. i suspect most new fuse users won't think of that.

@whyrusleeping
Copy link
Member

Yeah, we definitely need better documentation around this.

@jbenet jbenet added the topic/commands Topic commands label Mar 28, 2015
@whyrusleeping
Copy link
Member

TODO: we probably should add either ipfs unmount or ipfs mount -u

@jbenet
Copy link
Member

jbenet commented Jan 14, 2016

We can probably do unmount. We could also alias both.
On Fri, Jan 1, 2016 at 20:41 Jeromy Johnson notifications@github.com
wrote:

TODO: we probably should add either ipfs unmount or ipfs mount -u


Reply to this email directly or view it on GitHub
#870 (comment).

@RichardLitt RichardLitt added exp/novice Someone with a little familiarity can pick up and removed difficulty: easy labels Feb 2, 2016
@RichardLitt RichardLitt added help wanted Seeking public contribution on this issue and removed help wanted Seeking public contribution on this issue labels May 31, 2016
@momack2 momack2 added this to Inbox in ipfs/go-ipfs May 9, 2019
@djdv djdv self-assigned this May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exp/novice Someone with a little familiarity can pick up help wanted Seeking public contribution on this issue topic/commands Topic commands topic/docs-ipfs Topic docs-ipfs topic/fuse Topic fuse
Projects
No open projects
Development

No branches or pull requests

5 participants