# 23.1.概述

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

FreeBSD 传统上使用 Unix 文件系统（UFS），其现代版本为 UFS2，是其主要的原生文件系统。FreeBSD 也使用 Z 文件系统（ZFS），该文件系统以其高级特性、强健性和可靠性而闻名。详见 [Z 文件系统（ZFS）](https://docs.freebsd.org/en/books/handbook/zfs/#zfs)。

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

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

* 熟悉 UNIX® 概念以及 [FreeBSD 基础知识](https://docs.freebsd.org/en/books/handbook/basics/#basics)。
* 熟悉在 FreeBSD 中[安装软件](https://docs.freebsd.org/en/books/handbook/ports/#ports)。
* 对[磁盘](https://docs.freebsd.org/en/books/handbook/disks/#disks)、存储设备及 FreeBSD 的设备命名约定有一定了解。

阅读完本章后，你将能够：

* 理解原生文件系统与受支持文件系统之间的区别。
* 了解 FreeBSD 支持哪些文件系统及其支持程度。
* 学会如何启用、配置、访问和使用非原生文件系统。


---

# Agent Instructions: 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.
