HomeRaspberry PiX857 mSATA for Raspberry Pi 4

X857 mSATA for Raspberry Pi 4

Making it faster, better, harder, mSATA

In case you didn’t know, you can boot RaspberryPi 4 from a USB without the micro SD card, and the process takes only about 10 min to set up. It’s time to talk about USB boot options. Adding an external drive to a Raspberry Pi 4 my work for you, but it looks ugly. One way to go about it would be to get a NAS kit – like the one from SunFounder (review). Another option is a Pi specific add on board. I bought an X857 mSATA for Raspberry Pi 4 from Geekworm for that purpose.

Why mSATA SSD?

You could roughly translate mSATA to mobile: Serial ATA. An SSD designed for portable applications. While M.2 is storming laptop markets, slightly older (2 years older) mSATA is still widely available. Small form factor and SSD alike speeds are just perfect for Raspberry Pi applications.

Even though M.2 interface can outperform mSATA and reach speeds above 6Gbps thanks to PCIe and NVME, mSATA drives are unlikely to be a bottleneck in a typical use case scenarios. The popularity of M.2 means that while mSATA drops out of favours, it can offer a very competitive price for a medium storage solution. A reputable micro SD card on Amazon with 128GB of storage costs around £17. It will be slower and more prone to degradation. You could snatch an mSATA SSD for a similar price from a reputable AliExpress seller which will offer up to 5 times the read/write speeds!

If you are more convinced by M.2 SATA, then read this review of ArgonONE M.2 where I test the case and the drive with a Raspberry Pi .4

X857 mSATA for Raspberry Pi 4

To take advantage of my budget mSATA I need an adapter. I’m using X857 mSATA for Raspberry Pi 4 from Geekworm which parasites to USB 3.0 port with a small bridge. The add-on card is roughly the same size as the Rasberry Pi 4 board and it latches underneath the PCB using 4 metal standoffs.

I’m used to different HATs and extensions so fixing X857 mSATA to a Raspberry Pi 4 takes only a minute or so. It’s a USB drive so Linux sees it as any other SSD without any need for the drivers. Note that bigger mSATA (I have 64GB version) may require an additional power supply to work. X857 mSATA for Raspberry Pi 4 comes with 2 power connectors, one for a barrel jack and one for 5V supply cable that could be linked to power GPIO pins.

The X857 mSATA for Raspberry Pi 4 is limited by the speed of the actual mSATA SSD than the USB 3.0 capable of 5Gbps transfers. Pick a drive with a decent 500MB/s read/write performance and it will feel no different than a regular SSD.

I ordered a bundle with a cooling case made of aluminium with dual fans (review soon). Since this is not required for X857 mSATA board to work, I will talk about the thermal performance in a separate post.

Benchmarks of X857 mSATA for Raspberry Pi 4

I pretty much know where the bottleneck will be at this point, but it’s a good idea to run a couple off SSD benchmarks set the expectations right. I’m pretty sure it will smoke out of the water any microSD card.

dd benchmark:

dd bs=1M count=256 if=/dev/zero of=test conv=fdatasync
mediumspeed
micro SD(268 MB, 256 MiB) copied, 15.5036 s, 17.3 MB/s
mSATA SSD(268 MB, 256 MiB) copied, 1.59187 s, 169 MB/s
mSATA SSD(1.1 GB, 1.0 GiB) copied, 5.22946 s, 205 MB/s
mSATA SSD (OS on micro SD)(268 MB, 256 MiB) copied, 1.75214 s, 153 MB/s
mSATA SSD (OS on micro SD)(1.1 GB, 1.0 GiB) copied, 6.69296 s, 163 MB/s

I also tried hdparm in the more taxing mode to deliver closer to real tasks speeds:

sudo hdparm -t /dev/sda1
mediumspeed
micro SD50 MB in 3.10 seconds = 16.10 MB/sec
mSATA SSD718 MB in 3.00 seconds = 239.06 MB/sec
mSATA SSD (OS on micro SD)1068 MB in 3.00 seconds = 355.69 MB/sec

and lastly most taxing fio which basically grinds the storage until it has enough:

fio --name=random-write --ioengine=posixaio --rw=randwrite --bs=4k --numjobs=1 --size=4g --iodepth=1 --runtime=60 --time_based --end_fsync=1
mediumspeed
micro SDWRITE: bw=2111KiB/s
mSATA SSD WRITE: bw=61.6MiB/s
mSATA SSD (OS on micro SD)WRITE: bw=14.2MiB/s

I’m not a fan of synthetic benchmarks as I don’t care much for “best scenario” numbers. So I tried 2 most common things that I would be doing with Raspberry Pi – note that the tests were performed on the system installed on the SSD drive.

mediumcopy (1GB)SMB read (1GB)SMB write (1GB)
micro SD (class 4 garbage)2min 55 sec14 sec2min 57 sec
micro SD (class10)57 sec10 sec57 sec
mSATA SSD14 sec9 sec13 sec
mSATA SSD (OS on garbage micro SD)11 sec9 sec11 sec
mSATA SSD (OS on class 10 micro SD)12 sec9 sec12 sec

