XFS
The XFS filesystem is a high-performance journaling filesystem. It is ACL (POSIX) compliant for use with Linux.
Installation[edit | edit source]
Kernel[edit | edit source]
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[edit | edit source]
The sys-fs/xfsprogs package is needed for XFS userspace utilities:
root #
emerge --ask sys-fs/xfsprogs
Usage[edit | edit source]
Mount XFS filesystems with the mount command.
Removal[edit | edit source]
To schedule removal at the next run:
root #
emerge --ask --depclean --verbose sys-fs/xfsprogs
See also[edit | edit source]
- FAT — originally created for use with MS-DOS (and later pre-NT Microsoft Windows)
- Ext4 — an open source disk filesystem and most recent version of the extended series of filesystems.
- Btrfs — a copy-on-write (CoW) filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair, and easy administration.
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.