My first homelab: Jonsbo N6 build running OMV with 9 enterprise SAS drives
Hardware
Erying Q1J4 (Core i5-1340P, Raptor Lake mobile-on-desktop board) from AliExpress
32GB DDR5 RAM from Amazon AU
LSI 9305-16i HBA (16-port) from Taobao
Jonsbo N6 case from AliExpress
EVGA 550 GT PSU
5x 10TB SAS (NetApp X380) from FB Marketplace
4x 8TB SAS (X376) from FB Marketplace
A note on the HBA: I originally had an 8-port card (IBM M5110 / SAS2308), but with 9 drives I hit its 8-drive limit. I returned it and moved to the 9305-16i, which has 16 ports, so all 9 drives connect with room to spare.
Installation
I connected all the drives to the N6 backplane. The HBA slot took some work. This board's slot layout meant I had to order a PCIe riser (x4 to x8) to physically fit and connect the card.
One thing worth knowing if you buy used enterprise SAS drives: they sometimes come formatted at 520-byte sectors instead of the standard 512, which is common on drives pulled from enterprise arrays. Linux reports them as 0 bytes in that state. The fix is sg_format to convert them to 512-byte sectors. Five of my drives needed this, so I ran sg_format on them (in parallel to save time) and they came up fine afterwards.
Software
I spent a while torn between Unraid and OMV with SnapRAID and MergerFS. I went with OMV because it is free, flexible, has no lock-in, and SnapRAID's checksumming appealed to me for protecting long-term data.
Using an LLM to guide me through the process, I got the whole stack running as separate Proxmox containers and VMs:
Proxmox as the hypervisor
OMV for storage, running SnapRAID (dual parity) and MergerFS, giving roughly 62TB usable, all on XFS
Jellyfin in an LXC, with Intel Quick Sync hardware transcoding (iGPU passed into the container)
Nextcloud for files and documents
Immich for family phone photo backups
AdGuard Home for network-wide DNS ad blocking
Homepage as the dashboard tying it all together.
As a first-timer, having an LLM walk me through the HBA passthrough, the sg_format process, the LXC iGPU permission mapping, and the SnapRAID config turned what would have been days of forum-diving into a guided build.