
Ext4 vs XFS – Which Filesystem Should You Use - LinuxOPsys
2022年7月4日 · 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 …
How to Mount XFS Filesystem - LinuxOPsys
2022年7月5日 · 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.
Btrfs vs Ext4 – Functionalities, Strengths, and Weaknesses
2024年4月22日 · 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 …
How to Change UUID in Linux - LinuxOPsys
2022年6月26日 · 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.
How to Show File System Type in Linux - LinuxOPsys
2022年7月17日 · Here learn how to show file system type in Linux. We will use different methods such as df, mount, lsblk, and lfs.
Fstab File ( /etc/fstab ) Entry Options in Linux - LinuxOPsys
2022年6月19日 · This tutorial explains each entries of fstab file in linux with examples. Understand Fstab format to mount filesystem on system startup.
How to Shrink LVM Volume in Linux - LinuxOPsys
2022年7月1日 · 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.
How to Force fsck on Reboot - LinuxOPsys
2022年8月17日 · If a file system is defined as corrupt or after a particular number of boots or time, fsck executes at boot time. Only EXT4, EXT3, and EXT2 filesystems can be forced to perform fsck on …
Disk Space Usage at the File System Level - LinuxOPsys
2024年7月8日 · 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 …
Mounting and Unmounting File Systems - LinuxOPsys
2024年7月8日 · Mounting and unmounting file systems are fundamental tasks in Linux. Whether you’re adding a new storage device or organizing your data, understanding how to