Centralized storage for the fleet
A NAS (Network Attached Storage) gives every machine on your LAN access to the same files. Synology and QNAP dominate the small-business / home-office space; for serious throughput, a small Ubuntu server with ZFS does the same job for less. Use it for: backups (rsync targets), shared projects, media libraries, Time Machine.
NFS vs SMB — pick by ecosystem
| Property | NFS | SMB/CIFS |
|---|---|---|
| Best on | Unix / macOS | Mixed / Windows-heavy |
| Throughput | Faster on Unix | More overhead |
| macOS | Good but quirky | Native Finder integration |
| Permissions | POSIX UID/GID | Mapped via SMB user |
| Setup | Simple on Unix | Easier cross-platform |