A Comprehensive Guide to the Linux File System: Exploring the ‘Heart’ of the System!

A Comprehensive Guide to the Linux File System: Exploring the 'Heart' of the System!

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join our technical exchange QQ group with 1000 members, note 【public account】 for faster approval Understanding the File System Simply To build a framework for the file system, we can start with this command: This is the stat command, which checks the information … Read more

Why Does Linux Report ‘No Space Left on Device’ When There is Still Available Space?

Why Does Linux Report 'No Space Left on Device' When There is Still Available Space?

Hello everyone, I am Yu Yong. Yesterday, I encountered a problem: a Linux server used for data transfer suddenly stopped being able to perform data transfers. Upon checking the logs, there were messages indicating that files could not be saved and ‘No space left on device’. Using the command df -Th to check disk space, … Read more

Exploring Linux: The Secrets of File and Link Operations

Exploring Linux: The Secrets of File and Link Operations

File System 1. Experiment Objectives The file system (p583, programming problem) checks the relationship between files and inode on UNIX or Linux systems. On these systems, files are represented by inodes. In other words, an inode is a file (and vice versa). You can complete this exercise on the Linux virtual machine provided in this … Read more

Enhancing Your Linux File Management: A Comprehensive Guide to Hard and Soft Links

Enhancing Your Linux File Management: A Comprehensive Guide to Hard and Soft Links

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the technical exchange QQ group with 1000 members, note [Official Account] for faster approval 1. Establishing Links ln can be used to create links, but ln creates hard links by default. If you add the -s option, it creates a soft link … Read more

Unlocking Linux Disk and File System: Enhance Your Data Management!

Unlocking Linux Disk and File System: Enhance Your Data Management!

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the technical exchange QQ group of 1000 people, note 【public account】 for faster approval 1. Physical Structure of the Disk The physical structure of the disk is shown in the figure: The specific physical storage structure is as follows: The basic unit … Read more

Comprehensive Guide to Linux File Systems

Comprehensive Guide to Linux File Systems

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the technical exchange QQ group with 1000 members, note 【Public Account】 for faster approval Components of a Group The following are the components of each group, but not every group has a super block, which will be discussed later. inode table The … Read more

Complete Guide to Linux File Systems: Step-by-Step

Complete Guide to Linux File Systems: Step-by-Step

Linux | Red Hat Certification | IT Technology | Operations Engineer 👇1000 people technical exchange QQ group, note [public account] for faster access Components of a Group The following are the components of each group, but not every group has a super block, which will be discussed later. inode table The inode table is a … Read more