Go to documentation repository
Page History
...
Code Block |
---|
fdisk -l |
where
- /dev/sda - − the first physical disk;
- /dev/sda1 - the − the first section of the first physical disk;
- /dev/sda2 - the − the second section of the first physical disk;
- dev/sdb - the − the second physical disk.
To delete the disk section, do the following:
...
Go to the disk where it is necessary to create a section.
Code Block fdisk /dev/sdb
Create the section.
Code Block n
Specify the section: primary (p) or extended (e).
Code Block p
- Specify the section number.
Code Block 1
Specify the section size. G − gigabytes, M − megabytes, K − kilobytes.
Code Block +5G
. Save the changes.
Code Block w
...
Overview
Content Tools