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

推荐订阅源

U
Unit 42
罗磊的独立博客
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
V
V2EX
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
量子位
MyScale Blog
MyScale Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
N
Netflix TechBlog - Medium
有赞技术团队
有赞技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
B
Blog

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
New Release, Same Great FreeNAS | TrueNAS - Open Enterpri...
Annie Zhang · 2014-02-10 · via TrueNAS – Open Enterprise Storage

While there aren’t as many shiny new knobs to test out this release cycle, one thing is for certain: bugs are being uncovered and killed at an alarming rate. Recently, the team has been on a crusade to avenge fallen systems out in the field with the aid of our Redmine bug tracker.  There’s actually too much to cover here so instead I’ll give you a brief rundown on what my experience was updating FreeNAS 8.2.0 to 9.2.1.

Updating: The Good, The Bad, and the Bugly

There’s a number of reasons why one should update their FreeNAS, however, there are plenty of reasonable fears attributed with updating. Oftentimes, one finds themself in this predicament: should I stay, or should I go?
The answer is: GO update, right now!  It’s good for you and it’s good for your data.  You will not lose your pool, files, or anything like that.  You run the risk of losing some configurations for things like jails and plugins, but you enjoyed setting all of that up the first time around, didn’t you? I know I sure did. And now that I’ve grabbed your attention with some passive-aggressive deadpan wit, let us begin…

How to safely update FreeNAS 8.x to 9.x

I was approached by a co-worker who was still running FreeNAS 8.2.0 on his FreeNAS Mini about updating to 9.2.1, and what the implications of that were. It’s pretty easy to do and mostly safe. Just download the 8.3.1 GUI update txz as well as the one for 9.2.1, then go from 8.x to 8.3.1, then reboot and do the same for 9.2.1. Note: Your IP may change after your first (or second) reboot.
After updating you’ll notice that plugins are each installed into their own jail.  In 8.x all plugins were installed into a single jail. This makes updating plugins challenging, so first things first: back that NAS up.
Thankfully, FreeNAS has an easy button for backing up the web user interface config. What FreeNAS doesn’t have is an easy button for backing up plugin configs or updating old plugins, so here’s what I did:

  1. Dropped into a shell and ssh’d into FreeNAS
  2. Ran the “jls” command to get a list of jails
  3. Ran “jexec plugin_jail csh” to drop into the plugin jail
  4. Tar’d up all installed plugins by running: “tar cfv plugins_YYYYMMDD.tar /usr/pbi/”
  5. SCP’d the tarball down from FreeNAS onto my local machine
  6. Extracted the tarball and then poked around looking for config files using “find . -name “*.ini* -print”
  7. Copied the config files located in the “data/” directory in each plugin onto my desktop
  8. Removed all plugins from the FreeNAS UI
  9. Reinstalled plugins, now available with a slightly different UI
  10. Located the new directory for config files: /usr/pbi/pluginName/etc/pluginName/ (no longer found in ‘data/’)
  11. Copied each config file to the right place and toggled each plugin on/off

Those 11 “easy steps” are not very easy and at times it was even frustrating (especially when the IP decided to change after an update/reboot, but I digress). For some unknown reason, installing plugins and removing them repeatedly while several hundred miles away from the physical location of the box made things increasingly more lulzy. For instance, sometimes the UI would just hang there while a plugin was installing, meanwhile my ssh session times out and then stops responding. It eventually came back (a few minutes later) each time this happened, except for the last time where it took out my co-workers entire home network. Upon reboot things were back to normal, so I suspect it was a simple IP conflict.  Users of plugins will want to be sure to check all the IP’s in-use on their networks before updating.

But why should I?

Because it’ll make the universe whole and restore peace back to the galaxy. Actually, that’s not true, but it’s probably a good idea to update if you’d like a more stable FreeNAS than ever before with the added bonus of all the amazing work that went into closing all those bugs.  It’ll be painful, but much like life: nothing good comes easy, but if it does, take it!
James Nixon
Webmaster