Home > OS >  Linux disk partitions
Linux disk partitions

Time:11-19

In Linux (centos7) to create disk partition when prompt how don't have any available free sectors,

CodePudding user response:

Fdisk - l # # to check the partition information
If other partitions (1, 2 primary partitions) filled the entire disk

CodePudding user response:

Fdisk -l
Fisk/dev/sd *///now check the disk currently has several partitions, as well as the size of the partition, and then look at the partition of disk space usage,
This kind of circumstance is zoned partition before you put all disk space is used up, continue to partition, there is no space available,
  • Related