> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/amd/v3000/sbc-platform/bedrock-v3000-technical-documentation/bedrock-v3000-faq.md).

# Bedrock V3000 FAQ

### Can NVME drives be configured in a RAID array?

Bedrock has 3 PCIe4x4 NVME devices.\
SolidRun evaluated hardware RAID controllers for Bedrock and decided not to incorporate it. To the best of our judgement, current SSD technology provides adequate performance, capacity and reliability and therefore hardware RAID does not make sense for Bedrock form factor.

Please note that Bedrock is offered with enterprise grade Micron 7450 NVME SSD which has built-in power loss protection. This SSD makes a good choice for critical data.

The modular architecture of Bedrock allows developing an integrated RAID controller, either by SolidRun or by a 3rd party.

### Which software RAID solution can be used?

Linux has several software RAID options, including mdadm, Btrfs and ZFS.

Worth noting that Bedrock has high CPU performance and high NVME performance which may make software RAID an effective solution.

### What are the dimensions of Bedrock package and its weight?

Bedrock V3000 package measures 24 x 18 x 11 cm (4.7 liter)

Weight varies according to Bedrock configuration between 1.5 Kg and 4 Kg.

{% hint style="info" %}
PSU, cables and accessories are not included in the box and are shipped in a separate box.
{% endhint %}

### What is the maximum current of the USB ports?

Each USB port supports up to 2A.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.solid-run.com/amd/v3000/sbc-platform/bedrock-v3000-technical-documentation/bedrock-v3000-faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