It looks like having Raspbian OS on SD cards affects the speeds of the mSATA, while in my tests the mSATA drive performed slightly slower when OS was also booted from the same medium, the copy speeds make up for that difference.

I guess the benchmarks speak for itself. What’s even better, the Raspberry Pi 4 doesn’t drag an extension cable and it looks so much neater with an add-on board like this. Especially enclosed inside the Argon18 mod for Argon One case (review).

Not everything went smooth

The board was bought by me, and unfortunately, the 1st one arrived faulty. Upon closer inspection, an SMD component was missing (could be QA issue or damage in transport – I can’t tell). Geekworm agreed to send a replacement, but frankly speaking, I had to twist their arm a little. Not the most pleasant experience and they could have been more helpful in that matter. (I needed to mention AliExpress dispute to get the ball rolling).

LEFT = working, RIGHT = missing SMD component

The 2nd unit arrived without any issues free of charge. I’m not sure why they hesitated (after evidence submitted that the board is dead), it means that I issue a warning instead of recommending them based on the aftercare received. Faults happen, I’m a patient guy, but I expect the company to be accommodating if I decide to spend more time waiting. It’s the 1st time I ever had issues on AliExpress.

Before you order, consider my experience with Geekworm in regards to the 2nd board ordered.

Quick Start: Format

If you just got a new mSATA drive and X857 mSATA for Raspberry Pi 4 add-on you will need to format the drive and create partitions. The process can be done in a terminal window thanks to fdisk tool. List your drives with:

lsblk 

The drive will be likely available as /dev/sdX device where X will be your drive designation letter. Access the drive formatting tools with:

sudo fdisk /dev/sdX

If you already had partitions, you can delete these by typing d, create a new partition with n and configure as needed. You can save your new partitions with w or quit without making changes with q – hit m if you need more help.

Now that you have your mSATA drive there is no reason not to boot it from USB! Try this guide out!

Buy X857 mSATA for Raspberry Pi 4

Buy it using these links to support NotEnoughTech.

Final thoughts

There is a reason why I’m writing about X857 mSATA for Raspberry Pi 4 card. Ever since I got my Argon ONE case (review) I had been thinking about a mod that would include the internal storage. Now that the boot from USB is developed enough, I can finally make this happen. This extension will go a long way making sure my server has no unnecessary cables sticking out. X857 mSATA for Raspberry Pi 4 isn’t designed for NAS drives (with multiple drives) but I have another board for that  X829 Dual 2.5″ SATA for Raspberry Pi 4 (review). Let me know what do think about mSATA in this Reddit thread.

PayPal

Nothing says "Thank you" better than keeping my coffee jar topped up!

Patreon

Support me on Patreon and get an early access to tutorial files and videos.

image/svg+xml

Bitcoin (BTC)

Use this QR to keep me caffeinated with BTC: 1FwFqqh71mUTENcRe9q4s9AWFgoc8BA9ZU

M5Paper

Programable, ESP32 based awesome dev platform with 4.7 e-ink display by M5Stack

More HATs

client-image
client-image

Argon One M.2

Enclose Raspberry Pi 4 inside this great case with custom I/O, cooling and GPIO and M.2 SSD support

More cases on

client-image
client-image

Best Raspberry Pi Projects

How to use Raspberry PI as WOL (wake on lan) server

0
While you could wake up your PC from a mobile directly, having a dedicated server capable of doing so is the best solution. The reason is simple. You can hook up as many devices as you wish with a single endpoint. This is why Raspberry Pi is perfect for this.

Slow Internet Warning

0
From time to time my Internet grinds to a stop. Since Raspberry Pi 4 comes with a 1Gbps Ethernet, I decided to take advantage of it and create a reporting system in NodeRED that will monitor and report when the ISP is not keeping the contractual agreements. Works with Alexa, Google Home, Android and Windows 10.

How fast Raspberry Pi NAS is?

0
Let's see how fast Raspberry Pi NAS really is?

Argon18: Argon ONE SSD modification

0
Argon One case just got better - now you can boot it from USB without ruining the design thanks to Argon 18: Argon One SSD modification

HOW TO...

It took me 2 months to boot CM4 from NVMe

0
Complete beginners guide to Compute Module 4 boot from NVMe.

Raspberry Pi Zero 2 W vs other Zero boards

0
It's time to test the Raspberry Pi Zero 2 W against other Raspberry Pi boards from Zero series: power, WiFi, temperature and core performance

C/C++ and MicroPython SDK for Raspberry Pi Pico on Windows

0
A guide to SDK toolchain for Raspberry Pi Pico and C/C++ , Micropython on Windows.

A comprehensive guide to Grafana & InfluxDB

0
How to use Grafana and InfluxDB on Raspberry Pi for IoT sensors in home automation

How to boot Raspberry Pi 4 from USB

0
How to set up and boot Raspberry Pi 4 from USB drive - headless guide.