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

    Jul 4, 2022 · The XFS filesystem is the default filesystem in RHEL, CentOS, and other RHEL-distros such as Oracle Linux, Rocky Linux, and AlmaLinux. Main features include: Support Larger filesystem …

  2. How to Mount XFS Filesystem - LinuxOPsys

    Jul 5, 2022 · Learn here how to mount XFS filesystem and its options. XFS is a high-performance 64-bit journaling file system created by SGI in 1993.

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

    Apr 22, 2024 · A file system controls where, how, and when data is stored and retrieved from a storage device. An efficient file system is necessary for everyday system processes. The Linux kernel …

  4. How to Change UUID in Linux - LinuxOPsys

    Jun 26, 2022 · Learn how to change UUID of a disk in Linux. Utilities such as tune2fs (for ext2 or ext3 or ext3), xfs_admin (for xfs), btrfstune (for btrfs) can be used to change UUID.

  5. How to Show File System Type in Linux - LinuxOPsys

    Jul 17, 2022 · Here learn how to show file system type in Linux. We will use different methods such as df, mount, lsblk, and lfs.

  6. Fstab File ( /etc/fstab ) Entry Options in Linux - LinuxOPsys

    Jun 19, 2022 · This tutorial explains each entries of fstab file in linux with examples. Understand Fstab format to mount filesystem on system startup.

  7. How to Shrink LVM Volume in Linux - LinuxOPsys

    Jul 1, 2022 · Here learn how to shrink LVM volume safely in Linux. Use the lvreduce command to shrink the volume. After shrinking the volume, remount the file system.

  8. Disk Space Usage at the File System Level - LinuxOPsys

    Jul 8, 2024 · Understanding Storage Layout: Knowing the file system type can help you understand the storage layout and characteristics of each file system. For example, ext4 is a common choice for …

  9. stat Command in Linux Explained [With Examples]

    Sep 15, 2023 · Here learn about stat command in Linux. It displays file information, such as file size in bytes, user ID, group ID, access rights, access time, and file birth time.

  10. How to Mount Partitions using UUID in Linux - LinuxOPsys

    Jun 26, 2022 · Learn here how to mount partitions using UUID in a Linux system. This helps to avoid your system broken with a mess with fstab having device names.