Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » storage
Linux tutorial - IT technology blog
Posted inLinux

Stop Guessing: Benchmarking Linux Disk Performance with fio

July 16, 2026
Marketing specs for SSDs and NVMe drives often mislead. Learn how to use fio to get accurate IOPS and latency data before you deploy to production.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux NVMe Management: Monitoring Health and Updating Firmware with nvme-cli

July 5, 2026
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.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux Disk Partition Management with parted, gdisk, and fdisk: GPT/MBR Guide

June 29, 2026
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.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mastering io_uring on Linux: Next-Generation Async I/O That Outperforms epoll

June 16, 2026
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.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mastering OverlayFS: A Practical Guide to Union Filesystems and Container Storage

May 31, 2026
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.
Read More
HomeLab tutorial - IT technology blog
Posted inHomeLab

Hard Drive Health: A 6-Month Production Review of Scrutiny on Docker

May 23, 2026
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.
Read More
Linux tutorial - IT technology blog
Posted inLinux

XFS Mastery: Resizing, Backing Up, and Tuning Linux’s Powerhouse File System

May 4, 2026
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.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Configuring iSCSI Storage on Linux: A Practical Guide to Target and Initiator Setup

May 3, 2026
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.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mastering Software RAID with mdadm: A Practical Guide to Linux Disk Redundancy

April 29, 2026
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.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mastering ZFS on Linux: A Practical Guide to Advanced Storage

April 7, 2026
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.
Read More

Posts pagination

1 2 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top