About 696 results
Open links in new tab
  1. Ext4 vs XFS – Which Filesystem Should You Use - LinuxOPsys

    Jul 4, 2022 · The XFS filesystem was built to support large filesystems of up to 18 exabytes and extremely huge files. The filesystem is designed for systems with large disk arrays, large CPUs, and those that need to store large files. XFS is popularly known for providing high scalability of I/O threads and for its great performance in handling big files.

  2. xfs - layout, mount options, and supported file attributes for the …

    An XFS filesystem has up to three parts: a data section, a log section, and a realtime section. Using the default mkfs.xfs(8) options, the realtime section is absent, and the log area is contained within the data section.

  3. How to Mount XFS Filesystem - LinuxOPsys

    Jul 5, 2022 · FAQ of xfs.org is a good place to read before you start implementing this filesystem. In this guide, we focus on how to mount XFS filesystem. Mounting XFS filesystem. To illustrate let's first create a partition and add xfs filesystem on it. To create a new XFS file system you will first need a partition to format.

  4. xfs_repair - repair an XFS filesystem at Linux.org

    During long runs xfs_repair outputs its progress every 15 minutes. Reporting is only activated when ag_stride is enabled. -v Verbose output. May be specified multiple times to increase verbosity. -d Repair dangerously. Allow xfs_repair to repair an XFS filesystem mounted read only.

  5. XFS File System - Linux.org

    Jul 29, 2013 · XFS File System The XFS file system is an extension of the Extent File System (EFS). XFS was originally referred to as the ‘X’ File System (XFS) and the name was used ever since. The file system was created by Silicon Graphics in 1993. XFS was first used on IRIX 5.3 and ported to Linux in 2001.

  6. Btrfs vs Ext4 – Functionalities, Strengths, and Weaknesses

    Apr 22, 2024 · The most commonly used are Ext4, Btrfs, XFS, and ZFS which is the most recent file system released back in 2018. Each of these file systems has its own way of organizing data, merits, and demerits. In this tutorial, we will check Btrfs against Ext4 filesystem, and seek to understand their functionalities, strengths, and weaknesses.

  7. xfs_db - debug an XFS filesystem at Linux.org

    Under rare circumstances it can also be used to modify an XFS filesystem, but that task is normally left to xfs_repair(8) or to scripts such as xfs_admin(8) that run xfs_db. OPTIONS -c cmd xfs_db commands may be run interactively (the default) or as arguments on the command line.

  8. xfs_quota - manage use of quota on XFS filesystems at Linux.org

    quit Exit xfs_quota. q See the quit command. QUOTA ADMINISTRATION The XFS quota system differs to that of other filesystems in a number of ways. Most importantly, XFS consid‐ ers quota information as filesystem metadata and uses journaling to provide a higher level guarantee of …

  9. xfs_admin - change parameters of an XFS filesystem at Linux.org

    This gives significant improvements in performance on some configurations and metadata intensive workloads. -L label Set the filesystem label to label. XFS filesystem labels can be at most 12 characters long; if label is longer than 12 characters, xfs_admin will truncate it and print a warning message.

  10. xfsalid process holds xfs partition after umount - Linux.org

    Jun 25, 2015 · Since the daemon has been proven to be buggy (try googling "xfsaild"), perhaps, the daemon is not waking up to close itself down. If this is the case, then a possible sollution would be to make a script for unmount XFS. Name such a script "xfsunmount" and have the script kill some of the XFS-related daemons.

Refresh