Take control of your Linux storage. This guide moves beyond basic disk tools to show you how to monitor NVMe health, update firmware, and optimize LBA formats using nvme-cli.
Compare fdisk, gdisk, and parted for Linux disk partitioning — learn when to use each tool, how to create and resize GPT/MBR partitions, and how to recover from a corrupted partition table with practical commands.
io_uring is Linux's modern async I/O interface that cuts system call overhead dramatically compared to epoll by sharing ring buffers between userspace and kernel. This guide compares I/O models side-by-side, walks through liburing setup on Ubuntu 22.04, and includes working C code examples for file reads and batched operations.
Master Linux OverlayFS to merge read-only and writable layers. This technical guide provides hands-on examples for Docker optimization, persistent Live USBs, and troubleshooting XFS ftype issues.
Is your data safe? After 6 months of production testing, here is why Scrutiny on Docker is the best way to monitor S.M.A.R.T. health and predict drive failures before they happen.
Master XFS file system management on Linux with this practical guide. Learn to use xfs_admin for configuration, xfs_growfs for online resizing, and xfs_dump for high-speed backups based on real-world sysadmin experience.
Boost your infrastructure with raw block-level storage. This guide covers setting up iSCSI Targets and Initiators on Linux, including LVM backstores, ACL security, and persistent mounting.
Don't let a drive failure take down your server. This guide shows you how to configure mdadm on Linux to create RAID 0, 1, 5, and 6 arrays for maximum uptime.
Ditch legacy partitions for ZFS. Learn how to install OpenZFS, create mirrored storage pools, and use LZ4 compression and snapshots to protect your Linux data.