Tagged articles
18 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Aug 24, 2025 · Operations

Mastering Parted: From MBR/GPT Basics to Automated Disk Partitioning

This guide explains the purpose and advantages of the Parted tool, compares MBR and GPT partition tables, demonstrates interactive and scripted usage with detailed command examples for creating, deleting, formatting, and mounting partitions on large disks, and provides a complete end‑to‑end workflow.

GPTLinuxMBR
0 likes · 8 min read
Mastering Parted: From MBR/GPT Basics to Automated Disk Partitioning
Efficient Ops
Efficient Ops
Nov 10, 2024 · Operations

How to Diagnose and Fix Common Linux System Failures

This guide walks through typical Linux operational problems—including boot failures, network issues, MBR and GRUB errors, forgotten root passwords, and read‑only file‑system symptoms—explaining their causes, step‑by‑step diagnostic methods, and practical recovery commands to restore a healthy system.

Boot IssuesGRUBLinux
0 likes · 18 min read
How to Diagnose and Fix Common Linux System Failures
Liangxu Linux
Liangxu Linux
Oct 23, 2024 · Operations

How to Diagnose and Fix Common Linux Boot, Network, and Disk Failures

This guide walks through the most frequent Linux system problems—boot failures caused by mis‑configured fstab, corrupted root partitions, missing kernel files, or hardware issues; network connectivity errors; MBR and GRUB bootloader faults; forgotten root passwords; and read‑only file‑system errors—providing step‑by‑step diagnostics, command‑line solutions, and recovery procedures.

Boot IssuesGRUBLinux
0 likes · 18 min read
How to Diagnose and Fix Common Linux Boot, Network, and Disk Failures
Java Tech Enthusiast
Java Tech Enthusiast
Sep 12, 2024 · Fundamentals

How Operating Systems Boot Up

When a computer powers on, the CPU first runs firmware stored in ROM (BIOS or UEFI) that performs hardware checks, locates the boot device, loads the 512‑byte MBR containing a first‑stage bootloader, which then loads a more capable second‑stage loader that finally loads the operating system kernel into memory, after which the OS completes its own initialization and begins handling user programs.

BIOSBoot ProcessMBR
0 likes · 9 min read
How Operating Systems Boot Up
Liangxu Linux
Liangxu Linux
Jan 10, 2022 · Fundamentals

Master Linux Disk Partitioning with fdisk and parted

This guide explains the differences between MBR and GPT, shows how to list, create, modify, and delete partitions using fdisk for smaller disks and parted for larger than 2 TB, and provides practical command examples and safety tips.

GPTMBRcommand-line
0 likes · 5 min read
Master Linux Disk Partitioning with fdisk and parted
MaGe Linux Operations
MaGe Linux Operations
Dec 15, 2021 · Fundamentals

Unraveling Linux Boot: From BIOS Power‑On to Kernel Init

This article explains the complete Linux boot sequence, covering BIOS initialization, POST self‑test, MBR structure, primary and secondary boot loaders like GRUB, kernel decompression, transition to protected mode, and the init process that finally hands control to the user login prompt.

BIOSBoot ProcessMBR
0 likes · 23 min read
Unraveling Linux Boot: From BIOS Power‑On to Kernel Init
Liangxu Linux
Liangxu Linux
Oct 17, 2021 · Fundamentals

Unraveling Linux Boot: From BIOS Power‑On to Kernel Init

This article explains the complete Linux startup sequence, covering BIOS power‑on self‑test, interrupt vector initialization, MBR and partition table layout, multi‑stage bootloaders such as GRUB, kernel decompression, transition to protected mode, and the init system with runlevels.

BIOSBoot ProcessGRUB
0 likes · 25 min read
Unraveling Linux Boot: From BIOS Power‑On to Kernel Init
Tencent Cloud Developer
Tencent Cloud Developer
Jan 20, 2020 · Cloud Computing

Linux Cloud Server Storage Expansion: Methods and Step‑by‑Step Guide

The guide shows how to enlarge storage on a Tencent Cloud Linux VM by adding and expanding CBS cloud disks using three approaches—direct bare‑device formatting, MBR partitioning for disks under 2 TB, and GPT partitioning for larger disks—detailing step‑by‑step commands, online vs offline resizing, and best‑practice recommendations.

CBSDisk ExpansionFilesystem
0 likes · 32 min read
Linux Cloud Server Storage Expansion: Methods and Step‑by‑Step Guide
ITPUB
ITPUB
Sep 7, 2016 · Fundamentals

Why FatFs Returns FR_NO_FILESYSTEM on a Properly Formatted SD Card – MBR/DBR Insights

An embedded‑system developer discovers that FatFs reports FR_NO_FILESYSTEM on a correctly formatted SD card because the card’s partition information resides in the fourth MBR entry, which FatFs only checks in the first entry, and resolves the issue by re‑formatting with f_mkfs or upgrading to FatFs V0.10.

DBRFatFsFilesystem
0 likes · 12 min read
Why FatFs Returns FR_NO_FILESYSTEM on a Properly Formatted SD Card – MBR/DBR Insights