• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Running out of drive space Cent OS 6.9

macandrew89

New Pleskian
Hi,

I'm running out of disk space and starting to get worried, I haven't been able to find the right answer yet.

I have a vps with OVH which originally started with 20gb but since upgrading it now has 40gb.

I tried to follow this guide Running out of drive space - Centos 6.5 and got to psa where it returned unknown command error.


root@rescue-pro:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 2.9G 1.4G 1.4G 51% /
udev 10M 0 10M 0% /dev
tmpfs 1.6G 8.4M 1.6G 1% /run
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/vdb1 20G 19G 331M 99% /mnt/vdb1



Disk /dev/vda: 3 GiB, 3145728000 bytes, 6144000 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
Disklabel type: dos
Disk identifier: 0x6bce5d4a

Device Boot Start End Sectors Size Id Type
/dev/vda1 * 2048 6141951 6139904 3G 83 Linux

Disk /dev/vdb: 40 GiB, 42949672960 bytes, 83886080 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
Disklabel type: dos
Disk identifier: 0x000574cf

Device Boot Start End Sectors Size Id Type
/dev/vdb1 * 2048 41943039 41940992 20G 83 Linux

If someone to guide me through what to do here it would be highly appreciated.

Thanks
 
I'm guessing you may be trying to extend a volume that is not an LVM.

You need to decide how you want this arranged. You could create a new LVM with the new 20GB allocated to it, migrate the data from the existing volume to the new volume, and then allocate the space from the old volume to the new volume since it's now an LVM.
 
Hi,

I'm running out of disk space and starting to get worried, I haven't been able to find the right answer yet.

I have a vps with OVH which originally started with 20gb but since upgrading it now has 40gb.

I tried to follow this guide Running out of drive space - Centos 6.5 and got to psa where it returned unknown command error.


root@rescue-pro:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 2.9G 1.4G 1.4G 51% /
udev 10M 0 10M 0% /dev
tmpfs 1.6G 8.4M 1.6G 1% /run
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/vdb1 20G 19G 331M 99% /mnt/vdb1



Disk /dev/vda: 3 GiB, 3145728000 bytes, 6144000 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
Disklabel type: dos
Disk identifier: 0x6bce5d4a

Device Boot Start End Sectors Size Id Type
/dev/vda1 * 2048 6141951 6139904 3G 83 Linux

Disk /dev/vdb: 40 GiB, 42949672960 bytes, 83886080 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
Disklabel type: dos
Disk identifier: 0x000574cf

Device Boot Start End Sectors Size Id Type
/dev/vdb1 * 2048 41943039 41940992 20G 83 Linux

If someone to guide me through what to do here it would be highly appreciated.

Thanks

Hello,

A tutorial about resizing vps partition is available in OVH documentation : Extension of a partition on a VPS — OVH Documentation 0.0.1 documentation
But make a backup before resizing the partition, because it may result in data loss.
 
Back
Top