NAS for Photographers – Budget Build and Workflow Guide
Keywords: nas for photographers, photography nas build, nas for lightroom, backup photos nas, diy nas photography
If you shoot with a modern camera, you know the storage problem. Every wedding shoot is 80 gigs of raw files. A week of travel photography is another 100 gigs. External hard drives fill up, get lost, get dropped, and — the worst part — they're not backed up. I say this as someone who lost a year of client work to a dead 2TB drive once. Never again.
A NAS fixes most of this. It gives you one central place for your photo library, automatic backup options, and access from every computer in the house. And you don't need a $1,000 Synology to get there. A budget DIY build does the job for a fraction of the price. Here's how to put one together.
Why Photographers Specifically Need a NAS
A NAS isn't just "more storage." For photographers it solves specific problems:
- Raw files are huge and accumulate fast. A single A7R V raw file is 80-120 MB. A 4K video project can eat 50 GB per hour of footage. You need space that grows with you.
- External drives are a single point of failure. When that drive dies, the photos on it are gone. Period. A NAS with a mirror (RAID 1) survives one drive dying without losing a single file.
- You work from multiple machines. Home desktop, laptop in the field, maybe a tablet. A NAS puts the same library in front of all of them.
- Lightroom catalogs benefit from central storage. If your catalog and previews live on a fast NAS share, you can open your work from any machine.
Now, the caveat that everybody gets wrong: a NAS is not a backup. It's a place to store files with some redundancy. If your house burns down, or ransomware hits, or you accidentally delete the wrong folder — the NAS loses it too. You still need a proper backup strategy on top. I'll cover that below.
What You Actually Need for a Photo NAS
Photo libraries are different from media hoarding. The requirements are actually pretty modest.
Storage size
Here's a rough rule: assume 1TB per 50,000-100,000 raw photos from a modern camera, or about 2TB per year of serious hobbyist shooting. Plan for 8TB as a starting point and leave room to grow.
Drive configuration
For a photo NAS, I strongly recommend a mirror (RAID 1) as your starting configuration. Two drives, same size, identical copies of everything. If one drive dies, the other keeps working and you haven't lost a file. You lose half your capacity, but for photos that's a fair trade.
As your library grows past about 6TB, consider a 4-drive RAIDZ1 pool instead. That gives you 75% of raw capacity usable with one-drive failure tolerance. Our hardware guide explains the trade-offs in detail.
Drives: CMR only
Don't buy the cheap SMR drives. When you're copying a 200GB folder of raw files, an SMR drive's cache fills up and write speed crashes to single-digit megabytes per second. Our CMR vs SMR guide covers this, but the short version: buy CMR drives (WD Red Plus, Seagate IronWolf, Toshiba N300) and check the model number before you click buy.
Network
Gigabit is the baseline. For Lightroom catalogs and previews, gigabit is fine — you're not streaming video. If you're editing directly off the NAS (which I'll argue against below), you'd want 2.5G or 10G. For the typical workflow, gigabit + a local copy of your current project is the sweet spot.
Budget DIY NAS Builds for Photographers
Here are three build tiers, all using the used hardware approach to keep costs down.
Tier 1: Entry — backup-only NAS (around $200)
| Part | Pick | Cost |
|---|---|---|
| Host | Used Dell OptiPlex Micro (i5-8500T, 8GB) | $90 |
| Storage | 2x 4TB used enterprise HDD (mirror) | $80 |
| OS | OpenMediaVault (free) | $0 |
| Total | ~$170 |
Perfect for a photographer who mainly needs a safe place to dump raw files after shoots. 4TB usable in a mirror, gigabit networking, sips power. This is the "I just need my photos safe" build.
Tier 2: Mid — working library (around $450)
| Part | Pick | Cost |
|---|---|---|
| Host | Used HP ProDesk 600 G4 SFF (i5-8500T) | $110 |
| RAM | 32GB used DDR4 | $40 |
| HBA | LSI 9207-8i (IT mode) | $45 |
| Storage | 3x 8TB used enterprise HDD (RAIDZ1) | $240 |
| Network | Used 2.5G PCIe card | $20 |
| Total | ~$455 |
16TB usable with one-drive tolerance. This handles an active Lightroom library, a Time Machine share, and room for the next few years of shooting. If you want to edit directly off the NAS with 2.5G networking, this is the tier.
Tier 3: Pro — video + photo (around $700+)
| Part | Pick | Cost |
|---|---|---|
| Platform | Used Xeon E3 v6 + 32GB ECC | $200 |
| HBA | LSI 9300-8i (IT mode) | $55 |
| Storage | 4x 10TB used enterprise HDD (RAIDZ2) | $400 |
| Cache | Used 500GB enterprise SSD (L2ARC) | $35 |
| Network | Mellanox ConnectX-3 10G SFP+ | $30 |
| Total | ~$720 |
For photographers who also cut video, this is the build. 20TB usable, two-drive fault tolerance, ECC RAM for ZFS data integrity, and 10G networking so 4K footage moves at speed.
The Lightroom Workflow (What Actually Works)
Here's the workflow I've settled on after trying several approaches. It's a balance between speed and safety.
Keep the current project local
Copy your active shoot's raw files to your local SSD before editing. Lightroom catalogs and previews perform best on local storage — editing 200 raw files over a network, even gigabit, gets laggy. Your NAS holds the archive; your local drive holds what you're working on today.
Move the finished work to the NAS
When a shoot is done, export your selects, then move the full raw folder to the NAS. This is the "digital asset management" part. Organize by year and shoot date, like 2026/08-wedding-smith/.
Use Lightroom's catalog backup
Lightroom can back up its catalog automatically. Point it at a NAS share. That way even the catalog — which holds your edits and keywords — is protected. It's a 2-minute setup in Lightroom preferences that a lot of people skip.
Consider the mobile angle
Install a Sync client (Syncthing works great) on your phone so new camera phone shots automatically land on the NAS. It's a nice safety net for the casual photos you take with your phone.
Backup Strategy: The 3-2-1 Rule for Photos
Here's the thing I keep repeating: the NAS is not the backup. The 3-2-1 rule for a serious photo library:
- 3 copies of your data
- 2 different media types (e.g., NAS drives + cloud storage)
- 1 copy offsite (cloud or a drive at a friend's house)
For photos specifically, my recommendation:
- Copy 1: NAS (the working library)
- Copy 2: A local backup — either a second NAS or a big external drive you run backups to weekly
- Copy 3: Cloud. For photographers, Backblaze B2 or Amazon S3 Glacier (now "S3 Glacier Deep Archive") is the standard. Backblaze B2 charges about $6/TB/month — for a 10TB library that's $60/month. Glacier Deep Archive is cheaper if you rarely need to retrieve.
A tool like Borg, restic, or Duplicati handles scheduled encrypted backups from your NAS to cloud. Set it up once, and it runs in the background.
Power and Noise Considerations
A NAS for photography runs 24/7, so power matters. At $0.25/kWh:
- Tier 1 build (about 15W idle): roughly $33/year
- Tier 2 build (about 40W idle): roughly $88/year
- Tier 3 build (about 60W idle): roughly $131/year
See our power consumption guide for the full breakdown and how to trim the numbers. Also note: spinning drives make noise. If the NAS lives in your office where you edit, either put it in a closet or go SSD-heavy in the Tier 1 build.
Bottom Line
For photographers, a NAS is one of the best upgrades you can make to your workflow — not because it's fancy, but because it removes the constant fear of losing work to a dead drive. A budget DIY build starting around $170 gives you mirrored photo storage, and the mid-tier $450 build handles an active Lightroom library with room to grow.
The workflow that works: shoot, edit locally, archive to the NAS, back up to cloud. Keep the current project on your fast local SSD, keep the archive on the NAS, and never have a single copy of anything anywhere. That's the whole game.