JFS

From Gentoo Wiki
Jump to:navigation Jump to:search
This page is a translated version of the page JFS and the translation is 93% complete.
Outdated translations are marked like this.
Other languages:
Resources

JFS (Journaled File System) 是一个由 IBM 创造的 64 位日志文件系统. An implementation for the Linux kernel is available as free software under the terms of the GNU General Public License. It is low on resource usage and comparatively fast doing all kinds of filesystem operations (as opposed to being specialized in some, e.g. XFS is fast with big files, but slower with small ones). As such JFS is especially good for usage with battery-powered devices such as laptops.

安装

内核

标准 Linux 内核已经支持了 JFS:

内核 启用 JFS 支持
File systems  --->
   <*> JFS filesystem support

可选的 JFS 特性支持:

内核 添加可选的 JFS 特性支持
File systems  --->
   <*> JFS filesystem support
   [*]   JFS POSIX Access Control Lists
   [*]   JFS Security Labels
   [ ]   JFS debugging
   [*]   JFS statistics

Emerge

Filesystem utilities are available in the sys-fs/jfsutils package:

文件系统的实用程序位于 sys-fs/jfsutils 软件包中:

root #emerge --ask sys-fs/jfsutils

参考