Datastorage: SSD gemountet, aber immer nur 9,91GB reserviert

ros

New Member
Apr 22, 2025
8
0
1
Hallo zusammen,
ich versuche gerade meinen ersten Datastorage im PBS zu erstellen. Hierzu würde ich gerne eine externe SSD (256GB) (per Mountpoint) komplett für den Datastorage nutzen.
Die SSD ist korrekt mit ext4 formatiert und auch der Mountpoint korrekt angelegt und vom System erkannt.
Nach dem Erstellen des Datastorage wird mir jedoch immer nur eine Gesamtkapazität von 9,91GB angezeigt, anstatt der verfügbaren ~222GB.

Aktuelles Setup:
Proxmox 8.4.1
PBS 3.4.1

Mein fehlerhafter Datastorage mit nur 9,91 GB:
datastorage.png

Ansicht Storage und Formatierung (ext4):
format.png

Ausgabe per lsblk:
lsblk.png

Ausgabe per df -h:
mountpoint.png

Möchte ich den Datastorage nun anlegen, wird mir dieser stets mit 9,91GB angelegt:
storage_create.png

Weitere Dinge, die ich überprüft / gemacht habe:
- Platte neu formatiert
- Umount und erneut mount (mit unterschiedlichen Mountpoints)

Was mache ich falsch bzw. was übersehe ich?
Die Festplatte und der Mountpoint scheinen für mich nicht das Problem zu sein. Beides wird sauber von Proxmox und auch von PBS (Reiter "Storage") erkannt.
 
Last edited:
Maybe your ssd is "broken" or you have a quota definition on dir pbs-backup ...
Would once write a file eg with dd until disk is full and see if dd is stopping with write error before the end.
And you don't have pbs in a vm which is given "another" virtual disk of 10G under same path inside it or a usb stick inside accidently ?
 
Hi @waltar,
Thanks for your reply.

The SSD is fine and no quotas in the folders. I created different folders, mounted everyone of them - just to test.
And you don't have pbs in a vm which is given "another" virtual disk of 10G under same path
Well I do have PBS running as a VM in Proxmox with about 10GB (Bootdisk size), but it is installed on my system SSD - which is separated from the mentioned 256GB SSD. The 256GB SSD is intended to be my backup drive.

Furthermore, I created another datastorage on my third SSD drive (which is for media only). Also here, PBS showed me 9,91GB as limitation. Therefore, I think the disk itself is fine. It's a software thing somewhere.

This is how my PBS VM summary looks:
pbs_vm.png
 
Your sda storage isn't mounted in your vm and you just see the size of the "/" filesystem by your mountpath /mnt/backup/pbs-backup also.
You need to passthrough the disk (w/o ctrl) or export the disk in pve (nfs/smb) and mount in vm.