Skip to content

Commit 94305a4

Browse files
authored
Add SSD NAS post (#3)
1 parent c3144b1 commit 94305a4

File tree

5 files changed

+40
-2
lines changed

5 files changed

+40
-2
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.4 MB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Turning Lenovo M720q Tiny into a 3-SSD TrueNAS box
3+
pubDate: "2026-01-17"
4+
description: "NAS with 2xNVME SSD and 1 SATA SSD"
5+
image: './og-image.jpg'
6+
---
7+
8+
Some time ago I replaced my custom pfSense router with a [UniFi Cloud Gateway Ultra](https://techspecs.ui.com/unifi/cloud-gateways/ucg-ultra).
9+
That left me with a Lenovo Tiny PC sitting on the shelf with no real purpose. Instead of relying on an old external HDD for storage, I liked the idea of turning the M720q into a small NAS.
10+
11+
My first idea was to connect a few HDDs directly, but that would mean keeping the drives outside the M720q with messy cabling. Then I started wondering: could this be an SSD-only NAS, and how many drives can actually fit inside a Lenovo M720q Tiny?
12+
13+
14+
# Parts
15+
- PCIe riser card – already had
16+
- Ugreen PCIe NVMe adapter ([link to Amazon](https://www.amazon.de/-/en/UGREEN-Adapter-Heatsink-64Gbps-Supports/dp/B08TBW12B8/))
17+
-[Patriot P320 2TB NVMe SSDs](https://www.patriotmemory.com/products/p320-pcie-m-2-internal-ssd)
18+
- Existing SATA SSD for the OS
19+
20+
# Putting it all together
21+
22+
Out of the box the M720q supports one NVMe SSD and one SATA SSD.
23+
By using a PCIe riser with an NVMe adapter, there is just enough space to add a second NVMe drive, giving a total of three SSDs.
24+
25+
![Added additional NVMe drive](riser-with-ssd.jpg)
26+
27+
The SATA SSD ended up resting on top of the NVMe drive without its original enclosure, so airflow is probably optimistic - but everything fits and the case still closes.
28+
29+
30+
![All assembled](assembled.jpg)
31+
32+
33+
I installed [TrueNAS Scale](https://www.truenas.com/truenas-community-edition/). The two NVMe drives are configured as a mirrored ZFS pool, with the SATA SSD used only for the OS.
34+
35+
Planned usage:
36+
- NFS shares for my Proxmox node
37+
- Samba shares for local file storage
38+
- Time Machine backups for my MacBook
394 KB
Loading
4.34 MB
Loading

0 commit comments

Comments
 (0)