# BPI-R2 SATA interface

BPI-R2 support 2 sata interface and onboard power port.

![](/files/-M2HXJvqqK5dyMDwOHtb)

you can use sata line connect your hardisk on BPI-R2.

## Test a SAMSUNG SSD DISK, the Read/Write performance are below:

(1) Read from disk: 230MB/s (command: dd if=/dev/sda of=/dev/zero bs=1M count=10240)

(2) Write to disk: 192MB/s (command: dd if=/dev/zero of=/dev/sda bs=1M count=1024 oflag=direct)

**Note:**

if you use 3.5 big hardisk ,you may need power with outside power. on board power maybe can not support enough current


---

# Agent Instructions: 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://bananapi.gitbook.io/banana-pi-bpi-r2-open-source-smart-router/chapter1/bpi-r2-sata-interface.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.
