<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ZFS on Thaddeus Koenig</title><link>https://www.thaddeuskoenig.com/tags/zfs/</link><description>Recent content in ZFS on Thaddeus Koenig</description><generator>Hugo</generator><language>en-US</language><copyright>© 2026 Thaddeus Koenig</copyright><lastBuildDate>Sat, 28 Feb 2026 14:30:21 -0500</lastBuildDate><atom:link href="https://www.thaddeuskoenig.com/tags/zfs/index.xml" rel="self" type="application/rss+xml"/><item><title>28AUG25 - Dont Forget to update initramfs</title><link>https://www.thaddeuskoenig.com/blog/20250828/</link><pubDate>Thu, 28 Aug 2025 12:47:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/20250828/</guid><description>&lt;h2 id="01-intro"&gt;01. Intro&lt;a href="#01-intro" class="post-heading__anchor" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;I use ZFSBootMenu to manage my boot environments and help me roll back when I inevitably do something destructive to my system. Today I decided to change my encryption password because my current one has a key combination that confused my fingers so I almost always typed it incorrectly the first time. I changed my zfs rpool password, but I neglected to update initramfs. Im documenting the steps to properly change my password here so that i dont forget.&lt;/p&gt;</description></item><item><title>ZFS Remove All Snapshots</title><link>https://www.thaddeuskoenig.com/blog/00_legacy_zfs_remove_snapshots/</link><pubDate>Thu, 23 Nov 2023 00:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/00_legacy_zfs_remove_snapshots/</guid><description>&lt;p&gt;Sometimes it&amp;rsquo;s good to have a nice purge of your ZFS snapshots, whether you&amp;rsquo;re pressed for space or you just feel like doing spring cleaning. The following command will clear all of your ZFS snapshots on your Ubuntu system.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Warning: There is no recovery, all the cannonballs have been shot. Only do this if you know you&amp;rsquo;re in a stable state.&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo zfs list -H -o name -t snapshot | sudo xargs -n1 zfs destroy
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>