Understanding eMMC

Understanding eMMC

Introduction to eMMC Host Interface Flash Controller Flash Memory eMMC Partition Management Boot Area Partitions Examples of eMMC Partition Applications eMMC Bus Protocol eMMC Bus Interface eMMC Bus Model Introduction to eMMC eMMC stands for embedded MultiMediaCard. MultiMediaCard, or MMC, is a standard for flash memory cards that defines the architecture and interface for accessing … Read more

Daily Linux Command: fdisk

Daily Linux Command: fdisk

<span>fdisk</span> is a commonly used command-line tool in Linux for disk partition management. It can create, delete, view, and modify disk partition tables, suitable for MBR (Master Boot Record) formatted disks. For GPT formatted disks, it is recommended to use <span>gdisk</span> or <span>parted</span>. 🔧 Basic Usage sudo fdisk [options] [device] For example: sudo fdisk /dev/sda … Read more

AlmaLinux Disk Expansion Tutorial

AlmaLinux Disk Expansion Tutorial

From Beginner to Expert: Step-by-Step Guide to Partition Adjustment! 🚀 Expanding the virtual machine disk from 1T to 2T and allocating all new space to the root directory (/) Preparation: System: AlmaLinux (default uses LVM partition management, flexible and powerful!). File System: AlmaLinux defaults to XFS, some may be ext4 (I will teach you how … Read more