Cyberpanel not recognizing additional drive

Welcome @Sandrat Happy you are here

You want to mount /home directory to another drive ?

No those are different partitions:

  • / is root partition (physical area of storage)

  • /home is home partition (physical area of storage)

For an already installed cyberpanel home looks like this ls /home

cyberpanelrocks.org         customer1.com        api.customer1.com
backups                   cyberpanel               panel.cyberpanelrocks.org
docker                    vmail

Can you post the results of the following command

$ fdisk -l

Ideally the sequence of creating a new partition and mounting it as a volume is pretty simple I am still not sure if it work for an already setup cyberpanel installation

  1. creating the partition from free space
  2. creating a file system on/in that partition
  3. mounting the new filesystem making it a volume
  4. copy over /home folder
  5. update os file system table using fstab
  6. run checks like df /dev/sdb3 assuming /dev/sb3 is the new volume

You can try these steps on a fresh installation if you are at liberty to. I do not guarantee they will make cyberpanel still work but ideally these are the steps to move /home directory to a new drive (hdd/ssd)