Disk Space not correct in Dashboard, or not the whole hard-drive is used.(For some reason)

SYSTEM INFORMATION
OS type and version Ubuntu Linux 22.04.3 (fresh install)
Virtualmin version Virtualmin version 7.8.2 (fresh install)

I have a 2TB drive installed, and partitioned to use the whole drive, Virtualmin only reports 100gig as usable drive space.

Installed drive: /dev/sda3 4198400 3907026943 3902828544 1.8T Linux filesystem

Reported by Vertualmin: Local disk space: 27.35 GiB used / 72.41 GiB free / 99.77 GiB total

Hope I can fix this.

I help myself, I had to extend LVM when there is free space, to use 100% of the drive.

My problem was solved by:

sudo df -Th
sudo vgdisplay
sudo lvextend -l +100%FREE -r /dev/ubuntu-vg/ubuntu-lv

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.