I just bought dedicated server ADVANCED-STOR 1 and there is
2×512 GB SSD NVMe
and
6×6 TB HDD SATA
and theer is option to install only on SSD or only HDD
How to install OS on SSD and add HDD as data disc/storage ?
Please let me know
—
Hello everyone,
I use the offer:
I encounter the following problem / I would like to set up:
(Add screenshots if this can make your situation easier to understand)
Hello,
Our installation system only handles one disk group. You can for instance install the OS on the SSDs and then partition and format the HDDs manually yourself from the newly installed OS.
I just installed on SSD but I dont see any options in Plesk to find HDD
How do it ? Please help
I'm not sure whether Plesk supports this.
However, once you're connected to the server with SSH, you can rely on standard Linux utils such as `lsblk` to list disks and partitions. Then you may use `parted` to create partitions on the HDDs. If you want to use RAID, you will also need to use `mdadm`. I believe there are many tutorials online to do this.