• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

2x3TB HDD partitions setup (software raid 1)

AdrianC

Basic Pleskian
Anyone can guide me on setting up 2x3TB hdds as software raid 1 for Plesk?
If I use my host's default instalation it will have a 2TB partition limit, I want to use the full space and have them in raid 1.

I created partitions manually in Centos 6.x setup interface and I ended up with this, I am not sure it is correct, is it normal to say vg_h1_root instead of /root ?!

Code:
 df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_h1-root
                      9.5G  3.2G  5.9G  35% /
tmpfs                 7.7G   12K  7.7G   1% /dev/shm
/dev/md0              485M   42M  419M   9% /boot
/dev/mapper/vg_h1-tmp
                      4.7G  9.9M  4.5G   1% /tmp
/dev/mapper/vg_h1-var
                      2.7T  458M  2.6T   1% /var

And this is what I see in web interface:

 
Back
Top