Bedrock V3000 provides 3 NVME x4 slots which support RAID 0 configuration

This guide provides step-by-step instructions for setting up a RAID array with two ADATA 256 NVME gen 3.0 drives on Ubuntu Server 23.04.

Table of Contents

Test setup 

Performance Test Results 

With RAID :

Without RAID (Single Disk) 

RAID Configuration Steps 

Create RAID Partitions 

For each disk you want to include in the RAID configuration:

Create RAID Device 

  • Replace <number of disks>, <partition of first disk>, <partition of second disk>, <more disks>
    with the appropriate values.

  • The RAID device will be named /dev/md0

Format RAID Device

/dev/md0 is used because in the previous command we created it with the name /dev/md0

Retrieve UUID of the RAID Partition

Edit fstab File 

Test the Configuration 

Always ensure you have a backup of your data before making changes to disk or configurations.
RAID 0 offers improved performance but no redundancy, meaning if one disk fails, all data is lost.