• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Extending hard disk

ismail el moussati

Basic Pleskian
Hi gents,

Onyx last version, CENTOS 6.8

I have added 50Gb disk, and i mounted it already on /mnt/vdb

But when i use command dh -h

It shown old disk only installed on /dev/vda1 100% used .

How i can mount 2nd disk on the same directory and make it works ?

I check FAQ there is no guide clear with instructions

Yours,
 
Code:
[root@xxxxxxxx~]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/vda1        20G   16G  3.0G  85% /
tmpfs           1.9G     0  1.9G   0% /dev/shm
/dev/vdb         50G   52M   47G   1% /mnt/vda2
Finally mounted but not shown in plesk control panel
 
I don't know how will you use /mnt/vda2 mountpoint in the scope of Plesk.
I would suggest you mount this disk as /var directory for allocation databases, mail, vhosts content, etc., for example.
 
It is common Linux administrative task.
Broadly speaking you need to rename current /var, create new /var and mount your disk to /var mountpoint. Then copy all content from old renamed /var to new.
This is in general, the details can be different there.
 
Ok thanks i will do my best, i ve been in websites stuff in my child not anymore as a pilot website developer :)

Much appreciated your support
 
Back
Top