Linux file system fsck disk repair

Linux File System Everything is a file Linux file system is an endogenous software that manages files stored on storage devices. Linux supports several types of file systems for storing applications, data files, configuration files, etc. on the hard drive. File system type: Linux supports a variety of file systems, such as ext4, xfs, btrfs, […]

[Moore Thread] Magic Pen Ma Liang U disk Ubuntu system deployment

MobiMaliang Deploy on Ubuntu20.04 [Moore Thread] Magic Pen Ma Liang U disk Ubuntu system deployment PDF document and automatic installation script link, Lanzouyun: https://wwft.lanzoul.com/b052nz4rc Password: 95s7 The script needs to change the txt suffix to sh. and add execution permissions. sudo chmod + x ./UbuntuDeploy.sh 0. Preset 0. Please first apply for a developer account […]

A turntable (music disk) made by Vue that rotates at a click. When you click to stop, it will slowly stop within a few seconds. Click the button again to rotate again.

Look at the effect first: Code: I will draw the main parts with red lines css:section: Source code: vue part: <template> <div class=”song-lyric”> <div> <div class=”type”> <div class=”right”> <div class=”right-center” :class=”{ ‘rotates’: isplay }”> <div> <img src=”//i2.wp.com/imagesone.oss-cn-beijing.aliyuncs.com/imagebishe/player_bar.png” class=”right-top” :class=”{rotated: isplay}”> </div> <div> <img src=”//i2.wp.com/imagesone.oss-cn-beijing.aliyuncs.com/imagebishe/disc.png” class=”tight-bottm” :style=”{ transform: ‘rotate(‘ + rotationAngle + ‘deg)’ }”> </div> </div> […]

Disk partitioning, formatting, verification and mounting —- fdisk, mkfs, mount

Disk partitioning, formatting, verification and mounting Disk management is very important. When we want to add a new disk to the system, we should perform the following steps: Divide the disk to create usable hard disk partitions (fdisk/gdisk) Format the hard drive partition to create a system-usable file system (mkfs) Check the newly created file […]

In-depth analysis of key technologies of disk RAID

Disk fault tolerance means that data integrity and data processing capabilities can be guaranteed when a hard disk error or hard disk failure occurs in the subsystem. The RAID control card implements this function on RAID 1, 5, 6, 10, 50, and 60 through redundant hard disk groups. In RAID 1, since the data is […]

[Linux in progress] Disk file structure

Disk In the last article, we mentioned that files are stored on disks. In this article, let’s learn about the structure of disks! ! ! The concept of disk: ?What is a disk? Disk refers to a memory that uses magnetic recording technology to store data. Disk is the main storage medium of computer. It […]

Vue custom component: center line split drag disk

Component effect: Source code: Create a new file named MiddleMoveLine.vue and introduce the declaration where it is used. <template> <!– Re-optimized the overall implementation logic…one disk is divided into two parts, A/B— You need to first understand the positioning layout [child absolute parent phase] — child absolute positioning / parent relative positioning (the most commonly […]

[Linux] How to add and use a hard disk in Linux

How to add and use a hard disk in Linux? We can divide it into three steps, the first step is partitioning, the second step is formatting, and the third step is mounting. 1. Disk 1.1 MBR MBR: Master Boot Record MBR is located in the first physical sector of the hard disk MBR contains […]

Windows Tip 02: Automatically mount the vhdx (supports bitlocker encryption) virtual disk with one click after booting and unlock bitlocker directly on the command line, automatically escalate the rights and run the bat script&&vhdx virtual disk file compression code as administrator

Take the script code below. It is recommended to use the third or fifth version of the code. Copy it into Notepad. Change the suffix of Notepad to bat file. Put this file in the same directory as the vhdx file and double-click to run it. Why should I use a virtual disk: 1. Used […]

Windows hard disk management experiment:

Table of Contents 1: Experimental purpose: 1. Understand the basics of disk storage (1) Hard drive (2) Partition (3) Disk format (4) Disk capacity (5) Disk allocation unit (6) Disk drive letters (7) Disk check 2. Understand basic disk management methods (1) View disk information (2) Create partition (3) Delete partition (4) Extended partition (5) […]