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
- creating the partition from free space
- creating a file system on/in that partition
- mounting the new filesystem making it a volume
- copy over /home folder
- update os file system table using fstab
- 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)