Hello community,
today I added a 1T nmve disk to my proxmox home server.
Then mount it under /mnt/nvme and added storage from GUI (directory). Everything looks ok, except for the fact the Proxmox see it with wrong size:
CLI show as:
But GUI show it as 461 GB:
Moreover, the used space is increased constantly, from the time I got the screenshot is now at 263.34 GB. But what is this? The disk is empty!!!
Could someone explain what happening?
Thank you
Lucas
today I added a 1T nmve disk to my proxmox home server.
Code:
# parted /dev/nvme0n1 mklabel gpt
# parted -a opt /dev/nvme0n1 mkpart primary ext4 0% 100%
# lsblk
nvme0n1 259:0 0 1000G 0 disk
└─nvme0n1p1 259:2 0 1000G 0 part
# mkfs.ext4 -L nvme /dev/nvme0n1p1
Then mount it under /mnt/nvme and added storage from GUI (directory). Everything looks ok, except for the fact the Proxmox see it with wrong size:
CLI show as:
Code:
/dev/nvme0n1p1 916G 48K 870G 1% /mnt/mvne
But GUI show it as 461 GB:
Moreover, the used space is increased constantly, from the time I got the screenshot is now at 263.34 GB. But what is this? The disk is empty!!!
Could someone explain what happening?
Thank you
Lucas