Skip to content

Commit 63852d9

Browse files
docs phrasing
1 parent c579d85 commit 63852d9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/changelogs/v0.35.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ The WebUI, accessible at http://127.0.0.1:5001/webui/, now includes support for
5151

5252
The MFS root is now available as a read/write FUSE mount point at `/mfs`. This filesystem is mounted in the same way as `/ipfs` and `/ipns` when running `ipfs mount` or `ipfs daemon --mount`.
5353

54+
Note that the operations supported by the MFS FUSE mountpoint are limited, since MFS doesn't store file attributes.
55+
5456
#### Enhanced DAG-Shaping Controls for `ipfs add`
5557

5658
This release advances CIDv1 support by introducing fine-grained control over UnixFS DAG shaping during data ingestion with the `ipfs add` command.

docs/fuse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ ipfs daemon --mount
109109

110110
## MFS mountpoint
111111

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.
112+
Kubo v0.35.0 and later supports mounting the MFS (Mutable File System) root as
113+
a FUSE filesystem, enabling manipulation of content-addressed data like regular
114+
files. The CID for any file or directory is retrievable via the `ipfs_cid`
115+
extended attribute.
116116

117117
```sh
118118
getfattr -n ipfs_cid /mfs/welcome-to-IPFS.jpg

0 commit comments

Comments
 (0)