We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c579d85 commit 0e3010bCopy full SHA for 0e3010b
docs/fuse.md
@@ -109,10 +109,10 @@ ipfs daemon --mount
109
110
## MFS mountpoint
111
112
-Since kubo release v0.35.0, it supports mounting the MFS(Mutable File System)
113
-root as a FUSE filesystem at `/mfs`, which enables you to manipulate
114
-content-addressed data like regular files. The CID of a file/directory is
115
-retrievable via the `ipfs_cid` extended attribute.
+Kubo v0.35.0 and later supports mounting the MFS (Mutable File System) root as
+a FUSE filesystem, enabling manipulation of content-addressed data like regular
+files. The CID for any file or directory is retrievable via the `ipfs_cid`
+extended attribute.
116
117
```sh
118
getfattr -n ipfs_cid /mfs/welcome-to-IPFS.jpg
0 commit comments