> For the complete documentation index, see [llms.txt](https://handbook.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.bsdcn.org/di-23-zhang-qi-ta-wen-jian-xi-tong/23.1.-gai-shu.md).

# 23.1.概述

文件系统是操作系统的基本组成部分。它们使用户能够存储、管理和访问数据，从而使硬盘、U 盘和 USB 存储设备等存储设备在日常使用中变得实用。不同的操作系统原生使用不同的文件系统。

FreeBSD 传统上使用 Unix 文件系统（UFS），其现代版本为 UFS2，是其主要的原生文件系统。FreeBSD 也使用 Z 文件系统（ZFS），该文件系统以其高级特性、健壮性和可靠性而闻名。详见 [Z 文件系统（ZFS）](/di-22-zhang-z-wen-jian-xi-tong-zfs/22.1.-shi-shi-mo-shi-zfs-yu-zhong-bu-tong.md)。

除了原生文件系统之外，FreeBSD 还支持多种来自其他操作系统的文件系统。这些文件系统的支持程度不一，有些需要加载内核模块，有些则需要额外的用户态工具。

在阅读本章之前，你应当：

* 熟悉 UNIX® 概念以及 [FreeBSD 基础知识](/di-3-zhang-freebsd-ji-chu/3.1.-gai-shu.md)。
* 熟悉在 FreeBSD 中[安装软件](/di-4-zhang-an-zhuang-ying-yong-cheng-xu-ruan-jian-bao-he-ports/4.1.-gai-shu.md)。
* 对[磁盘](/di-20-zhang-cun-chu/20.1.-gai-shu.md)、存储设备及 FreeBSD 的设备命名约定有一定了解。

通过阅读本章，你将能够：

* 理解原生文件系统与受支持文件系统之间的区别。
* 了解 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:

```
GET https://handbook.bsdcn.org/di-23-zhang-qi-ta-wen-jian-xi-tong/23.1.-gai-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
