Andrew Gillis
e491ee98e9
Update fuse docs with FreeBSD specifics ( #10820 )
...
CodeQL / codeql (push) Waiting to run
Docker Build / docker-build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
Closes #8846
2025-06-02 10:01:26 -07:00
Sergey Gorbunov
7c844bacea
feat(fuse): Expose MFS as FUSE mount point ( #10781 )
...
* Add MFS command line options, extend existing mount functions for MFS, set defaults.
* Directory listing and file stat.
* Add a read-only MFS view.
* Add mkdir and interface checks.
* Add remove and rename functionality.
* Implement all required write interfaces.
* Adjust mount functions for other architechtures.
* Merge branch 'master' into feat/10710-mfs-fuse-mount
* Write a basic read/write test.
* Write more basic tests, add a mutex to the file object, fix modtime.
* Add a concurrency test, remove mutexes from file and directory structures.
* Refactor naming(mfdir -> mfsdir) and add documentation.
* Add CID retrieval through ipfs_cid xattr.
* Add docs, add xattr listing, fix bugs for mv and stat, refactor.
* Add MFS command line options, extend existing mount functions for MFS, set defaults.
* docs phrasing
* docs: Mounts.MFS
* docs: warn about lazy-loaded DAGs
* test: TEST_FUSE=1 ./t0030-mount.sh -v
---------
Co-authored-by: Guillaume Michel <guillaumemichel@users.noreply.github.com>
Co-authored-by: guillaumemichel <guillaume@michel.id>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2025-05-06 21:55:53 +02:00
Guillaume Michel
ef399655d6
docs: use latest fuse package ( #10791 )
CodeQL / codeql (push) Waiting to run
Docker Build / docker-build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
2025-04-29 16:26:50 +02:00
swedneck
11bfb3c93b
docs: "error mounting: could not resolve name" ( #10449 )
...
based on
https://github.com/ipfs/kubo/issues/2383#issuecomment-187867923
and
https://github.com/ipfs/kubo/issues/2383#issuecomment-1436069101
2024-06-21 16:56:58 +02:00
Marcin Rataj
8565bbb75c
refactor: kubo in ./docs
2022-07-06 23:45:25 +02:00
Marcin Rataj
53299e84e0
chore: mark fuse experimental ( #8962 )
...
It works only on some platforms, and does not work reliably.
This corrects our error of not setting expectations right.
2022-05-12 10:32:54 -07:00
Pretty Please Mark Darkly
39510a1ad1
Added additional note about killing the daemon
...
Mounting complained that the daemon was running.
2020-04-01 20:40:56 -07:00
Pretty Please Mark Darkly
248153fc71
changed brew to brew cask
2020-04-01 20:28:52 -07:00
Dominic Della Valle
f2d01f5201
Update fuse.md
...
Requiring this step isn't as likely anymore.
2019-05-14 18:31:32 -04:00
Alfie John
9fd74b3c0a
Grammar fix
...
License: MIT
Signed-off-by: Alfie John <alfie@alfie.wtf>
2018-06-29 11:57:19 +10:00
Łukasz Magiera
f70fa0a2a5
docs: Update and clean-up
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-09-12 18:47:53 +02:00
Richard Littauer
f60ae0a1b9
Capitalized NOTE, first letter of following word
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-29 16:57:19 -04:00
Giuseppe Bertone
f6e1bb187c
added sudo to usermod;
...
added --json to "ipfs config" command;
added modification to fuse.conf;
License: MIT
Signed-off-by: Giuseppe Bertone <bertone.giuseppe@gmail.com>
2016-03-03 20:25:36 +01:00
rht
541836c4a3
Auto-assert setconfig value to predefined struct
...
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-07-04 22:29:10 +07:00
David
383a166003
AllowOther -> FuseAllowOther
...
See go-ipfs/repo/config/mounts.go
2015-05-31 02:31:07 -04:00
Christian Couder
96a22c5bb1
config: change default config dir name to .ipfs
...
This changes .go-ipfs to .ipfs everywhere.
And by the way this defines a DefaultPathName const
for this name.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-04-20 02:25:41 -07:00
Ho-Sheng Hsiao
e4c5440da0
DOCS: Updated FUSE docs
2015-04-09 22:27:04 -07:00
Marcin Rataj
6903e63140
fuse.md: Linux-related clarifications
2015-04-06 23:26:52 +02:00
Marcin Rataj
729e50d312
fuse.md: Added troubleshooting instructions for #813
2015-04-06 22:49:47 +02:00
Ho-Sheng Hsiao
bf22aeec0a
Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs
...
- Modified Godeps/Godeps.json by hand
- [TEST] Updated welcome docs hash to sharness
- [TEST] Updated contact doc
- [TEST] disabled breaking test (t0080-repo refs local)
2015-03-31 12:52:25 -07:00
Juan Batiz-Benet
ecfae897b9
docs/fuse: updating installation instructions
2015-02-02 05:06:55 -08:00
Ethan Buchman
edba015e9e
docs folder and some fuse docs. closes #259
2014-11-28 01:55:04 -05:00