VM hat mehr speicher als dieser zugewiesen ist

Scplayer

Member
Aug 25, 2024
39
3
8
Moin Allerseits,

Ich hab bei meiner Ubuntu 24.04 VM über der Web GUI von Proxmox die Festplatte vergrößert indem ich unter Hardware diese auswählte und resize per Disk Action anwendete.

Bin jetzt aber verwundert da in der Ubuntu VM mir eine Größe von 537 GB im Terminal angezeigt wird dazu hier die Terminal ausgabe mit den Befehlen wie ich den Speicher in der VM aktivierte:

Code:
jack@ubuntufirst:~$ fdisk -l /dev/sda
fdisk: cannot open /dev/sda: Permission denied
jack@ubuntufirst:~$ sudo fdisk -l /dev/sda
[sudo] password for jack:
GPT PMBR size mismatch (419430399 != 1048575999) will be corrected by write.
The backup GPT table is not on the end of the device.
Disk /dev/sda: 500 GiB, 536870912000 bytes, 1048576000 sectors
Disk model: QEMU HARDDISK   
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: gpt
Disk identifier: F4F87E8C-16D9-4750-A05B-F285014595B1

Device       Start       End   Sectors   Size Type
/dev/sda1     2048   2203647   2201600     1G EFI System
/dev/sda2  2203648   6397951   4194304     2G Linux filesystem
/dev/sda3  6397952 419430366 413032415 196,9G Linux filesystem
jack@ubuntufirst:~$ parted /dev/sda
WARNING: You are not superuser.  Watch out for permissions.
Error: Error opening /dev/sda: Permission denied
Retry/Cancel? cancel
jack@ubuntufirst:~$ sudo parted /dev/sda
GNU Parted 3.6
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print                                                           
Warning: Not all of the space available to /dev/sda appears to be used, you can
fix the GPT to use all of the space (an extra 629145600 blocks) or continue with
the current setting?
Fix/Ignore? fix                                                           
Model: QEMU QEMU HARDDISK (scsi)
Disk /dev/sda: 537GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number  Start   End     Size    File system  Name  Flags
 1      1049kB  1128MB  1127MB  fat32              boot, esp
 2      1128MB  3276MB  2147MB  ext4
 3      3276MB  215GB   211GB

(parted) resizepart 3 100%                                               
(parted) print                                                           
Model: QEMU QEMU HARDDISK (scsi)
Disk /dev/sda: 537GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number  Start   End     Size    File system  Name  Flags
 1      1049kB  1128MB  1127MB  fat32              boot, esp
 2      1128MB  3276MB  2147MB  ext4
 3      3276MB  537GB   534GB

Ist das Normal ?.

LG Jan