Hi All, I have a ispconfig3 server installed on a cloud server with ubuntu 12.04. The server is active and hosting multiple domains, The issue i have is the server is running low on disk space. I have increased the space with the service provider and would now like to ask the best way of allocating this space to ispconfig? i know you cannot simply edit the partition with out rebooting the server, i however only have ssh access? Your suggestions will be appreciated.
so you have more space but commands like "df -h" dont show it? In this case you have to resize (enlarge) your filesystem. This is not ispconfig specific
This I know. My question is how do I resize the partition from ssh console only? As that is all I have access to.
Please below printout of df -T Filesystem Type 1K-blocks Used Available Use% Mounted on /dev/mapper/vg00-lv_root ext4 96648716 33611116 58197564 37% / udev devtmpfs 3048008 4 3048004 1% /dev tmpfs tmpfs 1222828 316 1222512 1% /run none tmpfs 5120 4 5116 1% /run/lock none tmpfs 3057068 0 3057068 0% /run/shm /dev/sda1 ext4 240148 38624 189390 17% /boot Your help is much appreciated
Hi, I was able to use tutorial at https://www.brianchristner.io/how-to-resize-ubuntu-root-partition/ Hopefully it will help someone else searching this.