What's the difference between surveillance drives and regular hard drives?
Surveillance drives are engineered for 24/7 continuous streaming with higher annualized workload ratings (550+ TB/year vs. 180 TB/year), optimized firmware that prioritizes streaming over random access, and thermal design suited for warm NVR chassis. They cost 10–20% more but survive years of NVR duty; consumer drives typically fail within 12–24 months in the same role.
How do I calculate how much storage I need?
Multiply: (number of cameras) × (average bitrate in MB/s) × (86,400 seconds/day) × (retention days) ÷ 1,000 = storage in GB. Example: 16 cameras, 2 MB/s each, 30 days = 16 × 2 × 86,400 × 30 ÷ 1,000 = 83 TB. Always add 20% overhead for RAID parity and system files. See retention math for IP cameras for motion-based adjustments.
Should I use RAID 5 or RAID 6 for my NVR storage?
RAID 5 (one-drive fault tolerance) is standard for 4–6 drive arrays in small-to-medium deployments. RAID 6 (two-drive tolerance) is essential for larger arrays (8+ drives) or long retention windows because rebuild time after a single-drive failure is lengthy—a second failure during rebuild causes total data loss. For critical systems, always use RAID 6 with hot-spares.
Can I mix different drive models or capacities in an NVR?
Most modern NVRs support mixed drives, but this is not recommended. Different models may have different thermal profiles, firmware quirks, or failure characteristics, complicating diagnostics. If using RAID, all drives should be identical model and capacity for predictable rebuild times and failure patterns. Always verify your NVR documentation.
What does S.M.A.R.T. monitoring tell me, and how often should I check it?
S.M.A.R.T. reports temperature, reallocated sectors, power-on hours, and spin-up time. A sudden spike in reallocated sectors or rising temperature signals imminent failure. Most VMS platforms and NVR firmware support automated S.M.A.R.T. alerts via email or syslog—configure daily health checks. Manual checks via command line are sufficient for small deployments, but automation is critical at scale.
Why do NVRs sometimes show lower usable storage than the drive's rated capacity?
Drives are sold in decimal (1 TB = 1,000 GB) but formatted in binary (1 TiB = 1,024 GiB). Additionally, NVR firmware reserves space for system files, metadata, and write-ahead logs. A nominal 8 TB drive typically yields 7.2–7.5 TB usable in an NVR. RAID overhead further reduces usable capacity: a RAID 5 array with 6× 8 TB drives yields roughly 40 TB usable (not 48 TB). Factor this into capacity planning.