EP-0239
N06 M.2 NVME SSD USB Adapter for RPi 5
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
- Dimension
- M.2 NVMe SSD size supported
Package Includes
How to assemble it?
- Please assemble it according to following figure.
- Result:
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:
- 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
Create new partition by following figure:
Do remember save the partition table by using `w` command.
- Formating the Partition by using `mkfs` command:
sudo mkfs -t ext4 /dev/sda1
or
sudo mkfs.ext4 /dev/sda1
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.
- Check the status of the mounting disk
- Grant privileges to your account and try to create a test file in it:
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.