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

Quick Start Guide to Linux

Quick Start Guide to Linux

Follow the Embedded Learning Station to get more fresh hot topics Common operating systems include Linux, Unix, Windows, and Mac OS. More people are familiar with Windows, while Unix and Mac are almost unheard of, and Linux is just a name to many. Indeed, for non-professionals, Windows is sufficient for all needs, and Linux seems … Read more

Exploring the Computer Boot Process

Exploring the Computer Boot Process

2016 Microcomputer and Applications Issue 3 Author: Yuan Qianqian Abstract: This article provides a detailed study of the computer boot process and system loading, combining the collaborative calling mechanism between hardware and software. It offers a relatively comprehensive discussion of the entire process from pressing the power button to loading the operating system, ultimately displaying … 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

Comparison and Differences Between FatFS and LittleFS

Comparison and Differences Between FatFS and LittleFS

Follow,Star Public Account Number, don’t miss wonderful content Source: Internet Editor: strongerHuang For many IoT devices, having a small and flexible file system is crucial. There are not many file systems that run on MCUs, and most people should know about the FatFS file system. Today, I will talk about the content of FatFS and … Read more

Can eMMC Be Optimized to UFS? Discussing Mobile Flash Storage File Systems

Can eMMC Be Optimized to UFS? Discussing Mobile Flash Storage File Systems

Compared to UFS flash storage, eMMC has weaker performance. The mixed use of these two types of flash storage in the same model of phone has left some consumers dissatisfied. In response, manufacturers claim that through optimization, eMMC products can also provide an excellent experience. What exactly does this optimization entail? Based on previous promotions, … Read more

Implementing File System Interfaces in C#

Implementing File System Interfaces in C#

Implementing File System Interfaces in C#: Building a Robust File Operation System Hello everyone! Today I want to share with you how to implement a flexible and extensible file system interface in C#. In actual development, we often need to handle file operations, such as reading and writing configuration files, processing logs, and importing and … Read more

OpenWrt USB File System Operations and Performance Testing

OpenWrt USB File System Operations and Performance Testing

1. Check the information of USB storage in the boot log # dmesg [ 5.720000] usbcore: registered new interface driver usbfs [ 5.730000] usbcore: registered new interface driver hub [ 5.740000] usbcore: registered new device driver usb [ 5.740000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 5.750000] ehci-platform: EHCI generic platform driver [ … Read more

Implementing USB Functionality on ESP32S3

Implementing USB Functionality on ESP32S3

Implementing USB Functionality on ESP32S3 The previous article implemented the online functionality of DAPlink, and now I want to achieve the drag-and-drop download function. The prerequisite for this function is to simulate the ESP32S3 as a USB drive, allowing the ESP32S3 to read files from the USB drive. Today, we will implement the ESP32S3 as … Read more