Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用页面大小为 4096(字节)的 ubuntu 14 LTS x86_64。XFS 文档建议 XFS 的块大小不能超过内核 PAGE 大小。我是否需要使用大页面来增加文件系统块大小
您是否还可以建议是否有替代方案,因为我找不到任何
XFS 与大多数其他 Linux 文件系统一样,被限制为最大 PAGE_SIZE 文件系统块大小。在 x86_64 上,您将被限制为 4k。您可以 mkfs.xfs 更大的块大小,但如果块大小大于 PAGE_SIZE,您将无法挂载它。