惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
WordPress大学
WordPress大学
小众软件
小众软件
云风的 BLOG
云风的 BLOG
IT之家
IT之家
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
宝玉的分享
宝玉的分享
博客园 - Franky
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
D
Docker
博客园 - 聂微东
C
Check Point Blog
H
Help Net Security

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
SAN vs NAS for your home lab: which used storage to buy
IT And Office · 2026-06-20 · via DEV Community

IT And Office

If you're building out a home lab and need shared storage, you'll eventually hit the SAN vs NAS question. Both solve "storage that multiple machines can reach," but they do it differently — and the wrong choice will haunt your weekend troubleshooting sessions for years.

This guide focuses on used/refurbished enterprise gear, which is where the real value is. New prosumer NAS appliances are fine, but for $300–600 you can run production-grade hardware that Fortune 500 companies retired last year.


The core difference (no hand-waving)

NAS (Network Attached Storage) presents storage as a file system over the network. Your clients talk SMB (Windows), NFS (Linux/VMware), or AFP (old Macs). The NAS owns the filesystem; clients just see folders. Think of it as a file server with a good OS baked in.

SAN (Storage Area Network) presents raw block devices over the network (Fibre Channel, iSCSI, or NVMe-oF). Clients see a disk — or something that looks exactly like one — and they manage their own filesystem on top of it. The SAN has no idea what's inside the blocks.

This distinction drives almost every practical difference between them.


When NAS makes sense for a home lab

Use NAS when your primary use case is file sharing or backup targets:

  • Media server (Plex, Jellyfin) pulling files from a central library
  • Time Machine / rsync backup destination
  • Docker volumes that are mostly config + small data
  • Shared project folders across dev machines

Used NAS hardware worth looking at

Synology DS1821+ — if you want appliance simplicity, the DS1821+ is the gold standard. But it's not cheap even used. An alternative is to build a DIY NAS on a used Dell PowerEdge R230 or similar — TrueNAS Scale runs great on it, you get ECC RAM, and the IPMI is a life-saver for remote management.

QNAP TS-h886 — uses ZFS natively, 10GbE ports included, can handle iSCSI if you later need it. Used units show up regularly.

For NFS performance in a VMware or Proxmox environment, you want at minimum 1GbE between NAS and hypervisor. 10GbE is worth it if you plan to store VM disks there — you'll feel the difference during live migrations.

What to check before buying a used NAS

  • Drive bays count and whether it supports the form factor you need (3.5" vs 2.5" vs M.2)
  • RAM expandability — ZFS loves RAM; some units are soldered
  • NIC speed — many budget NAS boxes ship 1GbE only, 10GbE adapters for them are sometimes proprietary
  • Firmware support — Synology especially locks down OS versions by model
  • Fan noise — some units designed for quiet office use are genuinely acceptable; rackmount NAS gear is loud

When SAN makes sense for a home lab

Use SAN when your use cases involve:

  • Hypervisor shared storage for live VM migration (vMotion, Proxmox live migration)
  • High IOPS workloads — databases, write-intensive apps
  • Multi-host clustering — shared disk presented to a cluster for failover

iSCSI SAN is the practical choice for home labs because it runs on standard Ethernet and you don't need a dedicated FC switch. FC is worth learning if you can acquire the gear cheaply, but the SFP+ fiber infrastructure adds complexity and cost.

Used SAN hardware worth looking at

Dell EMC PowerVault MD3420 / MD3820f — direct-attach SAS storage, can be repurposed with a used RAID controller. Not technically a SAN but bridges the gap.

HP MSA 2040 / 2050 — dual-controller iSCSI/FC SAN. These show up at good prices once hardware refresh cycles hit. They support 10GbE iSCSI natively with the right SFPs.

NetApp FAS2554 / FAS2650 — ONTAP is a serious enterprise OS; the learning curve pays off if you ever touch NetApp at work. These units can do both NFS and iSCSI simultaneously, which gives you flexibility.

IBM DS3500 / DS4700 — solid workhorse for iSCSI. Less common now, but spares are still around.

What to check before buying used SAN gear

  • Controller firmware version — on dual-controller units, both controllers must be on the same firmware version or you'll get mysterious I/O errors
  • Cache battery / supercapacitor status — write-back cache is disabled if the backup power unit is dead; performance tanks
  • Port type — 8Gb FC vs 16Gb FC vs 10GbE iSCSI matters. Make sure your HBAs or NICs match
  • Expansion shelf compatibility — if you buy a head unit expecting to add shelves, verify the shelf-to-controller compatibility matrix before buying
  • Noise and power draw — dual-controller SANs are datacenter hardware. Budget 200–400W idle and significant fan noise

The hybrid option: software-defined storage

Before spending money on dedicated hardware, consider running TrueNAS Scale or Ceph on existing servers. TrueNAS Scale can serve NFS, SMB, and iSCSI from the same pool. Ceph is complex but extremely powerful for multi-node setups.

A used Dell R720 or HP DL380 Gen9 with a bunch of drives inside, running TrueNAS, covers 80% of home lab storage needs without a dedicated storage appliance.

The trade-off is management overhead and the fact that your storage host is also burning CPU.


Speed expectations on real gear

Setup Realistic throughput
1GbE NFS/SMB 110–115 MB/s sequential
10GbE NFS 800–950 MB/s sequential (SSD backend)
iSCSI on 10GbE 700–900 MB/s, lower latency than NFS for IOPS
FC 8Gb ~800 MB/s, very low latency
FC 16Gb ~1.5 GB/s

iSCSI latency is typically 200–500 µs over 10GbE on decent hardware. NFS adds overhead from the protocol stack. Neither approaches local NVMe, but for home lab workloads both are more than adequate.


My recommendation

  • Start with NAS (TrueNAS on an old server, or a used Synology/QNAP) unless you specifically need live VM migration or block storage clustering.
  • Add iSCSI SAN when you run Proxmox or ESXi clusters and need shared block storage.
  • Don't buy FC infrastructure unless you're using it to learn for a job that requires it — the additional cost and complexity of HBAs and fiber switches is hard to justify.

If you want tested and reset gear without the lottery of eBay auctions, resellers like IT and Office stock used enterprise NAS and storage hardware with basic checks done — worth browsing before you commit to a blind buy from a surplus pallet.


What's your current storage setup? Are you running a software-defined solution like TrueNAS or Ceph, or did you go the dedicated appliance route? Curious what workloads pushed you toward SAN vs NAS in the end.