Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
go-ipfs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
ipfs
go-ipfs
Commits
e491ee98
Unverified
Commit
e491ee98
authored
2 months ago
by
Andrew Gillis
Committed by
GitHub
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update fuse docs with FreeBSD specifics (#10820)
Closes #8846
parent
8f87a699
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/fuse.md
+20
-0
20 additions, 0 deletions
docs/fuse.md
with
20 additions
and
0 deletions
docs/fuse.md
+
20
−
0
View file @
e491ee98
...
...
@@ -48,6 +48,21 @@ go get github.com/jbenet/go-fuse-version/fuse-version
If you run into any problems installing FUSE or mounting IPFS, hop on IRC and
speak with us, or if you figure something new out, please add to this document!
#### FreeBSD
```
sh
sudo
pkg
install
fusefs-ext2
```
Load the fuse kernel module:
```
sh
sudo
kldload fusefs
```
To load automatically on boot:
```
sh
sudo echo
fusefs_load
=
"YES"
>>
/boot/loader.conf
```
## Prepare mountpoints
By default ipfs uses
`/ipfs`
,
`/ipns`
and
`/mfs`
directories for mounting, this can be
...
...
@@ -107,6 +122,11 @@ ipfs config --json Mounts.FuseAllowOther true
ipfs daemon
--mount
```
If using FreeBSD, it is necessary to run
`ipfs`
as root:
```
sh
sudo
HOME
=
$HOME
ipfs daemon
--mount
```
## MFS mountpoint
Kubo v0.35.0 and later supports mounting the MFS (Mutable File System) root as
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment