Home / EP-0239
View Raw Markdown rev:15890 · 2025-05-15T06:59:46+00:00

EP-0239

N06 M.2 NVME SSD USB Adapter for RPi 5

EP-0239-01.jpg

Descriptions

The N06 M.2 NVMe SSD USB Adapter is a compact and versatile expansion board designed to seamlessly integrate with the Raspberry Pi 5. It provides a convenient way to connect M.2 NVMe SSDs to your Raspberry Pi via a USB 3.0 interface, enhancing storage capabilities without the need for additional cabling or system configuration changes.

NOTE: This adapter board support M.2 NVME ONLY!!! And only support our own USB converter! NOTE: This adapter board support M.2 NVME ONLY!!! And only support our own USB converter! NOTE: This adapter board support M.2 NVME ONLY!!! And only support our own USB converter!

Features

  • USB 3.0 Interface: Communicates with the Raspberry Pi 5 using a single USB 3.0 connection for both power and data transfer.
  • Plug-and-Play: Instantly recognized by the Raspberry Pi without the need for system modifications or additional drivers.
  • Versatile SSD Support: Compatible with a range of M.2 NVMe SSD sizes including 2230, 2242, 2260, and 2280.
  • Easy Installation: Designed to be mounted on the bottom of the Raspberry Pi for a clean and tidy setup.
  • High-Speed Data Transfer: Leverages the USB 3.0 bandwidth to achieve high read/write speeds, enhancing the overall performance of the Raspberry Pi.

Specifications

  • Form Factor: M.2 NVMe SSD Adapter
  • Interface: USB 3.0 Type-A to M.2
  • SSD Sizes Supported: 2230, 2242, 2260, 2280
  • Data Transfer Rate: Up to the maximum speed supported by USB 3.0 (5 Gbps)
  • *Operating Temperature: 0°C to 70°C (32°F to 158°F)
  • Storage Capacity: Varies depending on the SSD used (up to 4TB as per current SSD offerings)
  • Power Requirements: Powered through USB 3.0 connection

Gallery

  • Product outlook
EP-0239-01.jpg EP-0239-02.jpg \* Dimension EP-0239-03.jpg \* M.2 NVMe SSD size supported EP-0239-06.jpg

Package Includes

EP-0239-清单.jpg

How to assemble it?

  • Please assemble it according to following figure.
EP-0239-IN.jpg \* Result: EP-0239-04.jpg EP-0239-05.jpg

How to check the disk and use it?

  • Boot up your Raspberry Pi, and open a terminal, and typing following command to check if the disk has been recognized:
lsusb
lsblk

The output be like: Lsblk-device2.png Lsblk-device3.png * Partitioning the NVMe SSD by using `fdisk` command: Please NOTE: Backup your important data before you do next step!!!! This step will clean up all of your data on the disk!!!

 sudo fdisk /dev/sda
Lsblk-device4.png Create new partition by following figure: Lsblk-device5.png Do remember save the partition table by using \`w\` command. Lsblk-device6.png \* Formating the Partition by using \`mkfs\` command:
sudo mkfs -t ext4 /dev/sda1

or

sudo mkfs.ext4 /dev/sda1
Lsblk-device7.png and then make a directory as the disk mounting point, and mount the partition to mounting point:
mkdir mydata

sudo mount -t ext4 /dev/sda1  /home/pi/mydata -v

you can change the mounting point as your own.

Lsblk-device8.png
  • Check the status of the mounting disk
Lsblk-device9.png \* Grant privileges to your account and try to create a test file in it: Lsblk-device10.png

Keywords

  • N06 M.2 NVME SSD USB Adapter for RPi 5, USB adapter for RPi 5, M.2 NVME SSD adapter, Raspberry Pi 5 USB disk expansion board.