Keyhelp unter KVM Proxmox. Festplatte vergrössern
Keyhelp unter KVM Proxmox. Festplatte vergrössern
Ich betreibe keyhelp in einem KVM unter Proxmox. Nun möchte ich gerne die Festplatte etwas vergrössern. Wie das unter Proxmox geht ist mir klar, allerdings ist dann die erweiterte Festplattengrösse noch nicht unter keyhelp verfügbar weil man da irgendwie die ext4 Partition noch anpassen müsste. Hat da jemand einen Tipp für mich wie man das durchführen kann?
Besten Dank im voraus
Otmar Schuster
Re: Keyhelp unter KVM Proxmox. Festplatte vergrössern
Code: Select all
resize2fs /dex/vdx
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”
Re: Keyhelp unter KVM Proxmox. Festplatte vergrössern
Re: Keyhelp unter KVM Proxmox. Festplatte vergrössern
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”
Re: Keyhelp unter KVM Proxmox. Festplatte vergrössern
Code: Select all
resize2fs 1.46.5 (30-Dec-2021)
The filesystem is already 62913787 (4k) blocks long. Nothing to do!
Re: Keyhelp unter KVM Proxmox. Festplatte vergrössern
Code: Select all
growpart /dev/xvda 1
Edit: Wenn das bei Dir nicht drauf ist, einfach nachinstallieren:
Code: Select all
apt-cache search growpart
cloud-guest-utils - cloud guest utilities
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”
Re: Keyhelp unter KVM Proxmox. Festplatte vergrössern
Code: Select all
resize2fs: Permission denied to resize filesystem
Re: Keyhelp unter KVM Proxmox. Festplatte vergrössern
Code: Select all
fsck -n /dev/xvda
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”
Re: Keyhelp unter KVM Proxmox. Festplatte vergrössern

Re: Keyhelp unter KVM Proxmox. Festplatte vergrössern
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”