Commonly used commands for Linux partitions: fdisk, modify the MBR partition table, MBR format, the maximum size of the modified partition is 2T. When the size is larger than 2T, use the parted command and the gpt partition format. 1. Add a new hard disk to the virtual machine Edit virtual machine settings---Add---Hard disk---SCSI---Create a new virtual disk---1GB---Complete 2. View all disks Disk /dev/sdb is the newly added disk 3. Start partitioning View Help: 4. Create the first partition 5. Similarly, create 3 primary partitions and 1 extended partition Extend the partition to allocate the default remaining space (that is, press Enter directly in the command to allocate space) 6. Create logical partitions At this time, enter n to directly create a logical partition, and the area number starts from 5 sdb5 7. Delete unwanted partitions Enter d and select a partition from 1-7 8. Finally save and exit 9. Execute the effective command (to prevent unknown problems) Notify the kernel that the partition has changed The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Specific method of viewing user authorization information in mysql
>>: Linux parted disk partition implementation steps analysis
Table of contents Preface Introduction to Closure...
How to use the code in NetEase Blog: First log in...
The content attribute is generally used in the ::...
As the data stored in the MySQL database graduall...
1. Introduction People who are not used to Englis...
CentOS 8 is now available! CentOS 8 and RedHat En...
Physical Structure of an InnoDB Index All InnoDB ...
Preface ActiveMQ is the most popular and powerful...
Table of contents Written in front Solution 1: Us...
1. What is Vue Vue is a progressive framework for...
1.Tomcat Optimization Configuration (1) Change To...
Table of contents 1. Preparation before developme...
Preface I am currently working on a high-quality ...
This article uses the "Attribution 4.0 Inter...
This article uses examples to describe the three ...