Could Someone Give me Advice with Argon One M.2 SATA SSD Installation?

Hello there,

I recently purchased an Argon One M.2 case for my Raspberry Pi 4 and am excited to set up my M.2 SATA SSD. Although; I have run into a couple of issues and was hoping someone here could assist me.

Firstly; I am having difficulty understanding the proper installation process for the M.2 SSD. The manual mentions a few steps; but I am a bit unclear on how to secure the SSD in place and make sure it is properly connected to the Raspberry Pi. I have tried a couple of different orientations, but the SSD does not seem to be recognized by the system.

I am looking for recommendations on the best way to format and set up the SSD once it is installed. Should I use any specific software or tools to ensure compatibility with the Raspberry Pi? I have heard there might be performance considerations or settings adjustments needed for optimal use; and any guidance on this would be greatly appreciated.

Also, I have gone through this post; https://forum.argon40.com/t/argon-one-m-2-ssd-not-working-mlops/ which definitely helped me out a lot.

Lastly; I have seen some posts mentioning firmware updates or configurations that might be required. Could anyone provide some insight into whether these are necessary for the Argon One M.2 case; and if so; how I can go about updating or configuring them? :thinking:

Thank you in advance for your help and assistance. :innocent:

First of all I’m assuming the Argon m2 board and the SSD are matching. Because there are two versions of the board, m2.sata or m2.nvme.

I have the Argon V2 m2.sata too and this is the m2.sata drive that I run in my V2 board: Fikwot FN203 512GB M.2 SATA SSD - SLC Cache 3D NAND TLC SATA III 6Gb/s M.2 2280 NGFF Internal Solid State Drive, Up to 550MB/s, Compatible with Ultrabooks, Tablet Computers and Mini PCS : Amazon.co.uk: Computers & Accessories

Assuming you have an m2.sata drive the Argon m2.sata board “accepts any size of M.2 SATA SSD with B-Key or B+M Key”. As you can see in the amazon link my SSD has a b+m key.

The Argon v2 board has a ‘b key’ socket. So only a b-key or b+m key will actually fit correctly.

You might be able to wedge an m key or b+m key drive in the wrong way around - but god only knows what happens if you try that. You may have already destroyed the drive or the board or both, who knows, lets hope not

Anyway, b key or b+m key is the correct one and the b side has 6 pins and must be on the left.


image

There may be different lengths but thats about it.

Slot it in and fasten the screw.

After that boot up the thing from SD card, login or ssh into it and check the available drives. You can use several commands for that depending on what OS you boot from the SD card. The commands may require ‘sudo’.

‘lsblk’
‘fdisk -l’
‘parted -l’

The SD card will be something like /dev/mmblk*something and the SSD will be most likely /dev/sda.

You can do whatever you like with it from there.
In my particular case on the SD card I booted from I had also copied a recently downloaded libreelec image. Which I simply wrote to /dev/sda with the ‘dd’ command. Then I powered down, removed the SD card and the next boot was libreelec from SSD.

Hope this helps