StartOS and Blockchain on separate NVMe SSD Drives?

Hello,

I have a Beelink EQ14 Mini PC with two NVMe SSD drives mounted (Samsung 980 250GB SSD NVMe, Samsung 990 PRO 2TB SSD NVMe M.2).

I would like to install the StartOS on the 250 GB drive and sync the Blockchain data deparately on the 2TB drive. Is this possible?

Thanks!

StartOS utilizes two partitions. One system partition, and one data partition. The data partition is used for all service containers, which contains each service’s data. In this case, the Bitcoin service container will contain the blockchain data.

Granular control over container location is not currently supported. So the answer is yes, you can have the system partition on one drive, and the data partition on the other. But there is very little benefit to doing this, as the system partition is very small, and the rest of the drive will be wasted. The servers that Start9 sells, which is what StartOS is designed specifically for, have only a single drive. Both partitions are on the one drive.

If it was me, I would just use the 2TB SSD, and save the 250GB for something else.

3 Likes

Thank you very much, that was a great explaination!