gist.githate.ru

Explore

  • All gists
  • Topics
  • Users
Telegram Git collection
Give feedback on the new UI Powered by Opengist ⋅ 10ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
v

vm

Recently created Least recently created Recently updated Least recently updated
LittleGreenCat

LittleGreenCat / Correct increase disc VM

Last active 2 months ago vm disc

Быстро и корректно увеличить диск в виртуалке системными средствами.

0 0 1
  1. Добавить свободное место в блочное устройство в гипервизоре

  2. Внутри VM перечитать размер диска

echo 1>/sys/class/block/sdb/device/rescan

  1. Установить пакет cloud-guest-utils в составе которого находится нужная нам утилита growpart

apt-get install cloud-guest-utils