fdisk -l
/dev/vdb
without a partition, you need to extend the file system.
Partition format | Expansion method | Remarks |
N/A | Applicable to scenarios where a file system is created directly on a bare device and no partition is created. | |
GPT | Applicable to scenarios of direct formatting when no partition is created. | |
| Applicable to scenarios where the original partitions remain unchanged and a new GPT partition is created for expansion. | |
MBR | Applicable to scenarios of direct formatting when no partition is created. | |
| Applicable to scenarios where the original partitions remain unchanged and a new MBR partition is created for expansion. |
Was this page helpful?