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
Some fault code tables use the following design p...
This article is used to record the installation o...
The problem raised in the title can be broken dow...
Download the MySQL installer Official download ad...
MySQL UTF-8 encoding MySQL has supported UTF-8 si...
Table of contents 1. Basic knowledge of indexing ...
1. Overview The Promise object is a specification...
Table of contents Preface Creating Components Sum...
I encountered such a problem during development A...
First, I will give you the VMware 14 activation c...
MySQL replace and replace into are both frequentl...
HTML forms are commonly used to collect user info...
1. Documentation Rules 1. Case sensitive. 2. The a...
<br />Previous Web Design Tutorial: Web Desi...
This article uses an example to share with you a ...