Recent content by Sezam3k

  1. S

    GUI shows wrong capacity of external storage

    root@pve:~# df -h /media/usb-dysk Filesystem Size Used Avail Use% Mounted on /dev/mapper/pve-root 94G 30G 61G 33% / I've created new folder /media/usb-dysk, then mounted hard drive by command mount. Nothing special.
  2. S

    GUI shows wrong capacity of external storage

    I've posted fdisk output before: root@pve:~# fdisk -l /dev/sdb Disk /dev/sdb: 1.5 TiB, 1603128614912 bytes, 3131110576 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 df output: root@pve:~# df...
  3. S

    GUI shows wrong capacity of external storage

    Emm.. I thought that I formatted disk in ext4. The output of pvesm: root@pve:~# pvesm status storage 'vm-backup' is not online Name Type Status Total Used Available % backup dir active 98559220 30456324...
  4. S

    GUI shows wrong capacity of external storage

    I meant first screenshot. I noticed in my first post that I've mistaken order of attached images. I edited it just after posting second post :) the output of lsblk: root@pve:~# lsblk --bytes | grep -v zd NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT...
  5. S

    GUI shows wrong capacity of external storage

    The problem is when external drive is mounted as storage in proxmox gui, it says that I have only 93.99gb total space for backups (see first screenshot). But it's not true. Fdisk calculates it correctly, because my drive has 1,5tb total Space. I want have the same amount in storage in gui. I...
  6. S

    GUI shows wrong capacity of external storage

    Hello everyone, I've noticed that on every external storage (NFS, USB storage) is only 93.99 GB of total space. This value is wrong, because every storage has much more amount of space. Proxmox see mounted disk with right capacity. Also fdisk says that everything is ok. I was searching...