Tenho VPS na OVH que atualizei recentemente. A atualização veio com 10 GB adicionais de armazenamento, mas eu tive que redimensionar a partição por mim mesmo.
Eu fiz assim:
root@rescue-pro:~# fdisk /dev/sdb Welcome to fdisk (util-linux 2.25.2). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command (m for help): p Disk /dev/sdb: 20 GiB, 21474836480 bytes, 41943040 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 Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Sectors Size Id Type /dev/sdb1 * 2048 20971519 20969472 10G 83 Linux Command (m for help): d Selected partition 1 Partition 1 has been deleted. Command (m for help): p Disk /dev/sdb: 20 GiB, 21474836480 bytes, 41943040 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 Disklabel type: dos Disk identifier: 0x00000000 Command (m for help): n Partition type p primary (0 primary, 0 extended, 4 free) e extended (container for logical partitions) Select (default p): p Partition number (1-4, default 1): First sector (2048-41943039, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (2048-41943039, default 41943039): Created a new partition 1 of type 'Linux' and of size 20 GiB. Command (m for help): w The partition table has been altered. Calling ioctl() to re-read partition table.
E eu reiniciei o servidor. Mas ping
está dizendo Destination Host Unreachable
e não consigo fazer login através do ssh. Eu também não tenho acesso via KVM do gerente da OVH. Não há problema para efetuar login no modo de recuperação, a partição redimensionada é montada corretamente e eu vejo todos os meus dados.
É algo com a inicialização? Como posso corrigi-lo ou o que devo verificar para obter mais informações sobre qual é o problema?
EDITAR: Este é o estado atual da partição
root@rescue-pro:~# fdisk /dev/sdb Welcome to fdisk (util-linux 2.25.2). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command (m for help): p Disk /dev/sdb: 20 GiB, 21474836480 bytes, 41943040 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 Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Sectors Size Id Type /dev/sdb1 * 2048 41943039 41940992 20G 83 Linux
Ainda tenho a saída do estado da partição antes da alteração, se puder ajudar.
EDIT2: A saída do KVM (o console do painel de controle da OVH):
SeaBIOS (...) Machine UUID (...) iPXE (...) Booting from Hard Disk... MBR SYSLINUX 6.03 (...)
Os pontos entre parênteses indicam alguma versão ou informação sobre direitos autorais que eu acho irrelevante