1

Я иду по этой ссылке, чтобы увеличить размер моей виртуальной машины. Я увеличил размер диска (с 100 до 200 ГБ), перейдя на страницу «Настройки» своей виртуальной машины.

~ $sudo fdisk -l

Disk /dev/sda: 107.4 GB, 107374182400 bytes, 209715200 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000ad9ca

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048     1026047      512000   83  Linux
/dev/sda2         1026048   209715199   104344576   8e  Linux LVM

Disk /dev/mapper/centos-root: 102.7 GB, 102680756224 bytes, 200548352 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/centos-swap: 4160 MB, 4160749568 bytes, 8126464 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Я не пытаюсь разделить нераспределенное пространство, и я получаю No free sectors available при запуске fdisk.

~ $sudo fdisk /dev/sda
Welcome to fdisk (util-linux 2.23.2).

Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): n
Partition type:
   p   primary (2 primary, 0 extended, 2 free)
   e   extended
Select (default p): p
Partition number (3,4, default 3):
No free sectors available

Любые предложения о том, как я могу преодолеть эту ошибку и обновить размер диска на моей виртуальной машине?

1 ответ1

2

Перезагрузка ВМ помогла. После перезагрузки новый диск был виден при выполнении fdisk -l .

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .