==Tips==
The X1011 currently does not support all RAID types, including RAID 1 and ZFS. This might be due to driver compatibility issues, which are yet to be confirmed and advised. The X1011 is a collection of four M.2 SSD drives recognized as separate drives by the OS. It uses the ASM1184e PCI express packet switch, with 1 PCIe x1 Gen2 upstream port to 4 PCIe x1 Gen2 downstream ports, enabling users to extend PCIe ports on a Raspberry Pi 5. '''To verify whether it is a hardware problem:'''
1. Clear any RAID settings and mount each drive as a separate volume.
[[File:X1011-raid-test1.png|none]]
2. Open a second terminal to Monitor for any NVMe errors (I/O timeout, reset controller, I/O error, etc.):
pi@raspberrypi ~ $ sudo dmesg -w | grep -i nvme
[[File:X1011-raid-test3.png|none]]
3. Create a 30GB testing file on one of the SSDs:
pi@raspberrypi ~ $ sudo dd if=/dev/zero of=./TestingFile bs=100M count=300 oflag=direct 4[[File:X1011-raid-test2. Copy the 30GB file to multiple SSDs simultaneously:png|none]]
4. Copy the 30GB file to multiple SSDs simultaneously (please change the path you want to copy it to):
pi@raspberrypi ~ $ echo /media/pi/cn600/ /media/pi/spcc/ /media/pi/netac/ | xargs -n 1 cp ./TestingFile
* Dimensions source file (DXF): [[File:x1011-pcb.dxf]] - You can view it with [https://viewer.autodesk.com/ Autodesk Viewer] online
* Hardware: [[X1011-hardware]]
* Software: How to make X1011 work: [https://suptronics.com/Raspberrypi/Storage/x1011-v1.2_software1_software.html Software Tutorials]
* From Jeff's review video: https://www.youtube.com/watch?v=yLZET7Jhza8
{{#ev:youtube|https://www.youtube.com/watch?v=yLZET7Jhza8}}