Hi, Using latest version on Ubuntu 20.04(installed with official automatic install script), ispconfig runs on 3TB Hdd but when i go monitor->disk usage it doesn't show as 3TB, please see attached screenshots.
Also please see attached Fdisk -l output, seems like i've 3TB space but somehow i don't use it i think
Looks like the disk is indeed 3 T bytes. The file system and MD devices created on that disk is 100 G bytes, though. So 2,9 T bytes of disk is not used. You could create more partitions on that unused space, or enlarge the existing partition.
Thanks for your reply, i thought the same but as a rookie i'm afraid to use CLI so i booted with Ubunut 18.04 desktop, started terminal and started gparted as "sudo gparted", i did attached steps through 001 to 007, strange thing is when i click to apply button it takes like 2-3 seconds to says completed when i rebooted disk size seems the same before operation. What am i doing wrong ?
Since you are using md devices (or are you?), you should use tools that enlarge those. If you do not want to use md devices, scratch this installation and install a new system with plain Ext4 partition.
excuse my ignorance but with md devices you mean virtual drives like esxi hdd? if yes then as far as i understand i should enlarge drive from esxi storage controls, am i right?
If you do not know the terms and words you should look them up instead of blindly guessing. Some examples found using Internet Search Engines: https://linux.die.net/man/4/md https://linoxide.com/lvm-configuration-linux/ First find out what disk system you are actually using on your Linux, then read the docs to find out how to change sizes.
md devices means, usually, raid. which doesn't appear to be in use on your system anyway. you're using lvm, (logical volume manager), which can get very confusing for a beginner, you may have been better off starting with just plain partitions directly formatted as ext4, xfs, etc. try searching google for info on lvm, to understand it better. in the meantime, this https://packetpushers.net/ubuntu-extend-your-default-lvm-space/ may help you get everything back on track quickly. you should read it all, but don't worry about doing the part about checking the free space, you're already past that point. and as always, have a full data backup before you do anything.
many thanks, the article you shared with me solved the problem, now my disk is 3TB and i can uset it all, also that article thought me things that i didn't know, thank you, i owe you one.
No argue with that, you are exactly right about what you said, thanks for the article you shared it helped me alot to understand things about drive types on unix systems, thank you.