7 comments (7 comments)2 reactions (2 reactions)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
exp/novicehelp wantedtopic/commandstopic/docs-ipfstopic/fuse
Repository metrics
- Stars
- 13,906 stars (13,906 stars)
- PR merge metrics
- Avg merge 4d 2h (Avg merge 4d 2h)28 merged PRs in 30d (28 merged PRs in 30d)
Description
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!
Contributor guide
- Research direction
- Study the existing 'ipfs mount' implementation in cmd/ipfs/mount.go and how fusermount is called. Implement a new 'ipfs umount' command that reverses the mount, likely using 'fusermount u'. Ensure it works for both /ipfs and /ipns mount points.
- Tech stack
- go
- Domain
- clibackend
- Issue type
- Feature
- Prerequisites
- GoIPFS file system concepts