> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20240708-cun-chu-yu-wen-jian-xi-tong/letter-from-the-foundation.md).

# 基金会来信

* 原文链接：[Letter from the Foundation](https://freebsdfoundation.org/our-work/journal/browser-based-edition/storage-and-filesystems/letter-from-the-foundation/)
* 作者：John Baldwin

欢迎阅读 7/8 月刊的《FreeBSD 期刊》！写这封信时，夏天即将结束，我们正步入秋季。距上一封信以来，FreeBSD 迎来了新的核心团队，14.1 版本正式发布。发布工程师 Colin Percival 也公布了后续版本的发布计划，13.4 即将完成，14.2 预计年底发布。今年 5 月 BSDCan 期间，《期刊》编辑委员会聚首，规划来年各期内容。FreeBSD 社区活力四射，我们有幸在这些页面中为你带来精彩故事，倍感振奋。

本期主题是 FreeBSD 上的存储。Jason Tubnor 和我先介绍 FreeBSD 支持的两种网络块存储协议：iSCSI 和 NVMe over Fabrics。随后 Roller Angel 讲解 ZFS 原生加密，探讨它如何保障数据安全。本期专栏中，Christopher Bowman 续写他的系列文章，分享在嵌入式环境中使用 FreeBSD 的见解；Randall Stewart 和 Michael Tüxen 剖析 TCP LRO；Benedict Reuschling 介绍如何用 Samba 做 Time Machine 备份；Michael Lucas 照例带来他风趣的评论。

会议方面，Aymeric Wibo 分享了他在 BSDCan 2024 的经历。展望未来，EuroBSDCon 2024 距今仅剩几周，将在爱尔兰都柏林举行；FreeBSD 秋季峰会则于 11 月在加州圣何塞的 NetApp 园区召开。编辑委员会成员将出席这两场活动，我们随时欢迎与你交流。

我们乐于倾听读者的声音。如有反馈、文章建议，或有意投稿，请通过 <info@freebsdjournal.com> 联系我们。

**John Baldwin**

FreeBSD 期刊编辑委员会主席


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20240708-cun-chu-yu-wen-jian-xi-tong/letter-from-the-foundation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
