> For the complete documentation index, see [llms.txt](https://slackwarecn.gitbook.io/slackbook_cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://slackwarecn.gitbook.io/slackbook_cn/chapter_11/local_filesystem_types/iso9660.md).

# iso9660

iso9660 是专门为光学介质比如 CD 和 DVD 设计的。由于光盘是只读介质，所以 Linux 内核并没有为这个文件系统提供写支持。如果要创建 iso9660 文件系统的话，你必须使用用户级的工具，比如 `mkisofs(8)` 或 `growisofs(8)` 。
