This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

XFS

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
This page contains changes which are not marked for translation.


The XFS filesystem is a high-performance journaling filesystem. It is ACL (POSIX) compliant for use with Linux.

Installation

Kernel

KERNEL Enable XFS support (CONFIG_XFS_FS:)
File systems  --->
   <*> XFS filesystem support

Optional:

KERNEL Enable optional XFS features
File systems  --->
   [*]   XFS Quota support
   [*]   XFS POSIX ACL support
   [*]   XFS Realtime subvolume support
   [ ]   XFS Verbose Warnings
   [ ]   XFS Debugging support

Emerge

The sys-fs/xfsprogs package is needed for XFS userspace utilities:

root #emerge --ask sys-fs/xfsprogs

Usage

Mount XFS filesystems with the mount command.

Removal

root #emerge --ask --unmerge sys-fs/xfsprogs

See also

  • FAT - File Allocation Table: A filesystem originally created for DOS.
  • ext4 - The most popular Linux filesystem.
  • btrfs - A filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration.