NAS (Network Attached Storage)
A NAS (Network Attached Storage) system is a data storage device connected to a network that allows storage and retrieval of data from a centralized location for authorized network.
Best Practices
- Use RAID Level 6 or ZFS as the file system on NAS/SAN devices.
- Do not use RAID 5, if RAID 6 or ZFS is available!
- Try and get drives from different batches/lots, by not purchasing all the hard drives from the same vendor at the same time. Why? If a drive in the NAS fails, and is replaced, the NAS has to rebuild the RAID volume. The added stress of rebuilding my cause another drive to fail, thus, there may be insufficient data on the remaining drives to complete the rebuild of the replaced drive. Drives purchased at the same time, are probably from the same batch, and would’ve been in service for the same length of time. When a drive fails, what are the chances that another from the same batch may also fail?
CMR (Conventional Magnetic Recording) vs SMR (Shingled Magnetic Recording) Drives for NAS
- Seagate says Network Attached Storage and SMR don’t mix
- Seagate’s IronWolf and IronWolf Pro NAS drives are all certified SMR-free.
- Buyer beware—that 2TB-6TB “NAS” drive you’ve been eyeing might be SMR
- Western Digital admits 2TB-6TB WD Red NAS drives use shingled magnetic recording
References
- Still confused about NAS? NAS explained in 3 minutes (SPANdotCOM)
- NAS 101: What is Network Attached Storage? (Lon.TV)
- NAS and SAN Introduction (Eli the Computer Guy)
- RAID (Redundant Array of Independent Disks) is a data storage virtualization technology that combines multiple physical disk drives into one or more logical units for the purposes of data redundancy, performance improvement, and expanded storage.
NAS Hardware
- The Best NAS for Most Home Users (TheWireCutter.com)
- Storinator is an open-storage solution with space for 15, 30, 45 or 60 drives.
- Synology creates network-attached storage (NAS), IP surveillance solutions
TrueNAS (formerly FreeNAS)
TrueNAS is an operating system, based on FreeBSD, that can be installed on virtually any hardware platform to share data over a network.
- TrueNAS combines RAID redundancy, ZFS, Replication, Snapshots, Automatic Corruption Repair, and optional High Availability.
- ZFS Primer
- It is highly recommend you use ECC RAM with “mission-critical” ZFS with TrueNAS.
- Systems with ECC RAM will correct single bit errors on the fly, and will halt the system before they can do any damage to the array if multiple bit errors are detected.
- The ZFS filesystem (which TrueNAS uses) requires 1GB of ECC RAM for every Terabyte of storage.
Reference
- ZFS: The Last Word in File Systems – Part 1 (video)
- Slideshow explaining VDev, zpool, ZIL and L2ARC and other easy mistakes!
- A Complete Guide to FreeNAS Hardware Design, Part I: Purpose and Best Practices (FreeNAS.org)
- FreeNAS 11.2 – How to Install (FreeNASTeam)
- FreeNAS Installation & Usage (Nerd on the Street – Tech)
- FreeNAS 9 Software Tutorial & Overview One (Tek Syndicate)
- Mirroring the FreeNAS USB Boot Device
Hard Drives
Long-term Archival Storage
Standard writable optical media, CDs & DVDs, etc., are not reliable for long term storage. The die used with optical media degrade with exposure to light, temperature extremes, moisture, etc. Because of this, you may not be able read parts or whole files/data from the media within several months to 5 years.
M-DISC (Millennial Disc) by Millenniata, now Verbatim, is the standard for digital archival storage. Unlike traditional optical media, which utilize dyes that can break down over time, data stored on an M DISC is engraved on a patented inorganic write layer – it will not fade or deteriorate. This unique engraving process renders these archival grade discs practically impervious to environmental exposure, including light, temperature and humidity.
- M-DISC optical media are readable in conventional optical drives.
- ISO/IEC 16963 standard longevity tests have proven the durability of M DISC technology, and it withstood rigorous testing by the US Department of Defense. Based on ISO/IEC 16963 testing, M DISC media has a projected lifetime of several hundred years.
Drives with M-DISC support and M-DISC Media
Cloud Storage
- ownCloud is a suite of client–server software for creating file hosting services and using them. ownCloud is functionally similar to the Dropbox, with the primary functional difference being that the Server Edition of ownCloud is free and open-source. It also supports extensions that allow it to work like Google Drive, with online document editing, calendar and contact synchronization, and more.
Synchronizing Data
- Allway Sync uses algorithms to synchronize your data between desktop PCs, laptops, USB drives, remote FTP/SFTP and WebDAV servers, various online data storage and more.
- OneDrive
- Google Drive
- Dropbox
- Drop
Drive Encryption
- Bitlocker is Microsoft’s encryption tool that’s included in Windows
- VeraCrypt is a free open source disk encryption software for Windows, Mac OSX and Linux.
- Windows Encryption Showdown: VeraCrypt vs Bitlocker
- PowerShell cmdlet: Get-BitLockerVolume