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

推荐订阅源

IT之家
IT之家
T
Tailwind CSS Blog
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
腾讯CDC
GbyAI
GbyAI
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Last Week in AI
Last Week in AI
A
About on SuperTechFans
L
LangChain Blog
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
G
Google Developers Blog
The Cloudflare Blog
云风的 BLOG
云风的 BLOG
D
Docker
博客园 - 聂微东
博客园 - 司徒正美
Recent Announcements
Recent Announcements
MyScale Blog
MyScale Blog
U
Unit 42

TrueNAS – Open Enterprise Storage

What We Heard at NAB 2026 | TrueNAS - Open Enterprise Storage TrueNAS V160 Launched: High Performance, No All-Flash Tax TrueNAS 26 Is Here: What's New in This Major Release TrueNAS Connect: Enterprise Features on Your Own Hardware TrueNAS Immutability: Multi-Layered Data Protection & Ransomware Defense TrueNAS CEO Note to Community: We Are All TrueNAS TrueNAS 25.10.2 Goldeye: 100+ Fixes & What's New TrueNAS Names Brett Davis CEO for Enterprise Growth TrueNAS Plans for 2026: TrueNAS 26 & OpenZFS 2.4 Roadmap TrueNAS Connect Plus Now Available for All Community Users TrueNAS R60: High-Speed NVMe Storage for AI Workloads Introducing TrueNAS WebShare: Secure Web-Based File Sharing TrueNAS 25.10.1: Goldeye Matures, Performs, and Connects TrueNAS & Veeam v13: Turnkey Cyber‑Resilient Backups Customer Advantages of the TrueNAS Open Core Model TrueNAS Named Data Storage Company of the Year 2025 TrueNAS 25.10: Smarter, Streamlined Updates & Tools TrueNAS F-Series Shines at IBC with Two “Best of Show” Awards TrueNAS 25.10 “Goldeye”: NVMe‑oF, Unified, Simplified Storage Introducing TrueNAS Connect: Secure Monitoring & Alerts The ESG Advantage of Open Enterprise Architecture: Why TrueNAS Is the Sustainable Choice | TrueNAS - Open TrueNAS 25.10-RC1: New Features, Fixes & OpenZFS 2.3.4 Seamless Setup: Exploring TrueNAS Web-Driven Installation | TrueNAS - Open Enterprise Storage TrueNAS 25.10 “Goldeye” BETA is Available TrueNAS 25.10 “Goldeye” Highlights TrueNAS 25.04.2: Fangtooth restores Virtualization iXsystems Rebrands as TrueNAS to Reflect Market Momentum in Enterprise Storage | TrueNAS - Open Enterprise June 1 - Apps Migration Deadline for TrueNAS 24.04 and 23.10 TrueNAS 25.04.1: Fangtooth Unification Gains Momentum TrueNAS 24.10.2.2 Prepares for IP Addressing of Apps
Alan McKinnon’s FreeNAS Experience & Setup | TrueNAS Storage
Václav Navrátil · 2016-03-03 · via TrueNAS – Open Enterprise Storage

System Administrator

In the grand free and open source tradition, I get the very best feature set I could hope for (everything) at the best possible price (nothing) 🙂
I’m a sysadmin by trade and have two FreeNAS boxes at home – one for general storage, one for permanent backups. Both just run day in and day out, never give issues and never need handholding. I’ve tried various solutions over the years, usually some combination of a customized Linux install with NFS and Samba; now this works OK, but it gets to be labour-intensive. With FreeNAS, I can stop doing the following:
* Eternally fiddling with the system, running apt-get/emerge or whatever
* Trying to figure out almost daily what update broke things today
* Worrying about reaching the limits of the filesystem
* Dealing with the complexity of disk storage and all the layers that make it up (thanks to ZFS)
* FreeNAS is an appliance, I treat it like my DSL router and media player, and that’s exactly the way I want it. It’s trouble free, it just works, it does what it says on the box and does it well.
The cherry on the cake has got to be ZFS. For too long I’ve had to deal with disks, disk system drivers, partitions, volume managers, assembling RAID arrays, mkfs and finally mount. Let’s rather not talk about resizing an fs and what that entails. With ZFS, all that complexity goes away and becomes a non-issue. Storage is now just storage – I added 12TB of disks a chassis and told ZFS to just deal with it properly and give me a mount point. And that’s exactly what it did. And it did it in about 5 minutes!
How I ever managed before ZFS is a bit of a mystery to me now – all that unnecessary complexity just goes away.
Great job guys!